|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathElement | |
---|---|
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 PathElement in net.xqhs.graphs.representation.graphical |
---|
Methods in net.xqhs.graphs.representation.graphical with parameters of type PathElement | |
---|---|
protected GraphicalRepresentationElement |
GraphicalGraphRepresentation.representChildren(PathElement el,
java.util.Set<PathElement> blackNodes)
|
protected void |
GraphicalGraphRepresentation.representOthers(java.util.List<PathElement> others,
java.util.Set<PathElement> blackNodes,
GraphicalRepresentationElement.EdgeType edgeType,
PathElement parent,
GraphicalRepresentationElement parentRepr)
|
Method parameters in net.xqhs.graphs.representation.graphical with type arguments of type PathElement | |
---|---|
protected GraphicalRepresentationElement |
GraphicalGraphRepresentation.representChildren(PathElement el,
java.util.Set<PathElement> blackNodes)
|
protected void |
GraphicalGraphRepresentation.representOthers(java.util.List<PathElement> others,
java.util.Set<PathElement> blackNodes,
GraphicalRepresentationElement.EdgeType edgeType,
PathElement parent,
GraphicalRepresentationElement parentRepr)
|
protected void |
GraphicalGraphRepresentation.representOthers(java.util.List<PathElement> others,
java.util.Set<PathElement> blackNodes,
GraphicalRepresentationElement.EdgeType edgeType,
PathElement parent,
GraphicalRepresentationElement parentRepr)
|
Uses of PathElement in net.xqhs.graphs.representation.linear |
---|
Fields in net.xqhs.graphs.representation.linear declared as PathElement | |
---|---|
(package private) PathElement |
PathElement.parent
The parent of the element, in the current path. |
Fields in net.xqhs.graphs.representation.linear with type parameters of type PathElement | |
---|---|
(package private) java.util.List<PathElement> |
PathElement.children
The (ordered) list of children ("own children") of the current element in the path. |
(package private) java.util.List<PathElement> |
PathElement.otherChildren
The (ordered) list of nodes / elements that are connected to the node, but are not children of it in the current path ("other children"). |
protected java.util.List<PathElement> |
LinearGraphRepresentation.paths
The paths in the representation (sorted by a LinearGraphRepresentation.PathComparator ). |
Methods in net.xqhs.graphs.representation.linear that return types with arguments of type PathElement | |
---|---|
java.util.List<PathElement> |
PathElement.getChildren()
|
java.util.List<PathElement> |
PathElement.getOtherChildren()
|
Methods in net.xqhs.graphs.representation.linear with parameters of type PathElement | |
---|---|
int |
LinearGraphRepresentation.PathComparator.compare(PathElement el1,
PathElement el2)
|
boolean |
PathElement.pathContains(PathElement el1)
Checks if the path from root to the current node already contains a specified element. |
Constructors in net.xqhs.graphs.representation.linear with parameters of type PathElement | |
---|---|
PathElement(Node node,
int distance,
PathElement parent)
Creates a new instance, associated with a Node instance. |
Uses of PathElement in net.xqhs.graphs.representation.text |
---|
Methods in net.xqhs.graphs.representation.text with parameters of type PathElement | |
---|---|
protected java.util.List<TextRepresentationElement> |
TextGraphRepresentation.buildTextChildren(PathElement el,
int level,
java.util.Set<PathElement> blackNodes)
Explores the children of the given path element, to create the list of corresponding representation elements. |
Method parameters in net.xqhs.graphs.representation.text with type arguments of type PathElement | |
---|---|
protected java.util.List<TextRepresentationElement> |
TextGraphRepresentation.buildTextChildren(PathElement el,
int level,
java.util.Set<PathElement> blackNodes)
Explores the children of the given path element, to create the list of corresponding representation elements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |