Class SimpleDirectedGraph

java.lang.Object
de.scravy.bedrock.SimpleDirectedGraph
Direct Known Subclasses:
DirectedGraph

public class SimpleDirectedGraph
extends Object
A simple directed graph is defined by it's vertices and edges, where the vertices are simple indices starting from zero up to the number of vertices.