Uses of Class
net.xqhs.graphs.matcher.GraphMatcherQuick

Packages that use GraphMatcherQuick
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 GraphMatcherQuick in net.xqhs.graphs.matcher
 

Methods in net.xqhs.graphs.matcher that return GraphMatcherQuick
 GraphMatcherQuick GraphMatcherQuick.clearData()
          Clears the match queue and the list of all matches.
static GraphMatcherQuick GraphMatcherQuick.getMatcher(Graph graph, GraphPattern pattern, MonitorPack monitoring)
          Returns a newly created GraphMatcherQuick instance for the specified graph and pattern.
 GraphMatcherQuick GraphMatcherQuick.initializeMatching()
          Initializes the matching progress, by creating the match comparator and adding the initial matches to the match queue.
 GraphMatcherQuick GraphMatcherQuick.resetIterator()
           
 GraphMatcherQuick GraphMatcherQuick.resetIterator(int k)
           
 GraphMatcherQuick GraphMatcherQuick.setMonitor(MonitorPack monitoring)
          Calling this method with a different MonitorPack instance than previously set does not result in keeping any information from one monitor to the other, and aggregation of indicators and output will have to be done manually.
 

Uses of GraphMatcherQuick in net.xqhs.graphs.matchingPlatform
 

Subclasses of GraphMatcherQuick in net.xqhs.graphs.matchingPlatform
 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.