| Modifier and Type | Field and Description |
|---|---|
E |
e |
DiGraph.Node<V,E> |
s |
DiGraph.Node<V,E> |
t |
| Constructor and Description |
|---|
Edge(DiGraph.Node<V,E> s,
DiGraph.Node<V,E> t,
E e) |
public final DiGraph.Node<V,E> s
public final DiGraph.Node<V,E> t
public final E e
public Edge(DiGraph.Node<V,E> s, DiGraph.Node<V,E> t, E e)
Copyright © 2024 The Apache Software Foundation. All rights reserved.