Package net.xqhs.graphs.representation.linear

Contains necessary classes for representing graphs in a linear manner.

See:
          Description

Class Summary
LinearGraphRepresentation Class that allows the representation of a Graph structure.
LinearGraphRepresentation.NodeInAlphaComparator Compares two Node structures.
LinearGraphRepresentation.PathComparator A Comparator for PathElement instances that sorts the element with the longer distance to a leaf first.
PathElement Class for the element of a path in a graph linearization (see LinearGraphRepresentation).
 

Package net.xqhs.graphs.representation.linear Description

Contains necessary classes for representing graphs in a linear manner.

Author:
Andrei Olaru