Interface IGraph
-
public interface IGraph
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends IGraphNode>getReversePostOrderList()java.util.Set<? extends IGraphNode>getRoots()
-
-
-
Method Detail
-
getReversePostOrderList
java.util.List<? extends IGraphNode> getReversePostOrderList()
-
getRoots
java.util.Set<? extends IGraphNode> getRoots()
-
-