Class KeepLastMonitor<O extends Observation>

    • Constructor Summary

      Constructors 
      Constructor Description
      KeepLastMonitor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String computeResult()  
      O getMonitoringState()  
      void handleObservation​(O observation)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
      • Methods inherited from interface org.processmining.specpp.supervision.monitoring.Monitor

        observe
      • Methods inherited from interface org.processmining.specpp.supervision.piping.Observer

        accept