Uses of Interface
ubic.basecode.dataStructure.graph.GraphNode
-
Packages that use GraphNode Package Description ubic.basecode.dataStructure.graph -
-
Uses of GraphNode in ubic.basecode.dataStructure.graph
Classes in ubic.basecode.dataStructure.graph with type parameters of type GraphNode Modifier and Type Class Description class
AbstractGraph<R extends GraphNode<K,V>,K,V>
interface
Graph<R extends GraphNode<K,V>,K,V>
Classes in ubic.basecode.dataStructure.graph that implement GraphNode Modifier and Type Class Description class
AbstractGraphNode<K,V>
class
DirectedGraphNode<K,V>
A graph node that has the concept of parents and children.class
UndirectedGraphNode<K,V>
Methods in ubic.basecode.dataStructure.graph that return types with arguments of type GraphNode Modifier and Type Method Description Graph<? extends GraphNode<K,V>,K,V>
GraphNode. getGraph()
-