|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextRepresentationElement.Type | |
---|---|
net.xqhs.graphs.representation.text | Contains classes for representing graphs in a textual manner, with help from a linearization process. |
Uses of TextRepresentationElement.Type in net.xqhs.graphs.representation.text |
---|
Fields in net.xqhs.graphs.representation.text declared as TextRepresentationElement.Type | |
---|---|
(package private) TextRepresentationElement.Type |
TextRepresentationElement.linkType
The type of the element (as one of TextRepresentationElement.Type ). |
Methods in net.xqhs.graphs.representation.text that return TextRepresentationElement.Type | |
---|---|
static TextRepresentationElement.Type |
TextRepresentationElement.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TextRepresentationElement.Type[] |
TextRepresentationElement.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.xqhs.graphs.representation.text with parameters of type TextRepresentationElement.Type | |
---|---|
protected static boolean |
TextRepresentationElement.isEdgeType(TextRepresentationElement.Type elementType)
True if the specified TextRepresentationElement.Type is a type of edge. |
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). |
Constructors in net.xqhs.graphs.representation.text with parameters of type TextRepresentationElement.Type | |
---|---|
TextRepresentationElement(GraphRepresentation root,
TextRepresentationElement.Type type)
Creates a text representation for an element container (a level in a multi-level representation). |
|
TextRepresentationElement(GraphRepresentation root,
TextRepresentationElement.Type type,
boolean first)
Creates a text representation of a subgraph (connected part of a graph). |
|
TextRepresentationElement(GraphRepresentation root,
VisualizableGraphComponent representedNode,
TextRepresentationElement.Type type)
Creates a text representation of a graph node. |
|
TextRepresentationElement(GraphRepresentation root,
VisualizableGraphComponent representedEdge,
TextRepresentationElement.Type type,
int level,
boolean lastChild,
boolean alone)
Creates a text representation of a graph edge. |
|
TextRepresentationElement(GraphRepresentation root,
VisualizableGraphComponent representedElement,
TextRepresentationElement.Type type,
int level,
boolean lastChild,
boolean alone,
boolean firstSubgraph)
Constructor aggregating all the other constructors. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |