- Enclosing class:
DynamicDAG<K>
public static class DynamicDAG.DAGNode<K>
extends Object
The type of a DAG node.
-
Field Summary
Fields
The node successors (that must be already part of the topological order).
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
content
The node content.
-
successors
The node successors (that must be already part of the topological order).
-
-