|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractVisualizableGraphComponent | |
---|---|
net.xqhs.graphs.context | The package contains classes and interfaces related to context representation, context patterns, and context matching. |
net.xqhs.graphs.graph | This package contains the definition interfaces and classes for the definition of simple graphs. |
net.xqhs.graphs.pattern | This package contains the definition of interfaces and implementations for graph patterns. |
net.xqhs.graphs.representation.text | Contains classes for representing graphs in a textual manner, with help from a linearization process. |
Uses of AbstractVisualizableGraphComponent in net.xqhs.graphs.context |
---|
Subclasses of AbstractVisualizableGraphComponent in net.xqhs.graphs.context | |
---|---|
static class |
ContextGraph.ContextEdge
|
Uses of AbstractVisualizableGraphComponent in net.xqhs.graphs.graph |
---|
Subclasses of AbstractVisualizableGraphComponent in net.xqhs.graphs.graph | |
---|---|
class |
HyperNode
The class is a Node implementation that represents a node in a hyper graph, i.e. |
class |
SimpleEdge
A simple implementation on the Edge interface, also inheriting functions from
AbstractVisualizableGraphComponent . |
class |
SimpleNode
A simple implementation of the Node interface, also inheriting functionality from
AbstractVisualizableGraphComponent . |
Uses of AbstractVisualizableGraphComponent in net.xqhs.graphs.pattern |
---|
Subclasses of AbstractVisualizableGraphComponent in net.xqhs.graphs.pattern | |
---|---|
class |
EdgeP
The EdgeP is an edge that is part of a GraphPattern and may be generic (used in graph matching to one
or a series of more edges). |
class |
NodeP
The NodeP is a node that is part of a GraphPattern and may be generic (used in graph matching to
match any node in the matched graph). |
Uses of AbstractVisualizableGraphComponent in net.xqhs.graphs.representation.text |
---|
Subclasses of AbstractVisualizableGraphComponent in net.xqhs.graphs.representation.text | |
---|---|
(package private) class |
SettableEdge
A utility class that allows the from and to nodes to be set separately. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |