Uses of Interface
net.xqhs.graphs.context.ContinuousContextMatchingPlatform

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

Uses of ContinuousContextMatchingPlatform in net.xqhs.graphs.context
 

Classes in net.xqhs.graphs.context that implement ContinuousContextMatchingPlatform
 class CCMImplementation
           
 

Methods in net.xqhs.graphs.context that return ContinuousContextMatchingPlatform
 ContinuousContextMatchingPlatform ContinuousContextMatchingPlatform.addContextPattern(ContextPattern pattern)
          Adds a context pattern to the set of context patterns, if not already existing.
 ContinuousContextMatchingPlatform ContinuousContextMatchingPlatform.addMatchNotificationTarget(ContextPattern pattern, ContinuousMatchingProcess.MatchNotificationReceiver receiver)
          Adds a notification target for matches of the specified pattern.
 ContinuousContextMatchingPlatform ContinuousContextMatchingPlatform.removeContextPattern(ContextPattern pattern)
          Removes a pattern from the platform.
 ContinuousContextMatchingPlatform ContinuousContextMatchingPlatform.setContextGraph(ContextGraph graph)
          Assigns a new context graph to this implementation.