public class Node<V extends Node,E extends EdgeType> extends Object
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Node> |
addEdgeTo(E aType,
T aTargetNode) |
protected void |
addIncomingEdge(Edge aEdge) |
<T extends Edge<E,V>> |
incomingEdges() |
<T extends Edge<E,V>> |
incomingEdges(Predicate<E> aPredicate) |
<T extends Edge<E,V>> |
outgoingEdges() |
<T extends Edge<E,V>> |
outgoingEdges(Predicate<E> aPredicate) |
<T extends Node> |
singleOutgoingNodeMatching(Predicate<E> aPredicate) |
protected void addIncomingEdge(Edge aEdge)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.