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

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

Uses of ContextPattern in net.xqhs.graphs.context
 

Fields in net.xqhs.graphs.context with type parameters of type ContextPattern
(package private)  java.util.Map<ContextPattern,java.util.Set<CCMImplementation.MatchNotificationTarget>> CCMImplementation.notificationTargets
           
 

Methods in net.xqhs.graphs.context that return ContextPattern
 ContextPattern ContextPattern.add(GraphComponent component)
           
 ContextPattern ContextPattern.remove(GraphComponent component)
           
 ContextPattern ContextPattern.setPersistence(Instant.Offset patternPersistence)
           
 

Methods in net.xqhs.graphs.context with parameters of type ContextPattern
 ContinuousContextMatchingPlatform ContinuousContextMatchingPlatform.addContextPattern(ContextPattern pattern)
          Adds a context pattern to the set of context patterns, if not already existing.
 CCMImplementation CCMImplementation.addContextPattern(ContextPattern pattern)
           
 ContinuousContextMatchingPlatform ContinuousContextMatchingPlatform.addMatchNotificationTarget(ContextPattern pattern, ContinuousMatchingProcess.MatchNotificationReceiver receiver)
          Adds a notification target for matches of the specified pattern.
 CCMImplementation CCMImplementation.addMatchNotificationTarget(ContextPattern pattern, ContinuousMatchingProcess.MatchNotificationReceiver receiver)
           
 ContinuousContextMatchingPlatform ContinuousContextMatchingPlatform.removeContextPattern(ContextPattern pattern)
          Removes a pattern from the platform.
 CCMImplementation CCMImplementation.removeContextPattern(ContextPattern pattern)