Uses of Class
org.processmining.lpm.adjustedalignments.PRecord
-
Packages that use PRecord Package Description org.processmining.lpm.adjustedalignments -
-
Uses of PRecord in org.processmining.lpm.adjustedalignments
Fields in org.processmining.lpm.adjustedalignments declared as PRecord Modifier and Type Field Description protected PRecordPRecord. predecessorMethods in org.processmining.lpm.adjustedalignments with type parameters of type PRecord Modifier and Type Method Description static <P extends PRecord>
java.util.List<P>PRecord. getHistory(P r)Methods in org.processmining.lpm.adjustedalignments that return PRecord Modifier and Type Method Description PRecordPRecord. getNextRecord(nl.tue.astar.Delegate<? extends nl.tue.astar.Head,? extends nl.tue.astar.Tail> d, nl.tue.astar.Trace trace, nl.tue.astar.Head nextHead, long state, int modelMove, int movedEvent, int activity)In case of a LogMove only, then logMove>=0, modelMove == AStarThread.NOMOVE, In case of a ModelMove only, then logMove == AStarThread.NOMOVE, modelMove >=0, in case of both log and model move, then logMove>=0, modelMove>=0,PRecordPRecord. getPredecessor()Methods in org.processmining.lpm.adjustedalignments with parameters of type PRecord Modifier and Type Method Description voidAbstractAllOptAlignmentsGraphAlg.MatchInstancesGraphRes. addRecord(PRecord record)protected doubleAllOptAlignmentsGraphSamplingAlg. constructResult(PRecord r, PDelegate d, org.deckfour.xes.model.XTrace trace, nl.tue.astar.Trace filteredTrace, boolean isFirst, java.util.List<java.util.List<java.lang.Object>> lstNodeInstanceLst, java.util.List<java.util.List<org.processmining.plugins.petrinet.replayresult.StepTypes>> lstStepTypesLst)static voidAbstractAllOptAlignmentsGraphAlg. extractAllHistory(PRecord r, java.util.Map<nl.tue.astar.Record,java.util.List<nl.tue.astar.Record>> mapRecordToSameSuffix, java.util.List<java.util.List<PRecord>> result, java.util.List<PRecord> suffix)Recursively extract all historystatic voidPRecord. printRecord(AbstractPDelegate<?> delegate, int trace, PRecord r)Method parameters in org.processmining.lpm.adjustedalignments with type arguments of type PRecord Modifier and Type Method Description static voidAbstractAllOptAlignmentsGraphAlg. extractAllHistory(PRecord r, java.util.Map<nl.tue.astar.Record,java.util.List<nl.tue.astar.Record>> mapRecordToSameSuffix, java.util.List<java.util.List<PRecord>> result, java.util.List<PRecord> suffix)Recursively extract all historyprotected org.processmining.plugins.replayer.replayresult.AllSyncReplayResultAbstractAllOptAlignmentsGraphAlg. recordToResult(D d, org.deckfour.xes.model.XTrace trace, nl.tue.astar.Trace filteredTrace, java.util.Collection<PRecord> records, int traceIndex, int states, int queuedStates, boolean isReliable, long milliseconds, java.util.List<java.lang.Object> suffixNodeInstance, java.util.List<org.processmining.plugins.petrinet.replayresult.StepTypes> suffixStepTypes, org.processmining.plugins.replayer.replayresult.AllSyncReplayResult prevResult, java.util.Map<nl.tue.astar.Record,java.util.List<nl.tue.astar.Record>> mapToStatesWSameSuffix)Recursive call that investigate the same mapprotected abstract org.processmining.plugins.replayer.replayresult.AllSyncReplayResultAllOptAlignmentsGraphSamplingAlg. recordToResult(PDelegate d, org.deckfour.xes.model.XTrace trace, nl.tue.astar.Trace filteredTrace, java.util.Collection<PRecord> records, int traceIndex, int states, int queuedStates, boolean isReliable, long milliseconds, java.util.List<java.lang.Object> suffixNodeInstance, java.util.List<org.processmining.plugins.petrinet.replayresult.StepTypes> suffixStepTypes, org.processmining.plugins.replayer.replayresult.AllSyncReplayResult prevResult, java.util.Map<nl.tue.astar.Record,java.util.List<nl.tue.astar.Record>> mapToStatesWSameSuffix)protected org.processmining.plugins.replayer.replayresult.AllSyncReplayResultNBestOptAlignmentsNoModelMoveGraphSamplingAlg. recordToResult(PDelegate d, org.deckfour.xes.model.XTrace trace, nl.tue.astar.Trace filteredTrace, java.util.Collection<PRecord> records, int traceIndex, int states, int queuedStates, boolean isReliable, long milliseconds, java.util.List<java.lang.Object> suffixNodeInstance, java.util.List<org.processmining.plugins.petrinet.replayresult.StepTypes> suffixStepTypes, org.processmining.plugins.replayer.replayresult.AllSyncReplayResult prevResult, java.util.Map<nl.tue.astar.Record,java.util.List<nl.tue.astar.Record>> mapToStatesWSameSuffix)This method needs to be overridden because there is no need to compute the number of all optimal alignments as it is computed in the parent classConstructors in org.processmining.lpm.adjustedalignments with parameters of type PRecord Constructor Description PRecord(int cost, PRecord predecessor, int markingsize, int traceLength)PRecord(long state, int cost, PRecord predecessor, int logMove, int modelMove, int markingsize, int backtrace, nl.tue.storage.compressor.BitMask executed)
-