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

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

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

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

Methods in net.xqhs.graphs.context with parameters of type ContinuousMatchingProcess.MatchNotificationReceiver
 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)
           
 ContinuousMatchingProcess ContinuousMatchingProcess.addMatchNotificationTarget(int thresholdK, ContinuousMatchingProcess.MatchNotificationReceiver receiver)
          Registers a ContinuousMatchingProcess.MatchNotificationReceiver as target for notifications for new matches below or with a specified k (see Match.
 CCMImplementation CCMImplementation.addMatchNotificationTarget(int thresholdK, ContinuousMatchingProcess.MatchNotificationReceiver receiver)
           
 ContinuousMatchingProcess ContinuousMatchingProcess.removeMatchNotificationTarget(ContinuousMatchingProcess.MatchNotificationReceiver receiver)
          Removes all registrations of the specified ContinuousMatchingProcess.MatchNotificationReceiver.
 ContinuousMatchingProcess CCMImplementation.removeMatchNotificationTarget(ContinuousMatchingProcess.MatchNotificationReceiver receiver)
           
 ContinuousMatchingProcess ContinuousContextMatchingPlatform.startMatchingAgainstAllPatterns(Graph graph, int thresholdK, ContinuousMatchingProcess.MatchNotificationReceiver receiver)
          Creates a new ContinuousMatchingProcess, unrelated to the platform except for the set of patterns, to match all patterns against the specified Graph instance.
 ContinuousMatchingProcess CCMImplementation.startMatchingAgainstAllPatterns(Graph graph, int thresholdK, ContinuousMatchingProcess.MatchNotificationReceiver receiver)
           
 ContinuousMatchingProcess ContinuousContextMatchingPlatform.startMatchingAgainstGraph(Graph pattern, int thresholdK, ContinuousMatchingProcess.MatchNotificationReceiver receiver)
          Creates a new ContinuousMatchingProcess, unrelated to the platform except for the current sequence of the Context Graph (not the matching sequence), that matches the context graph against the specified pattern.
 ContinuousMatchingProcess CCMImplementation.startMatchingAgainstGraph(Graph pattern, int thresholdK, ContinuousMatchingProcess.MatchNotificationReceiver receiver)
           
 

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