Uses of Package
net.xqhs.graphs.pattern

Packages that use net.xqhs.graphs.pattern
net.xqhs.graphs.context The package contains classes and interfaces related to context representation, context patterns, and context matching. 
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. 
 

Classes in net.xqhs.graphs.pattern used by net.xqhs.graphs.context
GraphPattern
          Graph patterns are graphs that allow nodes with unspecified labels (marked with question marks) and edges labeled with regular expressions.
 

Classes in net.xqhs.graphs.pattern used by net.xqhs.graphs.matcher
GraphPattern
          Graph patterns are graphs that allow nodes with unspecified labels (marked with question marks) and edges labeled with regular expressions.
 

Classes in net.xqhs.graphs.pattern used by net.xqhs.graphs.matchingPlatform
GraphPattern
          Graph patterns are graphs that allow nodes with unspecified labels (marked with question marks) and edges labeled with regular expressions.
 

Classes in net.xqhs.graphs.pattern used by net.xqhs.graphs.pattern
GraphPattern
          Graph patterns are graphs that allow nodes with unspecified labels (marked with question marks) and edges labeled with regular expressions.
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).