Package de.korelstar.math.graph

Provides classes for using mathematical graphs.

See:
          Description

Class Summary
Cycle Represents an cycle of a graph.
Edge Directed edge of a graph, which connects two nodes
EdgesSet  
Graph Mathematical Graph
Node Node of a graph
SymmetricEdgesMap Mathematical relation of nodes, which is symmetric
 

Package de.korelstar.math.graph Description

Provides classes for using mathematical graphs. The main class ist Graph. It consists of Nodes and Edges.