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

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

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

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

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

Fields in net.xqhs.graphs.matchingPlatform declared as GraphMatchingPlatform.PlatformPrincipalGraph
(package private)  GraphMatchingPlatform.PlatformPrincipalGraph GMPImplementation.principalGraph
          The principal graph of the platform.
 

Methods in net.xqhs.graphs.matchingPlatform that return GraphMatchingPlatform.PlatformPrincipalGraph
 GraphMatchingPlatform.PlatformPrincipalGraph GraphMatchingPlatform.getPrincipalGraph()
          Retrieves the principal graph of the platform.
 GraphMatchingPlatform.PlatformPrincipalGraph GMPImplementation.getPrincipalGraph()
           
 

Methods in net.xqhs.graphs.matchingPlatform with parameters of type GraphMatchingPlatform.PlatformPrincipalGraph
 GraphMatchingPlatform GraphMatchingPlatform.setPrincipalGraph(GraphMatchingPlatform.PlatformPrincipalGraph graph)
          Sets the principal graph of the platform.
 GMPImplementation GMPImplementation.setPrincipalGraph(GraphMatchingPlatform.PlatformPrincipalGraph graph)