Package qilin.pta.toolkits.moon.graph
Class LabeledGraph<N,L>
java.lang.Object
qilin.pta.toolkits.moon.graph.LabeledGraph<N,L>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetInEdgesOf(N node) getNodes()getOutEdgesOf(N node) static <N,L> LabeledGraph<N, L> unmodifiableGraph(LabeledGraph<N, L> g)
-
Constructor Details
-
LabeledGraph
public LabeledGraph()
-
-
Method Details
-
addEdge
-
getOutEdgesOf
-
getInEdgesOf
-
unmodifiableGraph
-
getNodes
-