Class POSyncReplayResult


  • public class POSyncReplayResult
    extends org.processmining.plugins.replayer.replayresult.SyncReplayResult
    Extended class of SyncReplayResult to include information that is needed to compute partially ordered alignment
    Author:
    xlu
    • Constructor Detail

      • POSyncReplayResult

        public POSyncReplayResult​(java.util.List<java.lang.Object> nodeInstance,
                                  java.util.List<org.processmining.plugins.petrinet.replayresult.StepTypes> stepTypes,
                                  int traceIndex,
                                  gnu.trove.list.TIntList indeces)
    • Method Detail

      • getIndeces

        public gnu.trove.list.TIntList getIndeces()
        Returns:
        a list "indeces" of int, with size of the alignment. indeces[i] >= 0 gives the corresponding index of the move in the original trace. indeces[i] < 0 indicates a model move.
      • setIndeces

        public void setIndeces​(gnu.trove.list.TIntList indeces)
      • getPOAlignmentGraph

        public PAlignment getPOAlignmentGraph()
      • setGraph

        public void setGraph​(PAlignment graph)
      • getPotrace

        public PTrace getPotrace()
      • setPotrace

        public void setPotrace​(PTrace potrace)