Uses of Class
net.xqhs.graphs.representation.linear.LinearGraphRepresentation

Packages that use LinearGraphRepresentation
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. 
 

Uses of LinearGraphRepresentation in net.xqhs.graphs.representation.graphical
 

Subclasses of LinearGraphRepresentation in net.xqhs.graphs.representation.graphical
 class GraphicalGraphRepresentation
          Graphical representation for a Graph that relies on LinearGraphRepresentation to create a tree of paths and then displays the tree of paths.
 class RadialGraphRepresentation
          A representation based on the GraphicalGraphRepresentation, but using a radial layout instead of a top-down right-to-left one.
 

Uses of LinearGraphRepresentation in net.xqhs.graphs.representation.linear
 

Methods in net.xqhs.graphs.representation.linear that return LinearGraphRepresentation
 LinearGraphRepresentation LinearGraphRepresentation.setBackwards()
          Sets the instance to be 'backwards'.
 LinearGraphRepresentation LinearGraphRepresentation.setBackwards(boolean back)
          Specifies how paths should relate to the direction of edges on the path.
 

Uses of LinearGraphRepresentation in net.xqhs.graphs.representation.text
 

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