Interface UndirectedGraphElement

All Superinterfaces:
AttributeMapOwner, Cloneable
All Known Subinterfaces:
UndirectedGraph<N,E>, UndirectedGraphEdge<T>, UndirectedGraphNode
All Known Implementing Classes:
AbstractUndirectedEdge, AbstractUndirectedGraph, AbstractUndirectedNode

public interface UndirectedGraphElement extends AttributeMapOwner, Cloneable