V
- vertex typeE
- arc typepublic interface DiGraph<V,E extends Arc<V>> extends Graph<V,E>
Modifier and Type | Method and Description |
---|---|
Set<V> |
children(V v)
Gets the set of all children of this vertex.
|
Set<E> |
incomingArcs(V v)
Gets the set of all incoming arcs associated with a vertex in this graph.
|
Set<E> |
outgoingArcs(V v)
Gets the set of all outgoing arcs associated with a vertex in this graph.
|
Set<V> |
parents(V v)
Gets the set of all parents of this vertex.
|
addEdge, addVertex, edges, edges, removeEdge, removeVertex, vertices
Set<E> outgoingArcs(V v)
v
- a vertexSet<E> incomingArcs(V v)
v
- a vertexSet<V> parents(V v)
v
- a vertexCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.