Interface DirectedGraphElement

All Superinterfaces:
AttributeMapOwner, Cloneable
All Known Subinterfaces:
BoundaryDirectedGraphNode, ContainingDirectedGraphNode, DirectedGraph<N,E>, DirectedGraphEdge<S,T>, DirectedGraphNode
All Known Implementing Classes:
AbstractDirectedGraph, AbstractDirectedGraphEdge, AbstractDirectedGraphNode

public interface DirectedGraphElement extends AttributeMapOwner, Cloneable
Main interface for elements of a directed graph. Elements are nodes and edges. All implementing classes of this interface should implement an equals method based on some globally unique ID.
Author:
bfvdonge