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, hashCode
getAttributeMap, getLabel, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getSource, getTarget
equals, getLabel, hashCode
getAttributeMap
public UndirectedGraph<?,?> getGraph()
getGraph
in interface UndirectedGraphElement