Uses of Class
net.xqhs.graphs.representation.text.TextRepresentationElement.Symbol

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

Uses of TextRepresentationElement.Symbol in net.xqhs.graphs.representation.text
 

Methods in net.xqhs.graphs.representation.text that return TextRepresentationElement.Symbol
static TextRepresentationElement.Symbol TextRepresentationElement.Symbol.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextRepresentationElement.Symbol[] TextRepresentationElement.Symbol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.