Uses of Class
net.xqhs.graphs.matchingPlatform.GraphMatcherPersistent

Packages that use GraphMatcherPersistent
net.xqhs.graphs.matchingPlatform This package contains the definition of GraphMatchingPlatform and related classes. 
 

Uses of GraphMatcherPersistent in net.xqhs.graphs.matchingPlatform
 

Fields in net.xqhs.graphs.matchingPlatform with type parameters of type GraphMatcherPersistent
(package private)  java.util.Map<GraphPattern,GraphMatcherPersistent> GMPImplementation.patterns
          The patterns in the platform, as a map between the patterns and the corresponding persistent matching processes.
 

Methods in net.xqhs.graphs.matchingPlatform that return GraphMatcherPersistent
 GraphMatcherPersistent GraphMatcherPersistent.addMatches(Edge e)
          The method should be called for each new edge added to the graph.
 GraphMatcherPersistent GraphMatcherPersistent.clearData()
           
 GraphMatcherPersistent GraphMatcherPersistent.completeMatches()
          Completes the matching process, growing all matches to their maximum coverage.
static GraphMatcherPersistent GraphMatcherPersistent.getMatcher(Graph graph, GraphPattern pattern, MonitorPack monitoring)
          Returns a newly created GraphMatcherQuick instance for the specified graph and pattern.
 GraphMatcherPersistent GraphMatcherPersistent.initializeMatching()
           
 GraphMatcherPersistent GraphMatcherPersistent.removeMatches(Edge edge)
          The method should be called for each edge removed from the graph.