Uses of Class
net.xqhs.graphs.util.ContentHolder

Packages that use ContentHolder
net.xqhs.graphs.representation.text Contains classes for representing graphs in a textual manner, with help from a linearization process. 
net.xqhs.graphs.util   
 

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

Methods in net.xqhs.graphs.representation.text with parameters of type ContentHolder
 Graph TextGraphRepresentation.readRepresentation(ContentHolder<java.lang.String> input)
          Same as TextGraphRepresentation.readRepresentation(String), but taking the input from a ContentHolder, leaving any un-consumed input in the holder.
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).
 

Uses of ContentHolder in net.xqhs.graphs.util
 

Methods in net.xqhs.graphs.util that return ContentHolder
 ContentHolder<T> ContentHolder.set(T content)
          Sets the current content of the instance.