Uses of Package
net.xqhs.graphs.representation.text

Packages that use net.xqhs.graphs.representation.text
net.xqhs.graphs.graph This package contains the definition interfaces and classes for the definition of simple graphs. 
net.xqhs.graphs.representation.text Contains classes for representing graphs in a textual manner, with help from a linearization process. 
 

Classes in net.xqhs.graphs.representation.text used by net.xqhs.graphs.graph
TextGraphRepresentation
          The class implements GraphRepresentation to create (or read from) a textual representation of a graph.
 

Classes in net.xqhs.graphs.representation.text used by net.xqhs.graphs.representation.text
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.
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.