Package net.xqhs.graphs.representation.text

Contains classes for representing graphs in a textual manner, with help from a linearization process.

See:
          Description

Class Summary
SettableEdge A utility class that allows the from and to nodes to be set separately.
TextGraphRepresentation The class implements GraphRepresentation to create (or read from) a textual representation of a graph.
TextRepresentationElement The class contains the information that is necessary to represent one component of the graph represented by the parent TextGraphRepresentation, such as a node, an edge, a subgraph, a graph.
 

Enum Summary
TextRepresentationElement.Symbol An enumeration of the characters that may appear in a textual representation.
TextRepresentationElement.Type Enumeration containing the types of elements that may appear in a textual graph representation.
 

Package net.xqhs.graphs.representation.text Description

Contains classes for representing graphs in a textual manner, with help from a linearization process.

See TextGraphRepresentation.

Author:
Andrei Olaru