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

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

Uses of CCMImplementation in net.xqhs.graphs.context
 

Fields in net.xqhs.graphs.context declared as CCMImplementation
(package private)  CCMImplementation ContextGraph.parent
           
 

Methods in net.xqhs.graphs.context that return CCMImplementation
 CCMImplementation CCMImplementation.addContextPattern(ContextPattern pattern)
           
 CCMImplementation CCMImplementation.addMatchNotificationTarget(ContextPattern pattern, ContinuousMatchingProcess.MatchNotificationReceiver receiver)
           
 CCMImplementation CCMImplementation.addMatchNotificationTarget(int thresholdK, ContinuousMatchingProcess.MatchNotificationReceiver receiver)
           
 CCMImplementation CCMImplementation.removeContextPattern(ContextPattern pattern)
           
 CCMImplementation CCMImplementation.setContextGraph(ContextGraph graph)
           
 CCMImplementation CCMImplementation.startContinuousMatching()
           
 CCMImplementation CCMImplementation.stopContinuousMatching()
           
 

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