de.hedenus.graph
Interface Graph

All Known Implementing Classes:
RDFGraph

public interface Graph

A graph consisting of nodes and arcs (edges).

Author:
Michael Hedenus

Method Summary
 java.util.Collection arcs()
          Returns all arcs of the graph.
 java.util.Collection nodes()
          Returns all nodes of the graph.
 

Method Detail

nodes

java.util.Collection nodes()
Returns all nodes of the graph.


arcs

java.util.Collection arcs()
Returns all arcs of the graph.