Uses of Class
net.xqhs.graphs.graph.SimpleNode

Packages that use SimpleNode
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. 
 

Uses of SimpleNode in net.xqhs.graphs.graph
 

Subclasses of SimpleNode in net.xqhs.graphs.graph
 class HyperNode
          The class is a Node implementation that represents a node in a hyper graph, i.e.
 

Uses of SimpleNode in net.xqhs.graphs.pattern
 

Subclasses of SimpleNode in net.xqhs.graphs.pattern
 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).