Uses of Interface
net.xqhs.graphs.matcher.GraphMatchingProcess

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

Uses of GraphMatchingProcess in net.xqhs.graphs.matcher
 

Classes in net.xqhs.graphs.matcher that implement GraphMatchingProcess
 class GraphMatcherQuick
          An algorithm that finds partial matches between a graph pattern GP (or G^P) and a graph (G).
 

Methods in net.xqhs.graphs.matcher that return GraphMatchingProcess
 GraphMatchingProcess GraphMatchingProcess.clearData()
          Clears all data related to the matching process.
 GraphMatchingProcess GraphMatchingProcess.resetIterator()
          Resets the iterator.
 GraphMatchingProcess GraphMatchingProcess.resetIterator(int k)
          Resets the iterator (see resetIterator()) and specifies a new k threshold.
 

Uses of GraphMatchingProcess in net.xqhs.graphs.matchingPlatform
 

Classes in net.xqhs.graphs.matchingPlatform that implement GraphMatchingProcess
 class GraphMatcherPersistent
          The class extends GraphMatcherQuick (and therefore implements GraphMatchingProcess) to handle persistent matching -- matching in which the graph changes slightly from time to time.
 

Methods in net.xqhs.graphs.matchingPlatform that return GraphMatchingProcess
 GraphMatchingProcess GraphMatchingPlatform.getMatcherAgainstGraph(GraphPattern pattern)
          Retrieves a GraphMatchingPlatform for the specified pattern and the current sequence of the principal graph (not the matching sequence).
 GraphMatchingProcess GMPImplementation.getMatcherAgainstGraph(GraphPattern pattern)