Class IndexedPOAResult


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

      Constructors 
      Constructor Description
      IndexedPOAResult​(int id, org.processmining.partialorder.models.replay.POSyncReplayResult replayResult)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int id()  
      org.processmining.partialorder.models.replay.POSyncReplayResult replayResult()  
      • Methods inherited from class java.lang.Object

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

      • IndexedPOAResult

        public IndexedPOAResult​(int id,
                                org.processmining.partialorder.models.replay.POSyncReplayResult replayResult)
    • Method Detail

      • id

        public int id()
      • replayResult

        public org.processmining.partialorder.models.replay.POSyncReplayResult replayResult()