public interface GraphAdapterInterface<V,E>
Modifier and Type | Method and Description |
---|---|
java.util.Collection<E> |
edgesSet() |
java.util.ArrayList<V> |
getChildrenList(java.lang.Object v) |
java.util.ArrayList<V> |
getParentsList(java.lang.Object v) |
java.util.Collection<V> |
verticesSet() |