Uses of Class
ubic.basecode.dataStructure.graph.AbstractGraphNode
Packages that use AbstractGraphNode
-
Uses of AbstractGraphNode in ubic.basecode.dataStructure.graph
Subclasses of AbstractGraphNode in ubic.basecode.dataStructure.graphModifier and TypeClassDescriptionclassDirectedGraphNode<K,V> A graph node that has the concept of parents and children.classUndirectedGraphNode<K,V>