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)
|