Uses of Package
net.xqhs.graphs.matchingPlatform

Packages that use net.xqhs.graphs.matchingPlatform
net.xqhs.graphs.context The package contains classes and interfaces related to context representation, context patterns, and context matching. 
net.xqhs.graphs.matchingPlatform This package contains the definition of GraphMatchingPlatform and related classes. 
 

Classes in net.xqhs.graphs.matchingPlatform used by net.xqhs.graphs.context
GMPImplementation.PrincipalGraph
          An implementation of GraphMatchingPlatform.PlatformPrincipalGraph and GraphMatchingPlatform.PlatformShadowGraph that extends TrackingGraph.
GraphMatchingPlatform
          Implementations of this interface serve as platforms that handle on-demand matching of various graphs and patterns against a designated, 'principal' graph.
GraphMatchingPlatform.PlatformPrincipalGraph
          Interface for graphs that are principal graphs of a platform.
GraphMatchingPlatform.PlatformShadowGraph
          Interface for graphs that are shadows of a master graph (most likely the platform principal graph).
TrackingGraph
          The class implements a graph that applies changes incrementally, allowing their controlled propagation.
TrackingGraph.Operation
          Types of operations on graphs available.
TrackingGraph.Transaction
          The class contains information on one or more changes (operations) to apply to a graph.
 

Classes in net.xqhs.graphs.matchingPlatform used by net.xqhs.graphs.matchingPlatform
GMPImplementation
          An implementation of GraphMatchingPlatform using TrackingGraph instances for the principal graph and its shadows.
GraphMatcherPersistent
          The class extends GraphMatcherQuick (and therefore implements GraphMatchingProcess) to handle persistent matching -- matching in which the graph changes slightly from time to time.
GraphMatchingPlatform
          Implementations of this interface serve as platforms that handle on-demand matching of various graphs and patterns against a designated, 'principal' graph.
GraphMatchingPlatform.PlatformPrincipalGraph
          Interface for graphs that are principal graphs of a platform.
GraphMatchingPlatform.PlatformShadowGraph
          Interface for graphs that are shadows of a master graph (most likely the platform principal graph).
TrackingGraph
          The class implements a graph that applies changes incrementally, allowing their controlled propagation.
TrackingGraph.Operation
          Types of operations on graphs available.
TrackingGraph.Transaction
          The class contains information on one or more changes (operations) to apply to a graph.