Class TLVariantReplayResult


  • public class TLVariantReplayResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TLVariantReplayResult​(int id, int nbrTraces, org.processmining.plugins.replayer.replayresult.SyncReplayResult res1, java.util.Optional<org.processmining.partialorder.models.replay.POSyncReplayResult> res2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int id()  
      int nbrTraces()  
      org.processmining.plugins.replayer.replayresult.SyncReplayResult res1()  
      java.util.Optional<org.processmining.partialorder.models.replay.POSyncReplayResult> res2()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TLVariantReplayResult

        public TLVariantReplayResult​(int id,
                                     int nbrTraces,
                                     org.processmining.plugins.replayer.replayresult.SyncReplayResult res1,
                                     java.util.Optional<org.processmining.partialorder.models.replay.POSyncReplayResult> res2)
    • Method Detail

      • id

        public int id()
      • nbrTraces

        public int nbrTraces()
      • res1

        public org.processmining.plugins.replayer.replayresult.SyncReplayResult res1()
      • res2

        public java.util.Optional<org.processmining.partialorder.models.replay.POSyncReplayResult> res2()