Graph<N extends Node, E extends Edge<Node> > class
Constructors
- Graph()
Properties
Methods
-
addEdge(
E edge) → void -
ensureNodeExists(
N node) → void -
findRoots(
) → List< N> -
getChildren(
String id) → List< N> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited