Uses of Class
net.xqhs.graphs.context.ContextGraph

Packages that use ContextGraph
net.xqhs.graphs.context The package contains classes and interfaces related to context representation, context patterns, and context matching. 
 

Uses of ContextGraph in net.xqhs.graphs.context
 

Methods in net.xqhs.graphs.context that return ContextGraph
 ContextGraph ContextGraph.createShadowGraph()
           
protected  ContextGraph ContextGraph.performOperation(GraphComponent component, TrackingGraph.Operation operation, boolean externalCall)
           
protected  ContextGraph ContextGraph.setTimeKeeper(Instant.TimeKeeper time)
           
 

Methods in net.xqhs.graphs.context with parameters of type ContextGraph
 ContinuousContextMatchingPlatform ContinuousContextMatchingPlatform.setContextGraph(ContextGraph graph)
          Assigns a new context graph to this implementation.
 CCMImplementation CCMImplementation.setContextGraph(ContextGraph graph)
           
 

Constructors in net.xqhs.graphs.context with parameters of type ContextGraph
ContextGraph(CCMImplementation platform, java.util.Queue<TrackingGraph.Transaction> transactionsLink, int initialSequence, ContextGraph initialGraph)