Uses of Package
net.xqhs.graphs.graph

Packages that use net.xqhs.graphs.graph
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.matcher This package contains the definition of the net.xqhs.graphs.matcher.GraphMatcher interface and the GraphMatcherQuick implementation. 
net.xqhs.graphs.matchingPlatform This package contains the definition of GraphMatchingPlatform and related classes. 
net.xqhs.graphs.pattern This package contains the definition of interfaces and implementations for graph patterns. 
net.xqhs.graphs.representation This package contains classes that implement various manners of representation for graphs. 
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.multilevel The package contains interfaces and classes dealing with representing multi-level graphs (graphs in which whole graphs can be represented as nodes in higher-level graphs). 
net.xqhs.graphs.representation.text Contains classes for representing graphs in a textual manner, with help from a linearization process. 
 

Classes in net.xqhs.graphs.graph used by net.xqhs.graphs.context
Edge
          Interface for a simple, labeled, directed edge, characterized by its source and destination nodes.
Graph
          An interface representing a graph structure, using Node and Edge components.
GraphComponent
          Classes implementing this interface should represent graph components, like nodes or edges.
Node
          Interface for a simple, labeled graph node.
SimpleEdge
          A simple implementation on the Edge interface, also inheriting functions from AbstractVisualizableGraphComponent.
SimpleGraph
          Represents a directed graph, using Node and Edge elements.
 

Classes in net.xqhs.graphs.graph used by net.xqhs.graphs.graph
Edge
          Interface for a simple, labeled, directed edge, characterized by its source and destination nodes.
Graph
          An interface representing a graph structure, using Node and Edge components.
GraphComponent
          Classes implementing this interface should represent graph components, like nodes or edges.
HyperNode
          The class is a Node implementation that represents a node in a hyper graph, i.e.
Node
          Interface for a simple, labeled graph node.
SimpleGraph
          Represents a directed graph, using Node and Edge elements.
SimpleGraph.NodeData
          Protected structure holding two sets of edges -- incoming and outgoing.
SimpleNode
          A simple implementation of the Node interface, also inheriting functionality from AbstractVisualizableGraphComponent.
 

Classes in net.xqhs.graphs.graph used by net.xqhs.graphs.matcher
Edge
          Interface for a simple, labeled, directed edge, characterized by its source and destination nodes.
Graph
          An interface representing a graph structure, using Node and Edge components.
Node
          Interface for a simple, labeled graph node.
 

Classes in net.xqhs.graphs.graph used by net.xqhs.graphs.matchingPlatform
Edge
          Interface for a simple, labeled, directed edge, characterized by its source and destination nodes.
Graph
          An interface representing a graph structure, using Node and Edge components.
GraphComponent
          Classes implementing this interface should represent graph components, like nodes or edges.
SimpleGraph
          Represents a directed graph, using Node and Edge elements.
 

Classes in net.xqhs.graphs.graph used by net.xqhs.graphs.pattern
Edge
          Interface for a simple, labeled, directed edge, characterized by its source and destination nodes.
Graph
          An interface representing a graph structure, using Node and Edge components.
GraphComponent
          Classes implementing this interface should represent graph components, like nodes or edges.
Node
          Interface for a simple, labeled graph node.
SimpleEdge
          A simple implementation on the Edge interface, also inheriting functions from AbstractVisualizableGraphComponent.
SimpleGraph
          Represents a directed graph, using Node and Edge elements.
SimpleNode
          A simple implementation of the Node interface, also inheriting functionality from AbstractVisualizableGraphComponent.
 

Classes in net.xqhs.graphs.graph used by net.xqhs.graphs.representation
Graph
          An interface representing a graph structure, using Node and Edge components.
 

Classes in net.xqhs.graphs.graph used by net.xqhs.graphs.representation.graphical
Graph
          An interface representing a graph structure, using Node and Edge components.
 

Classes in net.xqhs.graphs.graph used by net.xqhs.graphs.representation.linear
Graph
          An interface representing a graph structure, using Node and Edge components.
Node
          Interface for a simple, labeled graph node.
NodeAlphaComparator
          A simple Comparator class for Node instances, that also supports comparison of NodeP instances by generic index.
 

Classes in net.xqhs.graphs.graph used by net.xqhs.graphs.representation.multilevel
Graph
          An interface representing a graph structure, using Node and Edge components.
Node
          Interface for a simple, labeled graph node.
 

Classes in net.xqhs.graphs.graph used by net.xqhs.graphs.representation.text
Edge
          Interface for a simple, labeled, directed edge, characterized by its source and destination nodes.
Graph
          An interface representing a graph structure, using Node and Edge components.
GraphComponent
          Classes implementing this interface should represent graph components, like nodes or edges.
Node
          Interface for a simple, labeled graph node.
SimpleEdge
          A simple implementation on the Edge interface, also inheriting functions from AbstractVisualizableGraphComponent.