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

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

Uses of ContinuousContextMatchingPlatform.MatchNotificationReceiver in net.xqhs.graphs.context
 

Fields in net.xqhs.graphs.context declared as ContinuousContextMatchingPlatform.MatchNotificationReceiver
(package private)  ContinuousContextMatchingPlatform.MatchNotificationReceiver CCMImplementation.MatchNotificationTarget.receiver
           
 

Methods in net.xqhs.graphs.context with parameters of type ContinuousContextMatchingPlatform.MatchNotificationReceiver
 ContinuousContextMatchingPlatform ContinuousContextMatchingPlatform.setMatchNotificationTarget(GraphPattern pattern, ContinuousContextMatchingPlatform.MatchNotificationReceiver receiver)
           
 CCMImplementation CCMImplementation.setMatchNotificationTarget(GraphPattern pattern, ContinuousContextMatchingPlatform.MatchNotificationReceiver receiver)
           
 ContinuousContextMatchingPlatform ContinuousContextMatchingPlatform.setMatchNotificationTarget(int thresholdK, ContinuousContextMatchingPlatform.MatchNotificationReceiver receiver)
           
 CCMImplementation CCMImplementation.setMatchNotificationTarget(int thresholdK, ContinuousContextMatchingPlatform.MatchNotificationReceiver receiver)
           
 ContinuousMatchingProcess ContinuousContextMatchingPlatform.startMatchingAgainstAllPatterns(Graph graph, ContinuousContextMatchingPlatform.MatchNotificationReceiver receiver)
           
 ContinuousMatchingProcess CCMImplementation.startMatchingAgainstAllPatterns(Graph graph, ContinuousContextMatchingPlatform.MatchNotificationReceiver receiver)
           
 

Constructors in net.xqhs.graphs.context with parameters of type ContinuousContextMatchingPlatform.MatchNotificationReceiver
CCMImplementation.MatchNotificationTarget(int maxK, ContinuousContextMatchingPlatform.MatchNotificationReceiver notificationReceiver)