public abstract class AbstractUndirectedEdge<T extends UndirectedGraphNode> extends AbstractGraphEdge<T,T> implements UndirectedGraphEdge<T>
hash, source, target| Constructor and Description |
|---|
AbstractUndirectedEdge(T source,
T target,
java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
UndirectedGraph<?,?> |
getGraph() |
equals, getSource, getTarget, hashCodegetAttributeMap, getLabel, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSource, getTargetequals, getLabel, hashCodegetAttributeMappublic UndirectedGraph<?,?> getGraph()
getGraph in interface UndirectedGraphElement