Uses of Interface
net.xqhs.graphs.matchingPlatform.GraphMatchingPlatform

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

Uses of GraphMatchingPlatform in net.xqhs.graphs.context
 

Fields in net.xqhs.graphs.context declared as GraphMatchingPlatform
(package private)  GraphMatchingPlatform CCMImplementation.matchingPlatform
           
 

Uses of GraphMatchingPlatform in net.xqhs.graphs.matchingPlatform
 

Classes in net.xqhs.graphs.matchingPlatform that implement GraphMatchingPlatform
 class GMPImplementation
          An implementation of GraphMatchingPlatform using TrackingGraph instances for the principal graph and its shadows.
 

Methods in net.xqhs.graphs.matchingPlatform that return GraphMatchingPlatform
 GraphMatchingPlatform GraphMatchingPlatform.addPattern(GraphPattern pattern)
          Adds a new pattern to the platform.
 GraphMatchingPlatform GraphMatchingPlatform.removePattern(GraphPattern pattern)
          Removes a pattern from the platform.
 GraphMatchingPlatform GraphMatchingPlatform.setPrincipalGraph(GraphMatchingPlatform.PlatformPrincipalGraph graph)
          Sets the principal graph of the platform.