Uses of Class
net.xqhs.graphs.representation.text.TextGraphRepresentation

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

Uses of TextGraphRepresentation in net.xqhs.graphs.graph
 

Fields in net.xqhs.graphs.graph declared as TextGraphRepresentation
(package private)  TextGraphRepresentation HyperNode.representation
          The representation for the content of the node, which is returned on the call of HyperNode.toString().
 

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

Methods in net.xqhs.graphs.representation.text that return TextGraphRepresentation
 TextGraphRepresentation TextGraphRepresentation.setLayout(java.lang.String branchSeparator, java.lang.String separatorIncrement, int limit)
          Configures the presentation of the linear graph representation.
 

Methods in net.xqhs.graphs.representation.text with parameters of type TextGraphRepresentation
protected static TextRepresentationElement TextRepresentationElement.readRepresentation(ContentHolder<java.lang.String> input, TextGraphRepresentation root, net.xqhs.util.logging.UnitComponent log)
          Same as TextRepresentationElement.readRepresentation(String, TextGraphRepresentation, UnitComponent), but using a content holder and leaving all un-consumed input in the holder.
protected static TextRepresentationElement TextRepresentationElement.readRepresentation(ContentHolder<java.lang.String> input, TextRepresentationElement.Type type, boolean firstSibling, TextGraphRepresentation root, net.xqhs.util.logging.UnitComponent log)
          The method uses the input string to read the representation of an element, removing the representation from the input and leaving other calls of the method to read the rest (if any).
protected static TextRepresentationElement TextRepresentationElement.readRepresentation(java.lang.String input, TextGraphRepresentation root, net.xqhs.util.logging.UnitComponent log)
          The method reads the representation of a whole graph from the given text input.