Package de.saar.chorus.domgraph.graph

Provides basic classes for representing labelled dominance graphs and basic algorithms running on them.

See:
          Description

Class Summary
DomEdge A representation of a dominance edge, as a pair of a source and a target node.
DomGraph A dominance graph.
EdgeData The data associated with an edge.
NodeData The data associated with a node.
NodeLabels A map which is used for storing the node labels of a labelled dominance graph.
 

Enum Summary
EdgeType An edge type.
NodeType A node type.
 

Package de.saar.chorus.domgraph.graph Description

Provides basic classes for representing labelled dominance graphs and basic algorithms running on them.