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

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

Subclasses of TrackingGraph in net.xqhs.graphs.context
 class ContextGraph
           
 

Uses of TrackingGraph in net.xqhs.graphs.matchingPlatform
 

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

Methods in net.xqhs.graphs.matchingPlatform that return TrackingGraph
 TrackingGraph TrackingGraph.add(GraphComponent component)
           
 TrackingGraph TrackingGraph.addAll(java.util.Collection<? extends GraphComponent> components)
          Adds all the nodes and edges in the argument to the current graph, all in one transaction.
 TrackingGraph TrackingGraph.applyTransaction(TrackingGraph.Transaction t)
          Public method allowing the application of an already created transaction to the graph.
 TrackingGraph TrackingGraph.createShadow()
          Creates a new shadow graph of this graph, based on the current state of the graph.
 TrackingGraph TrackingGraph.keepHistory(boolean keep, boolean clearHistory)
          Sets history keeping.
protected  TrackingGraph TrackingGraph.performOperation(GraphComponent component, TrackingGraph.Operation operation, boolean externalCall)
          Internal method for performing one operation upon the current state of the graph.
 TrackingGraph TrackingGraph.remove(GraphComponent component)
           
 TrackingGraph TrackingGraph.removeAll(java.util.Collection<? extends GraphComponent> components)
          Removes all the nodes and edges in the argument from the current graph, all in one transaction.