public abstract class AbstractMutableGraph<N,E,NP,EP> extends AbstractGraph<N,E> implements MutableGraph<N,E,NP,EP>
| Constructor and Description |
|---|
AbstractMutableGraph() |
| Modifier and Type | Method and Description |
|---|---|
N |
addNode() |
E |
connect(N source,
N target) |
iterator, iterator, nodeIDs, nodeIDs, size, sizecreateDynamicNodeMapping, createDynamicNodeMapping, createStaticNodeMapping, createStaticNodeMappingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddNode, connect, setEdgeProperty, setNodePropertygetEdgeProperty, getNodePropertycreateDynamicNodeMapping, createStaticNodeMapping, getOutgoingEdges, getTargetCopyright © 2013. All Rights Reserved.