Uses of Class
ubic.basecode.dataStructure.Visitable
-
Packages that use Visitable Package Description ubic.basecode.dataStructure.graph ubic.basecode.dataStructure.tree -
-
Uses of Visitable in ubic.basecode.dataStructure.graph
Subclasses of Visitable in ubic.basecode.dataStructure.graph 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>
-
Uses of Visitable in ubic.basecode.dataStructure.tree
Subclasses of Visitable in ubic.basecode.dataStructure.tree Modifier and Type Class Description class
BinaryTreeNode<T>
-