Interface Vertex<T extends java.lang.Comparable<T>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<T>getChildLabels()java.util.List<Vertex<T>>getChildren()java.lang.StringgetId()TgetLabel()java.util.List<T>getParentLabels()java.util.List<Vertex<T>>getParents()booleanisConnected()booleanisLeaf()booleanisRoot()
-