Interface DiGraph.DiGraphNode<N,E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<DiGraph.DiGraphEdge<N,E>>
getInEdges()
java.util.List<DiGraph.DiGraphEdge<N,E>>
getOutEdges()
-
Methods inherited from interface com.google.javascript.jscomp.graph.Annotatable
getAnnotation, setAnnotation
-
-
-
-
Method Detail
-
getOutEdges
java.util.List<DiGraph.DiGraphEdge<N,E>> getOutEdges()
-
getInEdges
java.util.List<DiGraph.DiGraphEdge<N,E>> getInEdges()
-
-