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

Packages that use GraphMatchingPlatform.PlatformShadowGraph
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.PlatformShadowGraph in net.xqhs.graphs.context
 

Classes in net.xqhs.graphs.context that implement GraphMatchingPlatform.PlatformShadowGraph
 class ContextGraph
           
 

Uses of GraphMatchingPlatform.PlatformShadowGraph in net.xqhs.graphs.matchingPlatform
 

Classes in net.xqhs.graphs.matchingPlatform that implement GraphMatchingPlatform.PlatformShadowGraph
static class GMPImplementation.PrincipalGraph
          An implementation of GraphMatchingPlatform.PlatformPrincipalGraph and GraphMatchingPlatform.PlatformShadowGraph that extends TrackingGraph.
 

Fields in net.xqhs.graphs.matchingPlatform declared as GraphMatchingPlatform.PlatformShadowGraph
(package private)  GraphMatchingPlatform.PlatformShadowGraph GMPImplementation.matchingGraph
          The graph against which the matching is done.
 

Methods in net.xqhs.graphs.matchingPlatform that return GraphMatchingPlatform.PlatformShadowGraph
 GraphMatchingPlatform.PlatformShadowGraph GraphMatchingPlatform.PlatformPrincipalGraph.createShadowGraph()
          Creates a new shadow graph of this graph, based on the current state of the graph.
 GraphMatchingPlatform.PlatformShadowGraph GMPImplementation.PrincipalGraph.createShadowGraph()