net.xqhs.graphs.graph
Interface GraphComponent

All Known Subinterfaces:
Edge, Node
All Known Implementing Classes:
ContextGraph.ContextEdge, EdgeP, HyperNode, NodeP, SettableEdge, SimpleEdge, SimpleNode

public interface GraphComponent

Classes implementing this interface should represent graph components, like nodes or edges.

The interface does not actually specify any methods.

Author:
Andrei Olaru