Class CallEventMatcher

java.lang.Object
kieker.analysis.generic.CallEventMatcher
All Implemented Interfaces:
IControlEventMatcher<OperationEvent,​CallEvent>

public class CallEventMatcher
extends java.lang.Object
implements IControlEventMatcher<OperationEvent,​CallEvent>
Check whether a CallEvent can be released based on an OperationEvent.
Since:
1.15
Author:
Reiner Jung
  • Constructor Summary

    Constructors 
    Constructor Description
    CallEventMatcher()  
  • Method Summary

    Modifier and Type Method Description
    boolean checkControlEvent​(OperationEvent controlEvent, CallEvent baseEvent)
    Check whether a base event matches a control event.
    boolean keepControlEvent​(CallEvent baseEvent)
    True whether a control event must be kept to be reused for another base event.
    boolean requiresControlEvent​(CallEvent baseEvent)
    Check whether the given event must be handled by the controller

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait