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

Packages that use net.xqhs.graphs.representation.linear
net.xqhs.graphs.representation.graphical Contains necessary classes for representing graphs in a graphical manner. 
net.xqhs.graphs.representation.linear Contains necessary classes for representing graphs in a linear manner. 
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.linear used by net.xqhs.graphs.representation.graphical
LinearGraphRepresentation
          Class that allows the representation of a Graph structure.
PathElement
          Class for the element of a path in a graph linearization (see LinearGraphRepresentation).
 

Classes in net.xqhs.graphs.representation.linear used by net.xqhs.graphs.representation.linear
LinearGraphRepresentation
          Class that allows the representation of a Graph structure.
PathElement
          Class for the element of a path in a graph linearization (see LinearGraphRepresentation).
 

Classes in net.xqhs.graphs.representation.linear used by net.xqhs.graphs.representation.text
LinearGraphRepresentation
          Class that allows the representation of a Graph structure.
PathElement
          Class for the element of a path in a graph linearization (see LinearGraphRepresentation).