- AbstractAllOptAlignmentsAlg<D extends AbstractPDelegate<T>,T extends nl.tue.astar.Tail> - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms
-
- AbstractAllOptAlignmentsAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.AbstractAllOptAlignmentsAlg
-
- AbstractAllOptAlignmentsGraphAlg<D extends AbstractPDelegate<T>,T extends nl.tue.astar.Tail> - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
- AbstractAllOptAlignmentsGraphAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AbstractAllOptAlignmentsGraphAlg
-
- AbstractAllOptAlignmentsGraphAlg.MatchInstancesGraphRes - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
- AbstractBehavAppAlg - Class in org.processmining.plugins.petrinet.replayer.algorithms.behavapp
-
Abstraction for replay algorithms to calculate behavioral appropriateness
that require array of final markings (can be empty).
- AbstractBehavAppAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.AbstractBehavAppAlg
-
- AbstractCostBasedCompleteAlg<T extends AbstractCPNCostBasedTreeNode<T>> - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete
-
Abstraction for replay algorithms that require array of final markings (can
be empty), all transitions mapped to non-negative integer cost, and so does
all event classes.
- AbstractCostBasedCompleteAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteAlg
-
- AbstractCostBasedCompleteMarkEqAlg - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete
-
- AbstractCostBasedCompleteMarkEqAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteMarkEqAlg
-
- AbstractCostBasedCompleteNaiveAlg - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete
-
- AbstractCostBasedCompleteNaiveAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteNaiveAlg
-
- AbstractCostBasedCompleteRPSTAlg - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete
-
- AbstractCostBasedCompleteRPSTAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteRPSTAlg
-
- AbstractCPNCostBasedTreeNode<T extends AbstractCPNCostBasedTreeNode<T>> - Class in org.processmining.plugins.petrinet.replayer.util.statespaces
-
- AbstractCPNCostBasedTreeNode() - Constructor for class org.processmining.plugins.petrinet.replayer.util.statespaces.AbstractCPNCostBasedTreeNode
-
- AbstractDefaultPNReplayParam - Class in org.processmining.plugins.petrinet.replayer.algorithms
-
- AbstractDefaultPNReplayParam() - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.AbstractDefaultPNReplayParam
-
- AbstractMovePreferenceAwarePetrinetReplayer<T extends nl.tue.astar.Tail,D extends AbstractPDelegate<T>> - Class in org.processmining.plugins.astar.petrinet
-
A* search that prefers synchronous moves for the specified set of preferred transitions.
- AbstractMovePreferenceAwarePetrinetReplayer() - Constructor for class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
- AbstractMovePreferenceAwarePetrinetReplayer.Representative - Class in org.processmining.plugins.astar.petrinet
-
- AbstractMovePreferenceAwarePetrinetReplayer.Result - Class in org.processmining.plugins.astar.petrinet
-
- AbstractPDelegate<T extends nl.tue.astar.Tail> - Class in org.processmining.plugins.astar.petrinet.impl
-
- AbstractPDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, int, Marking...) - Constructor for class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
Constructor without cost of move synchronous.
- AbstractPDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, Map<Transition, Integer>, int, Marking...) - Constructor for class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
Constructor with cost of move synchronous.
- AbstractPetrinetReplayer<T extends nl.tue.astar.Tail,D extends AbstractPDelegate<T>> - Class in org.processmining.plugins.astar.petrinet
-
- AbstractPetrinetReplayer() - Constructor for class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
- AbstractPetrinetReplayer.Representative - Class in org.processmining.plugins.astar.petrinet
-
- AbstractPetrinetReplayer.Result - Class in org.processmining.plugins.astar.petrinet
-
- AbstractPILPDelegate<T extends nl.tue.astar.Tail> - Class in org.processmining.plugins.astar.petrinet.impl
-
- AbstractPILPDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, int, int, Marking...) - Constructor for class org.processmining.plugins.astar.petrinet.impl.AbstractPILPDelegate
-
Default constructor, assuming that integer is used to estimate cost
- AbstractPILPDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, int, int, boolean, Marking...) - Constructor for class org.processmining.plugins.astar.petrinet.impl.AbstractPILPDelegate
-
Constructor where estimate value can be changed to real (not integer)
- AbstractPILPDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, Map<Transition, Integer>, int, int, boolean, boolean, Marking...) - Constructor for class org.processmining.plugins.astar.petrinet.impl.AbstractPILPDelegate
-
Constructor where the cost for synchronous moves is set
- AbstractPNManifestFlattener - Class in org.processmining.plugins.astar.petrinet.manifestreplay
-
- AbstractPNManifestFlattener() - Constructor for class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- AbstractPNManifestReplayerParameter - Class in org.processmining.plugins.petrinet.manifestreplayer
-
- AbstractPNManifestReplayerParameter() - Constructor for class org.processmining.plugins.petrinet.manifestreplayer.AbstractPNManifestReplayerParameter
-
- AbstractReplayerBasicFunctionProvider - Class in org.processmining.plugins.petrinet.replayer.algorithms
-
- AbstractReplayerBasicFunctionProvider() - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.AbstractReplayerBasicFunctionProvider
-
- act2cost - Variable in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- act2int - Variable in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- actIndex2trans - Variable in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- activities - Variable in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- activities - Variable in class org.processmining.plugins.astar.petrinet.impl.PHeadCompressor
-
- activities - Variable in class org.processmining.plugins.astar.petrinet.impl.PILPTailCompressor
-
- add(List<XEventClass>, List<Object>, List<StepTypes>, int, int) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterCompleteCostBasedReplay
-
- add(List<XEventClass>, List<Object>, List<StepTypes>, int, boolean, int) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterCompleteCostBasedReplay
-
- add(List<XEventClass>, List<List<Object>>, List<List<StepTypes>>, int) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterPrecSyncReplay
-
- add(List<XEventClass>, List<List<Object>>, List<List<StepTypes>>, int, boolean) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterPrecSyncReplay
-
- add(List<XEventClass>, List<Object>, List<StepTypes>, int, double) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterSyncReplay
-
- add(List<XEventClass>, List<Object>, List<StepTypes>, int, boolean, double) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterSyncReplay
-
- addChild(LogAutomatonNode) - Method in class org.processmining.plugins.petrinet.replayer.util.LogAutomatonNode
-
- addFrequency(int) - Method in class org.processmining.plugins.petrinet.replayer.util.LogAutomatonNodeWOID
-
Add the frequency of this node
- addInfo(String, String) - Method in class org.processmining.plugins.petrinet.replayresult.PNMatchInstancesRepResult
-
Add info (could be fitness value, etc.)
- addInfo(String, String) - Method in interface org.processmining.plugins.petrinet.replayresult.PNRepResult
-
Add information
- addInfo(String, String) - Method in class org.processmining.plugins.petrinet.replayresult.PNRepResultImpl
-
Add information
- addInfo(String, Double) - Method in class org.processmining.plugins.replayer.replayresult.AllSyncReplayResult
-
- addInfo(String, Double) - Method in class org.processmining.plugins.replayer.replayresult.SyncReplayResult
-
add additional info to sync replay result
- addInfoObject(InfoObjectConst, Object) - Method in class org.processmining.plugins.replayer.replayresult.AllSyncReplayResult
-
Add additional info to this object in form of object
- addInhibitorArc(PetrinetGraph, Place, Transition) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
Add inhibitor arcs
- addInhibitorPredecessors(Short, Set<Short>) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- addNewCase(int) - Method in class org.processmining.plugins.replayer.replayresult.AllSyncReplayResult
-
- addNewCase(int) - Method in class org.processmining.plugins.replayer.replayresult.SyncReplayResult
-
- addPlace(Place, Short) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- addPredecessors(Short, Set<Short>) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- addProperty(JComponent, T) - Method in class org.processmining.plugins.petrinet.replayresult.visualization.ProMPropertiesPanelWithComp
-
- addRecord(PRecord) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AbstractAllOptAlignmentsGraphAlg.MatchInstancesGraphRes
-
- addRecord(PRecord) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsTreeAlg.MatchInstancesRes
-
- addReplayResults(Progress, D, XTrace, AbstractMovePreferenceAwarePetrinetReplayer.Result, TIntList, TIntIntMap, TIntObjectMap<AbstractMovePreferenceAwarePetrinetReplayer.Representative>, XLog, List<SyncReplayResult>, int, int) - Method in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
- addReplayResults(Progress, D, XTrace, AbstractPetrinetReplayer.Result, TIntList, TIntIntMap, TIntObjectMap<AbstractPetrinetReplayer.Representative>, XLog, List<SyncReplayResult>, int, int) - Method in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
- addReplayResults(DijkstraPDelegate, XTrace, AbstractPetrinetReplayer.Result, TIntIntMap, XLog, List<SyncReplayResult>, int, double) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerSSD
-
- addReplayResults(D, XTrace, AbstractAllOptAlignmentsGraphAlg.MatchInstancesGraphRes, TIntIntMap, XLog, List<AllSyncReplayResult>, int, Map<Integer, AllSyncReplayResult>, List<Object>, List<StepTypes>) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AbstractAllOptAlignmentsGraphAlg
-
- addReplayResults(AllOptAlignmentsTreeDelegate, XTrace, AllOptAlignmentsTreeAlg.MatchInstancesRes, TIntIntMap, XLog, List<AllSyncReplayResult>, int, Map<Integer, AllSyncReplayResult>, double) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsTreeAlg
-
- addResetArc(PetrinetGraph, Place, Transition) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
Add reset arcs
- addResetPredecessors(Short, Set<Short>) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- addSingleInfo(Map<String, Double>) - Method in class org.processmining.plugins.replayer.replayresult.AllSyncReplayResult
-
Add information about a single alignment
- addSuccessors(Short, Set<Short>) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- addTransition(Transition, Short) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- ALGORITHM - Static variable in class org.processmining.plugins.petrinet.replayer.matchinstances.ui.PNMatchInstancesReplayerUI
-
- ALGORITHM - Static variable in class org.processmining.plugins.petrinet.replayer.ui.PNReplayerUI
-
- AlignmentConstants - Class in org.processmining.plugins.petrinet.visualization
-
- AlignmentConstants() - Constructor for class org.processmining.plugins.petrinet.visualization.AlignmentConstants
-
- AllKnotSamplingOptAlignmentsGraphAlg - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
- AllKnotSamplingOptAlignmentsGraphAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllKnotSamplingOptAlignmentsGraphAlg
-
- AllKnotSamplingOptAlignmentsGraphCountAlg - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
- AllKnotSamplingOptAlignmentsGraphCountAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllKnotSamplingOptAlignmentsGraphCountAlg
-
- AllOptAlignmentsGraphAlg - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
- AllOptAlignmentsGraphAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphAlg
-
- AllOptAlignmentsGraphILPAlg - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
- AllOptAlignmentsGraphILPAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphILPAlg
-
- AllOptAlignmentsGraphSamplingAlg - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
- AllOptAlignmentsGraphSamplingAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphSamplingAlg
-
- AllOptAlignmentsGraphThread<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
- AllOptAlignmentsGraphThread(Delegate<H, T>, Trace, int, AbstractAStarThread.StorageHandler<H, T>) - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphThread
-
- AllOptAlignmentsGraphThread.CPUEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
CPU efficient variant of the Stubborn set implementation
- AllOptAlignmentsGraphThread.MemoryEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
Memory efficient variant of the Stubborn set implementation
- AllOptAlignmentsTreeAlg - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
- AllOptAlignmentsTreeAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsTreeAlg
-
- AllOptAlignmentsTreeAlg.MatchInstancesRes - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
- AllOptAlignmentsTreeDelegate - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
- AllOptAlignmentsTreeDelegate(Petrinet, XLog, XEventClasses, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, int, boolean, Marking[]) - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsTreeDelegate
-
- AllOptAlignmentsTreeDelegate(ResetNet, XLog, XEventClasses, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, int, boolean, Marking[]) - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsTreeDelegate
-
- AllOptAlignmentsTreeDelegate(InhibitorNet, XLog, XEventClasses, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, int, boolean, Marking[]) - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsTreeDelegate
-
- AllOptAlignmentsTreeDelegate(ResetInhibitorNet, XLog, XEventClasses, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, int, boolean, Marking[]) - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsTreeDelegate
-
- AllOptAlignmentsTreeThread<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
- AllOptAlignmentsTreeThread(Delegate<H, T>, Trace, int, AbstractAStarThread.StorageHandler<H, T>) - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsTreeThread
-
- AllOptAlignmentsTreeThread.CPUEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
CPU efficient variant of the Stubborn set implementation
- AllOptAlignmentsTreeThread.MemoryEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
Memory efficient variant of the Stubborn set implementation
- AllPrefixOptAlignmentsGraphAlg - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
- AllPrefixOptAlignmentsGraphAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllPrefixOptAlignmentsGraphAlg
-
- AllPrefixOptAlignmentsGraphGuessMarkingAlg - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
Return all samples of prefix optimal alignments, given a log and a process
model
- AllPrefixOptAlignmentsGraphGuessMarkingAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllPrefixOptAlignmentsGraphGuessMarkingAlg
-
- AllPrefixOptAlignmentsTreeAlg - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
- AllPrefixOptAlignmentsTreeAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllPrefixOptAlignmentsTreeAlg
-
- AllSamplingOptAlignmentsGraphThread<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
this thread sort
- AllSamplingOptAlignmentsGraphThread(Delegate<H, T>, Trace, int, AbstractAStarThread.StorageHandler<H, T>) - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllSamplingOptAlignmentsGraphThread
-
- AllSamplingOptAlignmentsGraphThread.CPUEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
CPU efficient variant of the Stubborn set implementation
- AllSamplingOptAlignmentsGraphThread.MemoryEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> - Class in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express
-
Memory efficient variant of the Stubborn set implementation
- AllSyncReplayResult - Class in org.processmining.plugins.replayer.replayresult
-
This class extend the SyncReplayResult to return all best matching sequences,
given a trace from a log and a process model
- AllSyncReplayResult() - Constructor for class org.processmining.plugins.replayer.replayresult.AllSyncReplayResult
-
- AllSyncReplayResult(List<List<Object>>, List<List<StepTypes>>, int, boolean) - Constructor for class org.processmining.plugins.replayer.replayresult.AllSyncReplayResult
-
- apply(PNManifestReplayerParameter, JComponent) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.ChooseAlgorithmStep
-
- apply(PNManifestReplayerParameter, JComponent) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.CreatePatternStep
-
- apply(PNManifestReplayerParameter, JComponent) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.MapCostStep
-
- apply(PNManifestReplayerParameter, JComponent) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.MapPattern2TransStep
-
- arcs - Variable in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- AStarRestrictedMoveModelThread<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> - Class in org.processmining.plugins.astar.petrinet.impl
-
- AStarRestrictedMoveModelThread(Delegate<H, T>, Trace, int, TShortSet, AbstractAStarThread.StorageHandler<H, T>) - Constructor for class org.processmining.plugins.astar.petrinet.impl.AStarRestrictedMoveModelThread
-
- AStarRestrictedMoveModelThread.CPUEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> - Class in org.processmining.plugins.astar.petrinet.impl
-
CPU efficient variant of the Stubborn set implementation
- AStarRestrictedMoveModelThread.MemoryEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> - Class in org.processmining.plugins.astar.petrinet.impl
-
Memory efficient variant of the Stubborn set implementation
- attenuateColor(Color) - Method in class org.processmining.plugins.petrinet.replayresult.visualization.ProcessInstanceConformanceView
-
- calcFitness(AllOptAlignmentsTreeAlg.MatchInstancesRes, AllOptAlignmentsTreeDelegate, PRecord, XLog, int) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.BestWithFitnessBoundAlignmentsTreeAlg
-
- calculations - Variable in class org.processmining.plugins.petrinet.replayer.matchinstances.visualization.PNMatchInstancesRepResultSimpleVisPanel
-
- calculations - Variable in class org.processmining.plugins.petrinet.replayer.matchinstances.visualization.PNMatchInstancesRepResultVisPanel
-
- calculations - Variable in class org.processmining.plugins.petrinet.replayresult.visualization.PNLogReplayResultVisPanel
-
- canApply(PNManifestReplayerParameter, JComponent) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.ChooseAlgorithmStep
-
- canApply(PNManifestReplayerParameter, JComponent) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.CreatePatternStep
-
- canApply(PNManifestReplayerParameter, JComponent) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.MapCostStep
-
- canApply(PNManifestReplayerParameter, JComponent) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.MapPattern2TransStep
-
- canceller - Variable in class org.processmining.plugins.petrinet.manifestreplayer.AbstractPNManifestReplayerParameter
-
- canceller - Variable in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractDefaultPNReplayParam
-
- canComplete() - Method in class org.processmining.plugins.astar.petrinet.impl.PILPTail
-
- canComplete() - Method in class org.processmining.plugins.astar.petrinet.impl.PNaiveTail
-
- casePtr - Variable in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- caseReliability - Variable in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- CBBOXSIZE - Static variable in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.PatternMappingPanel
-
- chooseAlgorithmAndParam(UIPluginContext, PetrinetGraph, XLog) - Method in class org.processmining.plugins.petrinet.manifestreplayer.PNManifestReplayer
-
getParameter, using the provided GUI context This method may create
initial and final marking connection if not exists before.
- ChooseAlgorithmPanel - Class in org.processmining.plugins.astar.petrinet.manifestreplay.ui
-
- ChooseAlgorithmPanel(PetrinetGraph, XLog, Marking, Marking[]) - Constructor for class org.processmining.plugins.astar.petrinet.manifestreplay.ui.ChooseAlgorithmPanel
-
- ChooseAlgorithmStep - Class in org.processmining.plugins.astar.petrinet.manifestreplay.ui
-
- ChooseAlgorithmStep(PetrinetGraph, XLog, Marking, Marking[]) - Constructor for class org.processmining.plugins.astar.petrinet.manifestreplay.ui.ChooseAlgorithmStep
-
- ClassCostMapPanel - Class in org.processmining.plugins.astar.petrinet.manifestreplay.ui
-
- ClassCostMapPanel(Collection<TransClass>, Collection<XEventClass>) - Constructor for class org.processmining.plugins.astar.petrinet.manifestreplay.ui.ClassCostMapPanel
-
- classes - Variable in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- classifier - Variable in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
- classifier - Variable in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
- classifier - Variable in class org.processmining.plugins.petrinet.manifestreplayer.transclassifier.TransClasses
-
The classifier used for creating the set of event classes.
- classifier - Variable in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.AbstractBehavAppAlg
-
- classifier - Variable in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteAlg
-
- classifier - Variable in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.AbstractAllOptAlignmentsAlg
-
- classMap - Variable in class org.processmining.plugins.petrinet.manifestreplayer.transclassifier.TransClasses
-
Map holding the event classes, indexed by their unique identifier string.
- cloneAndUpdateMarking(AbstractPDelegate<?>, ShortShortMultiset, short) - Method in class org.processmining.plugins.astar.petrinet.impl.PHead
-
- closeObservers() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphThread
-
- closeObservers() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsTreeThread
-
- closeObservers() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllSamplingOptAlignmentsGraphThread
-
- colorAttenuationBright - Static variable in class org.processmining.plugins.petrinet.replayresult.visualization.ProcessInstanceConformanceView
-
- colorAttenuationDark - Static variable in class org.processmining.plugins.petrinet.replayresult.visualization.ProcessInstanceConformanceView
-
- colorBgEventFlag - Static variable in class org.processmining.plugins.petrinet.replayresult.visualization.ProcessInstanceConformanceView
-
- colorBgInstanceflag - Static variable in class org.processmining.plugins.petrinet.replayresult.visualization.ProcessInstanceConformanceView
-
- CombinationGenerator - Class in org.processmining.plugins.petrinet.replayer.util
-
- CombinationGenerator(int, int) - Constructor for class org.processmining.plugins.petrinet.replayer.util.CombinationGenerator
-
- compareEventClassList(D, XTrace, XTrace) - Method in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
- compareEventClassList(D, XTrace, XTrace) - Method in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
- compareEventClassList(D, XTrace, XTrace) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.AbstractAllOptAlignmentsAlg
-
- compareTo(TransClass) - Method in class org.processmining.plugins.petrinet.manifestreplayer.transclassifier.TransClass
-
comparison is based on UUID
- compareTo(CPNCostBasedTreeNode) - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNode
-
- compareTo(CPNCostBasedTreeNodeEnc) - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeEnc
-
- compareTo(CPNCostBasedTreeNodeEncFitness) - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeEncFitness
-
- compareTo(CPNCostBasedTreeNodeEncFitnessWHeurCost) - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeEncFitnessWHeurCost
-
- compareTo(CPNCostBasedTreeNodeX) - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeX
-
- computeBitsForParikh(short, short) - Static method in class org.processmining.plugins.astar.petrinet.impl.PHead
-
- computeEstimate(Delegate<? extends Head, ? extends Tail>, Head, int) - Method in class org.processmining.plugins.astar.petrinet.impl.PILPTail
-
- connect(UIPluginContext, XLog, PetrinetGraph) - Method in class org.processmining.plugins.connectionfactories.logpetrinet.EvClassLogPetrinetConnectionFactory
-
- considered2cost - Variable in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphThread
-
- construct(PetrinetGraph, Marking, Marking[], XLog, PNManifestFlattener, PNRepResult, TransClass2PatternMap) - Static method in class org.processmining.plugins.astar.petrinet.manifestreplay.ManifestFactory
-
- constructFinalMarking(UIPluginContext, PetrinetGraph) - Method in class org.processmining.plugins.petrinet.finalmarkingprovider.FinalMarkingFactory
-
- constructFinalMarking(PluginContext, PetrinetGraph, Marking) - Method in class org.processmining.plugins.petrinet.finalmarkingprovider.FinalMarkingFactory
-
- constructHead(D, Marking, XTrace) - Method in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
- constructHead(D, Marking, XTrace) - Method in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
- constructHeadCompressor(short, short) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
Overrideable method to change head compressor
- constructHeadCompressor(short, short) - Method in class org.processmining.plugins.astar.petrinet.impl.DijkstraPDelegate
-
- constructHeadCompressor(short, short) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsTreeDelegate
-
- constructInitMarking(UIPluginContext, PetrinetGraph) - Method in class org.processmining.plugins.petrinet.initmarkingprovider.InitMarkingFactory
-
- constructInitMarking(PluginContext, PetrinetGraph, Marking) - Method in class org.processmining.plugins.petrinet.initmarkingprovider.InitMarkingFactory
-
- constructParamProvider(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
construct GUI in which the parameter for this algorithm can be obtained
- constructParamProvider(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
construct GUI in which the parameter for this algorithm can be obtained
- constructParamProvider(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.AbstractBehavAppAlg
-
- constructParamProvider(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteAlg
-
construct GUI in which the parameter for this algorithm can be obtained
- constructParamProvider(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixAlg
-
provider of parameters for this algorithm
- constructParamProvider(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayAlgorithm
-
construct GUI in which the parameter for this algorithm can be obtained
- constructParamProvider(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.PetrinetSwapReplayer
-
construct GUI in which the parameter for this algorithm can be obtained
- constructParamProvider(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductAlg
-
- constructReplayParameter(JComponent) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppParamProvider
-
- constructReplayParameter(JComponent) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParamProvider
-
- constructReplayParameter(JComponent) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParamProvider
-
- constructReplayParameter(JComponent) - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayParamProvider
-
Create replay parameter from whatever information obtained
- constructReplayParameter(JComponent) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedCompleteSwapParamProvider
-
- constructReplayParameter(JComponent) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductParamProvider
-
- constructResult(PRecord, PDelegate, XTrace, Trace, boolean, List<List<Object>>, List<List<StepTypes>>) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllKnotSamplingOptAlignmentsGraphAlg
-
- constructResult(PRecord, PDelegate, XTrace, Trace, boolean, List<List<Object>>, List<List<StepTypes>>) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphSamplingAlg
-
- constructUI() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppParamProvider
-
- constructUI() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParamProvider
-
- constructUI() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParamProvider
-
- constructUI() - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayParamProvider
-
Get the UI to set parameter values
- constructUI() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedCompleteSwapParamProvider
-
- constructUI() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductParamProvider
-
- contains(List<XEventClass>) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterCompleteCostBasedReplay
-
- contains(List<XEventClass>) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterPrecSyncReplay
-
- contains(List<XEventClass>) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterSyncReplay
-
- containsKey(List<XEventClass>) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterCompleteCostBasedReplay
-
- containsKey(List<XEventClass>) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterPrecSyncReplay
-
- containsKey(List<XEventClass>) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterSyncReplay
-
- convert(Manifest) - Static method in class org.processmining.plugins.petrinet.manifestreplayer.conversion.Manifest2PNRepResult
-
- copyAll(PetrinetGraph, TransEvClassMapping, CostBasedSwapParam, TransEvClassMapping, CostBasedCompleteManifestParam, Map<Transition, Transition>, Map<Transition, Transition>, Map<Transition, Pair<Transition, Transition>>, ResetInhibitorNet) - Static method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.SwapPetrinetGraphConstructor
-
Copy everything except arcs, because reset/inhibitor arcs can only be
added for reset/inhibitor net
- cost - Variable in class org.processmining.plugins.astar.petrinet.impl.PRecord
-
- CostBasedCompleteManifestParam - Class in org.processmining.plugins.astar.petrinet.manifestreplay
-
- CostBasedCompleteManifestParam(Map<XEventClass, Integer>, Map<Transition, Integer>, Marking, Marking[], int, Set<Transition>) - Constructor for class org.processmining.plugins.astar.petrinet.manifestreplay.CostBasedCompleteManifestParam
-
Default constructor, assuming that the cost of move sync is 0
- CostBasedCompleteManifestParam(Map<XEventClass, Integer>, Map<Transition, Integer>, Map<Transition, Integer>, Marking, Marking[], int, Set<Transition>) - Constructor for class org.processmining.plugins.astar.petrinet.manifestreplay.CostBasedCompleteManifestParam
-
Constructor with mapping from sync moves to cost
- CostBasedCompleteMarkEquation - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete
-
- CostBasedCompleteMarkEquation() - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteMarkEquation
-
- CostBasedCompleteMarkEquationPrune - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete
-
- CostBasedCompleteMarkEquationPrune() - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteMarkEquationPrune
-
- CostBasedCompleteNaiveAlg - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete
-
- CostBasedCompleteNaiveAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteNaiveAlg
-
- CostBasedCompleteParam - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete
-
- CostBasedCompleteParam(Collection<XEventClass>, XEventClass, Collection<Transition>) - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam
-
Constructor with default initialization.
- CostBasedCompleteParam(Collection<XEventClass>, XEventClass, Collection<Transition>, int, int) - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam
-
Constructor with default initialization.
- CostBasedCompleteParam(Map<XEventClass, Integer>, Map<Transition, Integer>) - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam
-
Constructor with given cost mapping
- CostBasedCompleteParam(Map<XEventClass, Integer>, Map<Transition, Integer>, Map<Transition, Integer>) - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam
-
Constructor with given cost mapping (including cost of move sync)
- CostBasedCompleteParamProvider - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete
-
- CostBasedCompleteParamProvider(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParamProvider
-
- CostBasedCompletePruneAlg - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete
-
- CostBasedCompletePruneAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompletePruneAlg
-
- CostBasedCompleteRPST - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete
-
- CostBasedCompleteRPST() - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteRPST
-
- CostBasedCompleteRPSTPrune - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete
-
- CostBasedCompleteRPSTPrune() - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteRPSTPrune
-
- CostBasedCompleteSwapParamProvider - Class in org.processmining.plugins.petrinet.replayer.algorithms.swapping
-
- CostBasedCompleteSwapParamProvider(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedCompleteSwapParamProvider
-
- CostBasedCompleteSwapUI - Class in org.processmining.plugins.petrinet.replayer.algorithms.swapping
-
- CostBasedCompleteSwapUI(Collection<Transition>, Collection<XEventClass>, Collection<XEventClass>, CostBasedSwapParam) - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedCompleteSwapUI
-
- CostBasedCompleteUI - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete
-
- CostBasedCompleteUI(double[][]) - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteUI
-
- CostBasedCompleteUI(Collection<Transition>, Collection<XEventClass>) - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteUI
-
- CostBasedCompleteUI(Collection<Transition>, Collection<XEventClass>, Map<Transition, Integer>, Map<Transition, Integer>, Map<XEventClass, Integer>) - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteUI
-
- costBasedCompleteUI - Variable in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedCompleteSwapUI
-
- CostBasedPrefixAlg - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix
-
Use the A* that gives matching instance with the least cost of move on log/
move on model
NOTE: This replay algorithm ignores final marking!
- CostBasedPrefixAlg() - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixAlg
-
- CostBasedPrefixParam - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix
-
- CostBasedPrefixParam() - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParam
-
Default parameter
- CostBasedPrefixParamProvider - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix
-
- CostBasedPrefixParamProvider(PluginContext, PetrinetGraph) - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParamProvider
-
- CostBasedPrefixUI - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix
-
- CostBasedPrefixUI() - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixUI
-
- CostBasedSwapParam - Class in org.processmining.plugins.petrinet.replayer.algorithms.swapping
-
- CostBasedSwapParam(Map<XEventClass, Integer>, Map<Transition, Integer>, Map<Transition, Integer>, Marking, Marking[], int, Map<XEventClass, List<Pair<XEventClass, Integer>>>, Map<XEventClass, List<Pair<XEventClass, Integer>>>) - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedSwapParam
-
- CostBasedSwapParamConnection - Class in org.processmining.plugins.petrinet.replayer.algorithms.swapping
-
- CostBasedSwapParamConnection(PetrinetGraph, XLog, CostBasedSwapParam) - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedSwapParamConnection
-
- costFactor - Variable in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- countOptimalAlignments(Record, Map<Record, List<Record>>) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllKnotSamplingOptAlignmentsGraphAlg
-
- countOptimalAlignments(Record, Map<Record, List<Record>>) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphSamplingAlg
-
- countOptimalAlignments(Record, Map<Record, List<Record>>) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllPrefixOptAlignmentsGraphGuessMarkingAlg
-
recursive method to count the number of optimal alignments
- CPNCostBasedTreeNode - Class in org.processmining.plugins.petrinet.replayer.util.statespaces
-
- CPNCostBasedTreeNode() - Constructor for class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNode
-
- CPNCostBasedTreeNode(CPNCostBasedTreeNode) - Constructor for class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNode
-
- CPNCostBasedTreeNodeEnc - Class in org.processmining.plugins.petrinet.replayer.util.statespaces
-
Variation of the CPNCostBasedTreeNodeX, with encoding such that memory
requirement is smaller
- CPNCostBasedTreeNodeEnc(int, int, int, StepTypes, Integer, double, CPNCostBasedTreeNodeEnc) - Constructor for class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeEnc
-
- CPNCostBasedTreeNodeEncFitness - Class in org.processmining.plugins.petrinet.replayer.util.statespaces
-
- CPNCostBasedTreeNodeEncFitness(int, int, StepTypes, Integer, Integer, CPNCostBasedTreeNodeEncFitness) - Constructor for class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeEncFitness
-
- CPNCostBasedTreeNodeEncFitnessWHeurCost - Class in org.processmining.plugins.petrinet.replayer.util.statespaces
-
- CPNCostBasedTreeNodeEncFitnessWHeurCost(int, int, StepTypes, Integer, int, int, CPNCostBasedTreeNodeEncFitnessWHeurCost) - Constructor for class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeEncFitnessWHeurCost
-
- CPNCostBasedTreeNodeX - Class in org.processmining.plugins.petrinet.replayer.util.statespaces
-
Modification of CPNCostBasedTreeNode, only no list of traceModelViolatingStep
- CPNCostBasedTreeNodeX() - Constructor for class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeX
-
- CPNCostBasedTreeNodeX(CPNCostBasedTreeNodeX) - Constructor for class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeX
-
- CPUEfficient(Delegate<H, T>, TObjectIntMap<H>, List<State<H, T>>, H, Trace, int, TShortSet) - Constructor for class org.processmining.plugins.astar.petrinet.impl.AStarRestrictedMoveModelThread.CPUEfficient
-
- CPUEfficient(Delegate<H, T>, TObjectIntMap<H>, List<State<H, T>>, H, Trace, int) - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphThread.CPUEfficient
-
- CPUEfficient(Delegate<H, T>, TObjectIntMap<H>, List<State<H, T>>, H, Trace, int) - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsTreeThread.CPUEfficient
-
- CPUEfficient(Delegate<H, T>, TObjectIntMap<H>, List<State<H, T>>, H, Trace, int) - Constructor for class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllSamplingOptAlignmentsGraphThread.CPUEfficient
-
- createConn - Variable in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractDefaultPNReplayParam
-
- createConnections(PluginContext, PetrinetGraph, XLog, IPNManifestReplayAlgorithm, PNManifestReplayerParameter, Manifest) - Method in class org.processmining.plugins.petrinet.manifestreplayer.PNManifestReplayer
-
- createConnections(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayAlgorithm, IPNReplayParameter, PNRepResult) - Method in class org.processmining.plugins.petrinet.replayer.PNLogReplayer
-
- createHead(ShortShortMultiset, ShortShortMultiset, int) - Method in class org.processmining.plugins.astar.petrinet.impl.PHead
-
- createHead(ShortShortMultiset, ShortShortMultiset, int) - Method in class org.processmining.plugins.astar.petrinet.impl.PHeadUnique
-
- createInitialRecord(PHead, Trace) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- createInitialTail(PHead) - Method in class org.processmining.plugins.astar.petrinet.impl.PDelegate
-
- createInitialTail(PHead) - Method in class org.processmining.plugins.astar.petrinet.impl.PILPDelegate
-
Loads the required jar and dll files (from the location) provided by the
user via the settings if not loaded already and creates a solverfactory
- createInitialTail(PHead) - Method in class org.processmining.plugins.astar.petrinet.impl.PNaiveDelegate
-
- createKey(List<XEventClass>) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterCompleteCostBasedReplay
-
- createKey(List<XEventClass>) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterPrecSyncReplay
-
- createKey(List<XEventClass>) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterSyncReplay
-
- createLegendPanel() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.visualization.PNMatchInstancesRepResultVisPanel
-
- createLegendPanel() - Method in class org.processmining.plugins.petrinet.replayresult.visualization.PNLogReplayResultVisPanel
-
- CreatePatternPanel - Class in org.processmining.plugins.astar.petrinet.manifestreplay.ui
-
- CreatePatternPanel(XLog, XEventClassifier[]) - Constructor for class org.processmining.plugins.astar.petrinet.manifestreplay.ui.CreatePatternPanel
-
- CreatePatternStep - Class in org.processmining.plugins.astar.petrinet.manifestreplay.ui
-
- CreatePatternStep(XLog, XEventClassifier[]) - Constructor for class org.processmining.plugins.astar.petrinet.manifestreplay.ui.CreatePatternStep
-
- createProcessInstanceView(SyncReplayResult, List<Object>) - Method in class org.processmining.plugins.petrinet.replayresult.visualization.PNLogReplayResultVisPanel
-
- createShortListFromTreeNode(EncPNWSetFinalMarkings, T, List<Object>, List<StepTypes>, List<XEventClass>, List<Pair<Integer, XEventClass>>) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteAlg
-
provide solutions
- createStringRep(PNRepResult, PetrinetGraph, XLog) - Method in class org.processmining.plugins.petrinet.replayresult.exporting.ExportPNRepResult
-
- createSwapPetrinet(PetrinetGraph, TransEvClassMapping, CostBasedSwapParam, TransEvClassMapping, CostBasedCompleteManifestParam, Map<Transition, Transition>, Map<Transition, Transition>, Map<Transition, Pair<Transition, Transition>>) - Static method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.SwapPetrinetGraphConstructor
-
- createTable(int, int, int, int, int, int, Map<String, Object>, NumberFormat) - Method in class org.processmining.plugins.petrinet.replayresult.visualization.PNLogReplayResultVisPanel
-
- createTable(TableModel, TableColumnModel) - Method in class org.processmining.plugins.petrinet.replayresult.visualization.ProMTableWithoutHeader
-
- createTransByCopy(PetrinetGraph, PNManifestReplayerParameter, Map<Place, Place>, XEventClass, Transition, Integer, int) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
Create new transition by copying the old transition
- currEncMarking - Variable in class org.processmining.plugins.petrinet.replayer.util.statespaces.AbstractCPNCostBasedTreeNode
-
- currIndexOnTrace - Variable in class org.processmining.plugins.petrinet.replayer.util.statespaces.AbstractCPNCostBasedTreeNode
-
- gcd(int, int) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
The following code to calculate gcd and lcm is copied from
http://stackoverflow
.com/questions/4201860/how-to-find-gcf-lcm-on-a-set-of-numbers
- generateStandardGUI() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.ParamSettingExpressAlg
-
- getActivitiesFor(short) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getActivityOf(int, int) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getAlgorithm() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.ui.PNRepMatchInstancesAlgorithmStep
-
- getAlgorithm() - Method in class org.processmining.plugins.petrinet.replayer.ui.PNAlgorithmStep
-
Obtain the selected algorithm
- getAllowEventSkip() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParam
-
- getAllowExecViolating() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParam
-
- getAllowExecWOTokens() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParam
-
- getAllowInviTaskMove() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParam
-
- getAllowRealTaskMove() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParam
-
- getAllParameters() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.ParamSettingBestWithFitnessBoundAlg
-
Get all parameters for this algorithm
- getAllParameters() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.ParamSettingExpressAlg
-
Get all parameters for this algorithm
- getAllParameters() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.ParamSettingNBestAlg
-
Get all parameters for this algorithm
- getAllParameters() - Method in interface org.processmining.plugins.petrinet.replayer.ui.IParamSetting
-
- getAllPatternsFor(Transition) - Method in class org.processmining.plugins.petrinet.manifestreplayer.PNManifestReplayerParameter
-
Get all patterns mapped for a transition
- getAsynchronousMoveSort() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractDefaultPNReplayParam
-
- getAsynchronousMoveSort() - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayParameter
-
- getAvailabelAlgorithms(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.petrinet.replayer.ui.PNAlgorithmStep
-
- getBacktraceSize() - Method in class org.processmining.plugins.astar.petrinet.impl.PRecord
-
- getBaselineIfAllMvOnModel() - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterCompleteCostBasedReplay
-
- getCanceller() - Method in class org.processmining.plugins.petrinet.manifestreplayer.AbstractPNManifestReplayerParameter
-
- getCanceller() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractDefaultPNReplayParam
-
- getCanceller() - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayParameter
-
- getCaseIDs() - Method in class org.processmining.plugins.replayer.replayresult.AllSyncReplayResult
-
Deprecated.
- getCasePointers() - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getCaseReliability() - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getCellEditor(int, int) - Method in class org.processmining.plugins.petrinet.replayresult.visualization.ProMTableWithoutHeader
-
- getChildren() - Method in class org.processmining.plugins.petrinet.replayer.util.LogAutomatonNode
-
- getClassIdentity(Transition) - Method in class org.processmining.plugins.petrinet.manifestreplayer.transclassifier.DefTransClassifier
-
- getClassIdentity(Transition) - Method in class org.processmining.plugins.petrinet.manifestreplayer.transclassifier.IDBasedTransClassifier
-
- getClassIdentity(Transition) - Method in interface org.processmining.plugins.petrinet.manifestreplayer.transclassifier.ITransClassifier
-
- getClassOf(XEvent) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getClassOf(Transition) - Method in class org.processmining.plugins.petrinet.manifestreplayer.transclassifier.TransClasses
-
return the transClass of a transition
- getColor(StepTypes) - Method in class org.processmining.plugins.petrinet.replayresult.visualization.ProcessInstanceConformanceView
-
- getColorOfIndex(int) - Method in class org.processmining.plugins.petrinet.replayresult.visualization.ProcessInstanceConformanceView
-
- getComponent(PNManifestReplayerParameter) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.ChooseAlgorithmStep
-
- getComponent(PNManifestReplayerParameter) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.CreatePatternStep
-
- getComponent(PNManifestReplayerParameter) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.MapCostStep
-
- getComponent(PNManifestReplayerParameter) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.MapPattern2TransStep
-
- getComputationTime(int) - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getConfiguration(PetrinetGraph, XLog) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.ui.PNMatchInstancesReplayerUI
-
- getConfiguration(UIPluginContext, PetrinetGraph, XLog) - Method in class org.processmining.plugins.petrinet.replayer.ui.PNReplayerUI
-
- getCost() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNode
-
- getCost() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeEnc
-
- getCost() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeEncFitness
-
- getCost() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeEncFitnessWHeurCost
-
- getCost() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeX
-
- getCostFactor() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getCostFor(int, int) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getCostFor(int, int) - Method in class org.processmining.plugins.astar.petrinet.impl.DijkstraPDelegate
-
- getCostForMoveLog(short) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
Cost for move log (but not on model), scaled with delta and added with 1
- getCostForMoveLog(short) - Method in class org.processmining.plugins.astar.petrinet.impl.DijkstraPDelegate
-
- getCostForMoveModel(short) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
Cost for move model (but not on log), scaled with delta and added with 1
- getCostForMoveModel(short) - Method in class org.processmining.plugins.astar.petrinet.impl.DijkstraPDelegate
-
- getCostForMoveSync(short) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
Cost for move synchronous, scaled with delta and added with epsilon
- getCostForMoveSync(short) - Method in class org.processmining.plugins.astar.petrinet.impl.DijkstraPDelegate
-
- getCostMoveOnLogModelOnlyReal() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductUI
-
- getCostMoveOnLogOnly() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductUI
-
- getCostMoveOnModelOnlyInvi() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductUI
-
- getCostMoveSyncViolating() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductUI
-
- getCostOfFiringTransition(int) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNSyncProduct
-
- getCostSoFar() - Method in class org.processmining.plugins.astar.petrinet.impl.PRecord
-
- getCurrCost() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeEnc
-
- getCurrEncMarking() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.AbstractCPNCostBasedTreeNode
-
- getCurrentMarking() - Method in class org.processmining.plugins.petrinet.replayresult.exporting.PetrinetGraphPlayOut
-
- getCurrIndexOnAutomaton() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeEnc
-
- getCurrIndexOnTrace() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.AbstractCPNCostBasedTreeNode
-
- getCurrIndexOnTrace() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNode
-
- getCurrIndexOnTrace() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeX
-
- getCurrMarking() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNode
-
- getCurrMarking() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeX
-
- getDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, int, int) - Method in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
- getDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, int, int) - Method in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
- getDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, int, int) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerMovePreferenceAwareWithILP
-
- getDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, int, int) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerSSD
-
- getDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, int, int) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerWithILP
-
- getDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, int, int) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerWithoutILP
-
- getDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, int, int) - Method in class org.processmining.plugins.astar.petrinet.PrefixBasedPetrinetReplayer
-
- getDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, int, boolean, Marking[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphAlg
-
- getDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, int, Marking[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphILPAlg
-
- getDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, int, boolean, Marking[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphSamplingAlg
-
- getDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, int, boolean, Marking[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsTreeAlg
-
- getDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, int, boolean, Marking[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllPrefixOptAlignmentsGraphAlg
-
- getDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, int, boolean, Marking[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllPrefixOptAlignmentsGraphGuessMarkingAlg
-
- getDelegate(PetrinetGraph, XLog, XEventClasses, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, int, boolean, Marking[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllPrefixOptAlignmentsTreeAlg
-
- getDelta() - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getDeviationRatio(LogAutomatonNode, Set<XEventClass>, boolean, Map<XEventClass, Integer>) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.AbstractBehavAppAlg
-
Deviation ratio
- getDummyEventClass() - Method in class org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping
-
Get event class that is used to represent transition (not invisible ones) that is not mapped to
any activity
- getDuplicatesOnlyStep() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNode
-
- getDuplicatesOnlyStep() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeX
-
- getEnabledActAndUpdate(Integer, Map<Integer, Map<Integer, Integer>>, EncPNWSetFinalMarkings, Set<Integer>, Map<Integer, XEventClass>, Map<Integer, Set<XEventClass>>, Map<Integer, Integer>) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.AbstractBehavAppAlg
-
- getEnabledActivities(Map<Integer, Integer>, EncPNWSetFinalMarkings, Set<Integer>, Map<Integer, XEventClass>) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractReplayerBasicFunctionProvider
-
Get enabled activities from the particular marking try to see the
directly enabled activities iteratively, redo invisible transition firing
- getEnabledTransitions(EncPNWSetFinalMarkings, Map<Integer, Integer>, Map<Integer, Map<Integer, Integer>>) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractReplayerBasicFunctionProvider
-
Return transitions that are enabled in particular marking
- getEnabledTransitionsChangingMarking(ShortShortMultiset) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getEncFinalMarking() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPN
-
- getEncFinalMarking() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNSyncProduct
-
- getEncFinalMarkings() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNWSetFinalMarkings
-
- getEncInitialMarking() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPN
-
- getEncInitialMarking() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNSyncProduct
-
- getEncInitialMarking() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNWSetFinalMarkings
-
- getEncodeOfPlace(Place) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- getEncodeOfTransition(Transition) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- getEncOf(Transition) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPN
-
- getEncOf(Transition) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNWSetFinalMarkings
-
- getEncOrigTransFor(Transition) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getEncTransOfManifest(int) - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getEntry() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper.RPSTNodeWSiblings
-
- getEpsilon() - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
Get epsilon value: value added to ensure we can go out of infinite firing
sequence of transitions with cost 0
- getEpsilon() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractDefaultPNReplayParam
-
- getEpsilon() - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayParameter
-
- getEstimate() - Method in class org.processmining.plugins.astar.petrinet.impl.PILPTail
-
- getEstimatedCosts(Delegate<? extends Head, ? extends Tail>, Head) - Method in class org.processmining.plugins.astar.petrinet.impl.PILPTail
-
- getEstimatedCosts(Delegate<? extends Head, ? extends Tail>, Head) - Method in class org.processmining.plugins.astar.petrinet.impl.PNaiveTail
-
- getEstimatedRemainingCost() - Method in class org.processmining.plugins.astar.petrinet.impl.PRecord
-
- getEvClassEnc() - Method in class org.processmining.plugins.petrinet.manifestreplayer.TransClass2PatternMap
-
- getEvClassEncFor(XEventClass) - Method in class org.processmining.plugins.petrinet.manifestreplayer.TransClass2PatternMap
-
Get encoding of an event class
- getEvClasses() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.CreatePatternPanel
-
- getEvClassifier() - Method in class org.processmining.plugins.petrinet.manifestreplayer.TransClass2PatternMap
-
- getEvClassifier() - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getEvClassifier() - Method in class org.processmining.plugins.petrinet.manifestreplayresult.ManifestEvClassPattern
-
- getEvClassPatternArr() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.CreatePatternPanel
-
- getEventClass(short) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getEventClass() - Method in class org.processmining.plugins.petrinet.replayer.util.LogAutomatonNode
-
- getEventClass() - Method in class org.processmining.plugins.petrinet.replayresult.ViolatingSyncMove
-
- getEventClassesOfPattern(short) - Method in class org.processmining.plugins.petrinet.manifestreplayresult.ManifestEvClassPattern
-
- getEventClassifier() - Method in class org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping
-
get the classifier
- getExit() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper.RPSTNodeWSiblings
-
- getExpectedAlignmentOverrun() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractDefaultPNReplayParam
-
- getExpectedAlignmentOverrun() - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayParameter
-
- getFinalMarkings() - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getFinalMarkings() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getFinalMarkings() - Method in class org.processmining.plugins.petrinet.manifestreplayer.AbstractPNManifestReplayerParameter
-
- getFinalMarkings() - Method in class org.processmining.plugins.petrinet.manifestreplayer.PNetPattern
-
- getFinalMarkings() - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getFinalMarkings() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppParam
-
- getFinalMarkings() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam
-
- getFlatTrans2Int() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getFlatTransArr() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getFragmentTrans() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getFragmentType() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper.RPSTNodeWSiblings
-
- getFrequency() - Method in class org.processmining.plugins.petrinet.replayer.util.LogAutomatonNode
-
- getFrequency() - Method in class org.processmining.plugins.petrinet.replayer.util.LogAutomatonNodeWOID
-
- getHashCode(State<PHead, T>) - Method in class org.processmining.plugins.astar.petrinet.impl.PHeadCompressor
-
- getHashCode(CompressedStore<State<PHead, T>>, long) - Method in class org.processmining.plugins.astar.petrinet.impl.PHeadCompressor
-
- getHeadBasedEqualOperation() - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getHeadBasedHashOperation() - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getHeadDeflater() - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getHeadDeflater() - Method in class org.processmining.plugins.astar.petrinet.impl.PILPDelegate
-
- getHeadInflater() - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getHeadInflater() - Method in class org.processmining.plugins.astar.petrinet.impl.PILPDelegate
-
- getHeuristicCost() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeEncFitnessWHeurCost
-
- getHeuristicDistanceCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParam
-
- getHeuristicDistanceCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixUI
-
Cost of events yet still to be replayed
- getHistory(P) - Static method in class org.processmining.plugins.astar.petrinet.impl.PRecord
-
- getHTMLInfo() - Method in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
- getHTMLInfo() - Method in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
- getHTMLInfo() - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerILPRestrictedMoveModel
-
- getHTMLInfo() - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerNoILPRestrictedMoveModel
-
- getHTMLInfo() - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerSSD
-
- getHTMLInfo() - Method in interface org.processmining.plugins.petrinet.manifestreplayer.algorithms.IPNManifestReplayAlgorithm
-
Return information about this algorithm
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.manifestreplayer.algorithms.PNManifestReplayerILPAlgorithm
-
Short explanation about the algorithm
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.manifestreplayer.algorithms.PNManifestReplayerILPPNetPatternAlgorithm
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppNaiveAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppPruneAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppStubbornAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteMarkEquation
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteMarkEquationPrune
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteNaiveAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompletePruneAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteRPST
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteRPSTPrune
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixAlg
-
- getHTMLInfo() - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayAlgorithm
-
HTML explanation of the algorithm
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.PetrinetSwapReplayer
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllKnotSamplingOptAlignmentsGraphAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllKnotSamplingOptAlignmentsGraphCountAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphILPAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphSamplingAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsTreeAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllPrefixOptAlignmentsGraphAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllPrefixOptAlignmentsGraphGuessMarkingAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllPrefixOptAlignmentsTreeAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.BestWithFitnessBoundAlignmentsTreeAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.BestWithFitnessBoundPerTraceAlignmentTreeAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.NBestAlignmentsTreeAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.NBestOptAlignmentsGraphSamplingAlg
-
- getHTMLInfo() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.NBestPrefixAlignmentsGraphGuessMarkingAlg
-
- getHTMLInfo() - Method in interface org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.IPNMatchInstancesLogReplayAlgorithm
-
HTML explanation of the algorithm
- getId() - Method in class org.processmining.plugins.petrinet.manifestreplayer.transclassifier.TransClass
-
- getId() - Method in class org.processmining.plugins.petrinet.replayer.util.LogAutomatonNode
-
- getImpossibleSuccessors(Integer, Map<Integer, Map<Integer, Integer>>, EncPNWSetFinalMarkings, Map<Integer, XEventClass>) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper.RPSTConsultant
-
Get xevent class that could have never occur, given a marking
Status: not implemented yet
- getInappropriateTransFireCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParam
-
- getInappropriateTransFireCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixUI
-
Cost if a transition is fired without proper number of tokens
- getInappropriateTransFireCost() - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterSyncReplay
-
- getIndexOf(Place) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getIndexOf(Transition) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getIndexOf(XEventClass) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getInfo() - Method in class org.processmining.plugins.petrinet.replayresult.PNMatchInstancesRepResult
-
- getInfo() - Method in interface org.processmining.plugins.petrinet.replayresult.PNRepResult
-
- getInfo() - Method in class org.processmining.plugins.petrinet.replayresult.PNRepResultImpl
-
- getInfo() - Method in class org.processmining.plugins.petrinet.replayresult.ViolatingSyncMove
-
- getInfo() - Method in class org.processmining.plugins.replayer.replayresult.AllSyncReplayResult
-
- getInfo() - Method in class org.processmining.plugins.replayer.replayresult.SyncReplayResult
-
- getInfoObject() - Method in class org.processmining.plugins.replayer.replayresult.AllSyncReplayResult
-
Get additional info in form of objects
- getInhibitorpredecessors() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- getInhibitors(Short) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- getInhibitorsOf(Integer) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPN
-
- getInhibitorsOf(Integer) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNSyncProduct
-
- getInhibitorsOf(Integer) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNWSetFinalMarkings
-
- getInitialMarking() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppParam
-
- getInitialMarking() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam
-
- getInitialMarking() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParam
-
- getInitialMarking() - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayParameter
-
- getInitialMarking() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductParam
-
- getInitMarking() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getInitMarking() - Method in class org.processmining.plugins.petrinet.manifestreplayer.AbstractPNManifestReplayerParameter
-
- getInitMarking() - Method in class org.processmining.plugins.petrinet.manifestreplayer.PNetPattern
-
- getInitMarking() - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getInputOf(short) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getInstance() - Static method in class org.processmining.pnetreplayer.utils.TransEvClassMappingUtils
-
- getInsteadOf() - Method in class org.processmining.plugins.petrinet.replayresult.SwappedMove
-
- getInvisibleActivity() - Method in class org.processmining.pnetreplayer.utils.TransEvClassMappingUtils
-
- getInviTransitions() - Method in class org.processmining.plugins.petrinet.invisiblemapper.InvisibleTransMapperPanel
-
- getLatestStepType() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.AbstractCPNCostBasedTreeNode
-
- getLinearTrace(XLog, int, AbstractPDelegate<?>, TIntList, TIntIntMap) - Method in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
get list of event class.
- getLinearTrace(XLog, int, AbstractPDelegate<?>, TIntList, TIntIntMap) - Method in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
get list of event class.
- getLinearTrace(XLog, int, AbstractPDelegate<?>) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.AbstractAllOptAlignmentsAlg
-
get list of event class.
- getListEventClass(XTrace, XEventClasses, Map<XEventClass, Set<Integer>>, List<Pair<Integer, XEventClass>>) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractReplayerBasicFunctionProvider
-
get list of event class.
- getLog() - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getLowerFitnessBound() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.ParamSettingBestWithFitnessBoundAlg
-
- getManifestForCase(int) - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
return int array [movement][values]...[movement][values] values depends
on movement
- getMap() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getMap() - Method in class org.processmining.plugins.connectionfactories.logpetrinet.EvClassLogPetrinetConnectionFactoryUI
-
Generate the map between Transitions and Event according to the user
selection.
- getMapArc2Weight() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPN
-
- getMapArc2Weight() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNSyncProduct
-
- getMapArc2Weight() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNWSetFinalMarkings
-
- getMapEncNode2Cost() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNSyncProduct
-
- getMapEncNode2NodeGraph() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPN
-
- getMapEncNode2NodeGraph() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNSyncProduct
-
- getMapEncNode2NodeGraph() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNWSetFinalMarkings
-
- getMapEvClass2Cost() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getMapEvClass2Cost() - Method in class org.processmining.plugins.petrinet.manifestreplayer.AbstractPNManifestReplayerParameter
-
- getMapEvClass2Cost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam
-
- getMapEvClass2Cost() - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterCompleteCostBasedReplay
-
- getMapEvClassToCost() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.ClassCostMapPanel
-
- getMapEvClassToCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteUI
-
Get map from event class to cost of move on log
- getMapEvClassToCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedCompleteSwapUI
-
- getMapEvClassToCost() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.ParamSettingExpressAlg
-
Get map from event class to cost of move on log
- getMapInhibitorArcs() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPN
-
- getMapInhibitorArcs() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNSyncProduct
-
- getMapInhibitorArcs() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNWSetFinalMarkings
-
- getMapPattern() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.PatternMappingPanel
-
- getMapping() - Method in class org.processmining.plugins.petrinet.manifestreplayer.PNManifestReplayerParameter
-
- getMapping() - Method in interface org.processmining.pnetreplayer.parameters.TransEvClassMappingParameter
-
- getMapping(Petrinet, Set<XEventClass>, XEventClassifier) - Method in class org.processmining.pnetreplayer.utils.TransEvClassMappingUtils
-
- getMappingEncTrans2EncEventClass(TransEvClassMapping, EncPNWSetFinalMarkings) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractReplayerBasicFunctionProvider
-
Get mapping from encoded transition to event class
- getMappingEncTrans2EvClass(Map<XEventClass, Set<Integer>>) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractReplayerBasicFunctionProvider
-
Get mapping from encoded transitions to event classes
- getMappingEventClass2EncTrans(TransEvClassMapping, EncPNWSetFinalMarkings) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractReplayerBasicFunctionProvider
-
Get mapping from event class to encoded transition
- getMapPlaceShort() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- getMapResetArcs() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPN
-
- getMapResetArcs() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNSyncProduct
-
- getMapResetArcs() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNWSetFinalMarkings
-
- getMapShortPlace() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- getMapShortTrans() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- getMapSync2Cost() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getMapSync2Cost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam
-
- getMapSyncToCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedCompleteSwapUI
-
- getMapToStatesWSameSuffix() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphThread
-
This is a new method that only exists in this thread.
- getMapToStatesWSameSuffix() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllSamplingOptAlignmentsGraphThread
-
This is a new method that only exists in this thread.
- getMapTrans2Cost() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getMapTrans2Cost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam
-
- getMapTrans2Cost() - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterCompleteCostBasedReplay
-
- getMapTransClassSyncToCost() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.ClassCostMapPanel
-
- getMapTransClassToCost() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.ClassCostMapPanel
-
- getMapTransShort() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- getMapTransToCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedCompleteSwapUI
-
- getMarking() - Method in class org.processmining.plugins.astar.petrinet.impl.PHead
-
- getMarking(UIPluginContext, PetrinetGraph) - Method in class org.processmining.plugins.petrinet.finalmarkingprovider.MarkingEditorPanel
-
- getMaxByteCount() - Method in class org.processmining.plugins.astar.petrinet.impl.PHeadCompressor
-
- getMaxByteCount() - Method in class org.processmining.plugins.astar.petrinet.impl.PILPTailCompressor
-
- getMaxByteCount() - Method in class org.processmining.plugins.astar.petrinet.impl.PNaiveTail
-
- getMaxExploredInstances() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.ParamSettingExpressAlg
-
- getMaxNumOfStates() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.ClassCostMapPanel
-
- getMaxNumOfStates() - Method in class org.processmining.plugins.petrinet.manifestreplayer.PNManifestReplayerParameter
-
- getMaxNumOfStates() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam
-
- getMaxNumOfStates() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteUI
-
get maximum number of explored states before stop exploration
- getMaxNumOfStates() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParam
-
- getMaxNumOfStates() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixUI
-
num of maximal states to be explored
- getMaxNumOfStates() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedCompleteSwapUI
-
- getMaxNumStates() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppParam
-
- getMaxNumStates() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppUI
-
- getMinBoundMoveModel(AStarThread.Canceller, int, MemoryEfficientAStarAlgorithm<PHead, T>, D) - Method in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
get cost if an empty trace is replayed on a model
- getMinBoundMoveModel(IPNReplayParameter, int, MemoryEfficientAStarAlgorithm<PHead, T>, D) - Method in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
get cost if an empty trace is replayed on a model
- getMinBoundMoveModel(PluginContext, PetrinetGraph, TransEvClassMapping, XEventClasses, double, int, MemoryEfficientAStarAlgorithm<PHead, DijkstraTail>) - Method in class org.processmining.plugins.astar.petrinet.PrefixBasedPetrinetReplayer
-
- getMinBoundMoveModel(AStarThread.Canceller, XLog, PetrinetGraph, TransEvClassMapping, XEventClasses, int, int, MemoryEfficientAStarAlgorithm<PHead, PNaiveTail>) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.NBestAlignmentsTreeAlg
-
get cost if an empty trace is replayed on a model
- getModelMove() - Method in class org.processmining.plugins.astar.petrinet.impl.PRecord
-
- getModelMoves(Record, Delegate<? extends Head, ? extends Tail>) - Method in class org.processmining.plugins.astar.petrinet.impl.PHead
-
- getModelOnlyStep() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNode
-
- getModelOnlyStep() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeX
-
- getModelWeight() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppUI
-
- getMovedEvent() - Method in class org.processmining.plugins.astar.petrinet.impl.PRecord
-
- getMoveLogCost(XEventClass) - Method in class org.processmining.plugins.petrinet.manifestreplayer.AbstractPNManifestReplayerParameter
-
get cost of move log only
- getMoveLogFitness(int) - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getMoveModelCost(TransClass) - Method in class org.processmining.plugins.petrinet.manifestreplayer.AbstractPNManifestReplayerParameter
-
get cost of move model only (for each original transition)
- getMoveModelFitness(int) - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getMoveOnLogOnly() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductParam
-
- getMoveOnModelOnlyInvi() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductParam
-
- getMoveOnModelOnlyReal() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductParam
-
- getMoveSyncCost(TransClass) - Method in class org.processmining.plugins.petrinet.manifestreplayer.AbstractPNManifestReplayerParameter
-
get cost of move synchronous
- getMoveSynchronizedViolating() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductParam
-
- getMoveSynchronizedViolatingPartially() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductParam
-
- getMoveTraceOnlyStep() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNode
-
- getMoveTraceOnlyStep() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeX
-
- getNet() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getNet() - Method in class org.processmining.plugins.petrinet.manifestreplayer.PNetPattern
-
- getNet() - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getNext() - Method in class org.processmining.plugins.petrinet.replayer.util.CombinationGenerator
-
- getNextAutomatonIndex(LogAutomatonNode, XEventClass) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.AbstractBehavAppAlg
-
Get one of the successors of the node automaton that refer to evClass
- getNextEvents(Delegate<? extends Head, ? extends Tail>, Trace) - Method in class org.processmining.plugins.astar.petrinet.impl.PRecord
-
- getNextHead(Record, Delegate<? extends Head, ? extends Tail>, int, int, int) - Method in class org.processmining.plugins.astar.petrinet.impl.PHead
-
- getNextRecord(Delegate<? extends Head, ? extends Tail>, Trace, Head, long, int, int, int) - Method in class org.processmining.plugins.astar.petrinet.impl.PRecord
-
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,
- getNextSibling() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper.RPSTNodeWSiblings
-
- getNextTail(Delegate<? extends Head, ? extends Tail>, Head, int, int, int) - Method in class org.processmining.plugins.astar.petrinet.impl.PILPTail
-
- getNextTail(Delegate<? extends Head, ? extends Tail>, Head, int, int, int) - Method in class org.processmining.plugins.astar.petrinet.impl.PNaiveTail
-
- getNextTailFromStorage(Delegate<? extends Head, ? extends Tail>, CompressedStore<S>, long, int, int, int) - Method in class org.processmining.plugins.astar.petrinet.impl.PILPTail
-
- getNextTailFromStorage(Delegate<? extends Head, ? extends Tail>, CompressedStore<S>, long, int, int, int) - Method in class org.processmining.plugins.astar.petrinet.impl.PNaiveTail
-
- getNextTrans() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getNodeInstance() - Method in class org.processmining.plugins.replayer.replayresult.SyncReplayResult
-
- getNodeInstanceLst() - Method in class org.processmining.plugins.replayer.replayresult.AllSyncReplayResult
-
- getNumExpectedAlignments() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.ParamSettingNBestAlg
-
- getNumLeft() - Method in class org.processmining.plugins.petrinet.replayer.util.CombinationGenerator
-
- getNumPatterns() - Method in class org.processmining.plugins.petrinet.manifestreplayer.TransClass2PatternMap
-
- getNumStates(int) - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getNumThreads() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractDefaultPNReplayParam
-
- getNumThreads() - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayParameter
-
- getOccurTrans() - Method in class org.processmining.plugins.petrinet.replayresult.SwappedMove
-
- getOptimalRecord(AStarThread.Canceller, int) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsTreeThread
-
This method needs to be overridden because the tree state space should
investigate successor states naively, i.e.
- getOrCreateChild(Transition) - Method in class org.processmining.plugins.petrinet.replayer.util.LogAutomatonNodeWOID
-
Get the child that refer to the given transition create one if its not
exist yet
- getOrigEncTransFor(int) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getOrigTrans2Int() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getOrigTransArr() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getOrigTransFor(Transition) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getOutputOf(short) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getParameterValue(int) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.ParamSettingExpressAlg
-
This method is not necessary, but require as we extend PNParamSettingStep
- getParameterValue(int) - Method in interface org.processmining.plugins.petrinet.replayer.ui.IParamSetting
-
- getParent() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper.RPSTNodeWSiblings
-
- getParent() - Method in class org.processmining.plugins.petrinet.replayer.util.LogAutomatonNodeWOID
-
- getParent() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.AbstractCPNCostBasedTreeNode
-
- getParent() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNodeEncFitnessWHeurCost
-
- getParikhVector() - Method in class org.processmining.plugins.astar.petrinet.impl.PHead
-
- getPartiallyOrderedTrace(XLog, int, AbstractPDelegate<?>, TIntList, TIntIntMap) - Method in interface org.processmining.plugins.astar.petrinet.PartialOrderBuilder
-
- getPartiallyOrderedTrace(XLog, int, AbstractPDelegate<?>) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.AbstractAllOptAlignmentsAlg
-
- getPartialOrderBuilder() - Method in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
- getPartialOrderBuilder() - Method in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
- getPartialOrderBuilder() - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNPartialOrderAwareReplayAlgorithm
-
Returns the current partial order builder
- getPatternCreatorPanel() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.CreatePatternStep
-
- getPatternIDNumElmts(int) - Method in class org.processmining.plugins.petrinet.manifestreplayer.TransClass2PatternMap
-
- getPatternIDOf(int) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- getPatternIDOfManifest(int) - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getPatternMappingPanel() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.MapPattern2TransStep
-
- getPatternsOf(Transition) - Method in class org.processmining.plugins.petrinet.manifestreplayer.TransClass2PatternMap
-
get array of ints, indicating patterns for transition t.
- getPatternStr(int) - Method in class org.processmining.plugins.petrinet.manifestreplayer.TransClass2PatternMap
-
Return string representation of a pattern
- getPetrinet() - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getPetrinetNodeOf(Integer) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPN
-
- getPetrinetNodeOf(Integer) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNWSetFinalMarkings
-
- getPlace(short) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getPlaceOfEncode(Short) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- getPredecessor() - Method in class org.processmining.plugins.astar.petrinet.impl.PRecord
-
- getPredecessors() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPN
-
- getPredecessors() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNSyncProduct
-
- getPredecessors() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNWSetFinalMarkings
-
- getPredecessors(Short) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
Predecessors
- getPredecessors() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- getPredecessorsOf(Integer) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPN
-
- getPredecessorsOf(Integer) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNSyncProduct
-
- getPredecessorsOf(Integer) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNWSetFinalMarkings
-
- getPrevSibling() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper.RPSTNodeWSiblings
-
- getQueueingModel() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractDefaultPNReplayParam
-
- getQueueingModel() - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayParameter
-
- getRawCostFitness(int) - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getRelatedStepTypeObj() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.AbstractCPNCostBasedTreeNode
-
- getReplacementCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedCompleteSwapUI
-
- getReplacementCostFor(XEventClass) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedSwapParam
-
return cost of replacing one event class with another (one occurrence
replaced by other)
- getReplacementCostMap() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedSwapParam
-
Get replacement cost mapping
- getReplayedEventCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParam
-
- getReplayedEventCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixUI
-
Cost of event that has been replayed
- getRequiredSuccessors(Integer, Map<Integer, Map<Integer, Integer>>, EncPNWSetFinalMarkings) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper.RPSTConsultant
-
public method to get required successors (XEventClass), given a marking
- getResetpredecessors() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- getResets(Short) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- getResetsOf(Integer) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPN
-
- getResetsOf(Integer) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNSyncProduct
-
- getResetsOf(Integer) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNWSetFinalMarkings
-
- getRestrictedTrans() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.CostBasedCompleteManifestParam
-
- getResult() - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterCompleteCostBasedReplay
-
- getResult() - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterPrecSyncReplay
-
- getResult() - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterSyncReplay
-
- getRPSTNodeWSiblings(int, int) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper.RPSTTreeWrapper
-
get node (with its sibling information) return null if no RPST node is
found
- getSelectedAlgorithm() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.ChooseAlgorithmPanel
-
Get selected algorithm, otherwise return null
- getSelectedAlgorithm() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.ChooseAlgorithmStep
-
May return null if there is no algorithm selected
- getSelectedClassifier() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.PatternMappingPanel
-
- getSelectedClassifier() - Method in class org.processmining.plugins.connectionfactories.logpetrinet.EvClassLogPetrinetConnectionFactoryUI
-
Get the selected classifier
- getSelectedEvClassifier() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.CreatePatternPanel
-
- getSelectedEvClassifier() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.CreatePatternStep
-
- getSelfExecInviTaskCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParam
-
- getSelfExecInviTaskCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixUI
-
Cost of firing slient step
- getSelfExecInviTaskCost() - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterSyncReplay
-
- getSelfExecRealTaskCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParam
-
- getSelfExecRealTaskCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixUI
-
Cost of firing transition
- getSelfExecRealTaskCost() - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterSyncReplay
-
- getSingleInfo() - Method in class org.processmining.plugins.replayer.replayresult.AllSyncReplayResult
-
- getSizeFor(int) - Static method in class org.processmining.plugins.astar.petrinet.impl.PILPTail
-
- getSkippedEventCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParam
-
- getSkippedEventCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixUI
-
Cost of move on log only (ignoring an event)
- getSkippedEventCost() - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterSyncReplay
-
- getState(CompressedStore<State<H, T>>) - Method in class org.processmining.plugins.astar.petrinet.impl.PRecord
-
- getState() - Method in class org.processmining.plugins.astar.petrinet.impl.PRecord
-
- getStepTypes() - Method in class org.processmining.plugins.replayer.replayresult.SyncReplayResult
-
- getStepTypesLst() - Method in class org.processmining.plugins.replayer.replayresult.AllSyncReplayResult
-
- getSuccessorBond(RPSTNodeWSiblings) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper.RPSTTreeWrapper
-
get transitions that need to be executed if the bondNode is visited
- getSuccessors(Short) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
Successors
- getSuccessors() - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- getSuccessors() - Method in class org.processmining.plugins.petrinet.replayer.util.LogAutomatonNodeWOID
-
- getSuccReferTo(Transition) - Method in class org.processmining.plugins.petrinet.replayer.util.LogAutomatonNodeWOID
-
Return successor that refer to trans
- getSwapCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedCompleteSwapUI
-
- getSwapCostFor(XEventClass) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedSwapParam
-
return cost of swapping one event class with another
- getSwapCostMap() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedSwapParam
-
Get cost of swapping mapping
- getSyncCost() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteUI
-
get cost of doing synchronous moves
- getSynchronousMoves(Record, Delegate<? extends Head, ? extends Tail>, TIntList, int) - Method in class org.processmining.plugins.astar.petrinet.impl.PHead
-
- getTableHeader() - Method in class org.processmining.plugins.petrinet.replayresult.visualization.ProMTableWithoutHeader
-
- getTailDeflater() - Method in class org.processmining.plugins.astar.petrinet.impl.PDelegate
-
- getTailDeflater() - Method in class org.processmining.plugins.astar.petrinet.impl.PILPDelegate
-
- getTailDeflater() - Method in class org.processmining.plugins.astar.petrinet.impl.PNaiveDelegate
-
- getTailInflater() - Method in class org.processmining.plugins.astar.petrinet.impl.PDelegate
-
- getTailInflater() - Method in class org.processmining.plugins.astar.petrinet.impl.PILPDelegate
-
- getTailInflater() - Method in class org.processmining.plugins.astar.petrinet.impl.PNaiveDelegate
-
- getThread(MemoryEfficientAStarAlgorithm<PHead, DijkstraTail>, PHead, Trace, int) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllKnotSamplingOptAlignmentsGraphAlg
-
Since we only need samples, sorting may take place
- getThread(MemoryEfficientAStarAlgorithm<PHead, DijkstraTail>, PHead, Trace, int) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphAlg
-
Method to be overriden if the thread needs to be changed.
- getThread(MemoryEfficientAStarAlgorithm<PHead, PILPTail>, PHead, Trace, int) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphILPAlg
-
Override this method to change the thread used to compute optimal
alignments
- getThread(MemoryEfficientAStarAlgorithm<PHead, DijkstraTail>, PHead, Trace, int) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphSamplingAlg
-
Since we only need samples, sorting may take place
- getThread(MemoryEfficientAStarAlgorithm<PHead, DijkstraTail>, PHead, Trace, int) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllPrefixOptAlignmentsGraphAlg
-
Override this method to change the thread used to compute prefix optimal
alignments
- getThread(MemoryEfficientAStarAlgorithm<PHead, DijkstraTail>, PHead, Trace, int) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllPrefixOptAlignmentsGraphGuessMarkingAlg
-
- getTitle() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.ChooseAlgorithmStep
-
- getTitle() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.CreatePatternStep
-
- getTitle() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.MapCostStep
-
- getTitle() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.MapPattern2TransStep
-
- getTotal() - Method in class org.processmining.plugins.petrinet.replayer.util.CombinationGenerator
-
- getTotalCost() - Method in class org.processmining.plugins.astar.petrinet.impl.PRecord
-
- getTrace(int) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getTraceFitness(int) - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getTraceIndex() - Method in class org.processmining.plugins.replayer.replayresult.AllSyncReplayResult
-
- getTraceIndex() - Method in class org.processmining.plugins.replayer.replayresult.SyncReplayResult
-
- getTraceModelViolatingStep() - Method in class org.processmining.plugins.petrinet.replayer.util.statespaces.CPNCostBasedTreeNode
-
- getTrans2ecC() - Method in class org.processmining.plugins.petrinet.manifestreplayer.PNetPattern
-
- getTransClass2Cost() - Method in class org.processmining.plugins.petrinet.manifestreplayer.AbstractPNManifestReplayerParameter
-
- getTransClass2PatternMap() - Method in class org.processmining.plugins.petrinet.manifestreplayresult.ManifestEvClassPattern
-
- getTransClassCollection() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.PatternMappingPanel
-
- getTransClassEnc() - Method in class org.processmining.plugins.petrinet.manifestreplayer.TransClass2PatternMap
-
- getTransClassEncFor(TransClass) - Method in class org.processmining.plugins.petrinet.manifestreplayer.TransClass2PatternMap
-
Get encoding of a transition class
- getTransClasses() - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.PatternMappingPanel
-
- getTransClasses() - Method in class org.processmining.plugins.petrinet.manifestreplayer.transclassifier.TransClasses
-
Return ordered set of all trans classes
- getTransClassOf(Transition) - Method in class org.processmining.plugins.petrinet.manifestreplayer.TransClass2PatternMap
-
Get transition class of a transition
- getTransClassOf(Transition) - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getTransClassOf(Transition) - Method in class org.processmining.plugins.petrinet.manifestreplayresult.ManifestEvClassPattern
-
- getTransition(short) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getTransition() - Method in class org.processmining.plugins.petrinet.replayer.util.LogAutomatonNodeWOID
-
- getTransition() - Method in class org.processmining.plugins.petrinet.replayresult.ViolatingSyncMove
-
- getTransitionOf(int) - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- getTransitionOfEncode(Short) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- getTransitions(short) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- getTransitionType(int) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNSyncProduct
-
- getTransitionWeight() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteUI
-
get penalty when move on model is performed
- getTransitionWeight() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.ParamSettingExpressAlg
-
get penalty when move on model is performed
- getTransViolationCosts(EncPNWSetFinalMarkings, Map<Transition, Integer>) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractReplayerBasicFunctionProvider
-
Get mapping from encoded transition to cost of move on model only
- getType() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractDefaultPNReplayParam
-
- getType() - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayParameter
-
- getUseLogWeight() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppParam
-
- getValueAt(int, int) - Method in class org.processmining.plugins.petrinet.replayresult.visualization.ProMTableWithoutHeader
-
- getVariables() - Method in class org.processmining.plugins.astar.petrinet.impl.PILPTail
-
- getxEventClassWeightMap() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppParam
-
- GREY - Static variable in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.PatternMappingPanel
-
- gui - Variable in class org.processmining.plugins.petrinet.manifestreplayer.AbstractPNManifestReplayerParameter
-
- guiMode - Variable in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractDefaultPNReplayParam
-
- IBehavAppAlg - Interface in org.processmining.plugins.petrinet.replayer.algorithms.behavapp
-
- ICostBasedCompleteMarkEqAlg - Interface in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete
-
- ICostBasedCompleteRPSTAlg - Interface in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete
-
- IDBasedTransClassifier - Class in org.processmining.plugins.petrinet.manifestreplayer.transclassifier
-
- IDBasedTransClassifier() - Constructor for class org.processmining.plugins.petrinet.manifestreplayer.transclassifier.IDBasedTransClassifier
-
- IDefaultCostBasedCompleteAlg - Interface in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete
-
- identifyEnabledTransitions(Integer, Map<Integer, Map<Integer, Integer>>, Map<Integer, SortedSet<Integer>>, EncPNWSetFinalMarkings, Map<Integer, Map<Integer, Integer>>) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractReplayerBasicFunctionProvider
-
Identify the enabled transitions and update marking map
- importParameters(CostBasedCompleteParam) - Method in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
Assign values of private attributes as given in parameters
- importParameters(CostBasedCompleteParam) - Method in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
Assign values of private attributes as given in parameters
- importParameters(BehavAppParam) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.AbstractBehavAppAlg
-
Import parameters from given array of objects
- importParameters(CostBasedCompleteParam) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteAlg
-
Assign values of private attributes as given in parameters
- inc(List<XEventClass>, int) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterCompleteCostBasedReplay
-
- inc(List<XEventClass>, int) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterPrecSyncReplay
-
- inc(List<XEventClass>, int) - Method in class org.processmining.plugins.petrinet.replayer.util.LogCounterSyncReplay
-
- incFrequency() - Method in class org.processmining.plugins.petrinet.replayer.util.LogAutomatonNode
-
- index2FitnessStats - Variable in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
map index of info to index of the stats in fitnessStats
- INFEASIBLE - Static variable in class org.processmining.plugins.astar.petrinet.impl.AbstractPILPDelegate
-
- INFEASIBLE_INT - Static variable in class org.processmining.plugins.astar.petrinet.impl.AbstractPILPDelegate
-
- inflate(InputStream) - Method in class org.processmining.plugins.astar.petrinet.impl.PHeadCompressor
-
- inflate(InputStream) - Method in class org.processmining.plugins.astar.petrinet.impl.PHeadUniqueDijkstraCompressor
-
- inflate(InputStream) - Method in class org.processmining.plugins.astar.petrinet.impl.PHeadUniqueILPCompressor
-
- inflate(InputStream) - Method in class org.processmining.plugins.astar.petrinet.impl.PILPTailCompressor
-
- inflate(InputStream) - Method in class org.processmining.plugins.astar.petrinet.impl.PNaiveTail
-
- inflateEstimate(StorageAwareDelegate<H, PILPTail>, H, InputStream) - Method in class org.processmining.plugins.astar.petrinet.impl.PILPTailCompressor
-
- inflateEstimate(StorageAwareDelegate<H, PNaiveTail>, H, InputStream) - Method in class org.processmining.plugins.astar.petrinet.impl.PNaiveTail
-
- inflateParikhVector(InputStream) - Method in class org.processmining.plugins.astar.petrinet.impl.PHeadCompressor
-
- info - Variable in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
a long array that contains all information about alignment.
- info - Variable in class org.processmining.plugins.petrinet.replayresult.visualization.ProcessInstanceConformanceView
-
- InfoObjectConst - Enum in org.processmining.plugins.petrinet.replayer.matchinstances
-
- INHIBITED - Static variable in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- inhibitors - Variable in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- init(XLog, PetrinetGraph, XEventClassifier, TransClasses, Map<TransClass, Set<EvClassPattern>>) - Method in class org.processmining.plugins.petrinet.manifestreplayer.TransClass2PatternMap
-
Main method to initialize the mapping
- init(Marking) - Method in class org.processmining.plugins.petrinet.replayresult.exporting.PetrinetGraphPlayOut
-
- initialize(Collection<XEventClass>, TransEvClassMapping, Map<Transition, Integer>, Map<XEventClass, Integer>, Map<Transition, Integer>, Marking...) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- initialize(PetrinetGraph, Map<Place, Place>, Map<Place, Place>, AbstractPNManifestReplayerParameter) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- initialize(XEventClassifier) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.CreatePatternPanel
-
- initiateTransClass(PetrinetGraph, ITransClassifier, Object[]) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.ui.PatternMappingPanel
-
- initMarking - Variable in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
- initMarking - Variable in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
- initMarking - Variable in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
- initMarking - Variable in class org.processmining.plugins.petrinet.manifestreplayer.AbstractPNManifestReplayerParameter
-
- initMarking - Variable in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- initMarking - Variable in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.AbstractBehavAppAlg
-
- initMarking - Variable in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteAlg
-
- initMarking - Variable in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParamProvider
-
- initMarking - Variable in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.AbstractAllOptAlignmentsAlg
-
- InitMarkingFactory - Class in org.processmining.plugins.petrinet.initmarkingprovider
-
- InitMarkingFactory() - Constructor for class org.processmining.plugins.petrinet.initmarkingprovider.InitMarkingFactory
-
- instance - Variable in class org.processmining.plugins.petrinet.replayresult.visualization.ProcessInstanceConformanceView
-
- int2act - Variable in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- int2place - Variable in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- int2trans - Variable in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- InvisibleTransMapper - Class in org.processmining.plugins.petrinet.invisiblemapper
-
- InvisibleTransMapper() - Constructor for class org.processmining.plugins.petrinet.invisiblemapper.InvisibleTransMapper
-
- InvisibleTransMapperPanel - Class in org.processmining.plugins.petrinet.invisiblemapper
-
- InvisibleTransMapperPanel(PetrinetGraph) - Constructor for class org.processmining.plugins.petrinet.invisiblemapper.InvisibleTransMapperPanel
-
- IParamSetting - Interface in org.processmining.plugins.petrinet.replayer.ui
-
- IPNManifestReplayAlgorithm - Interface in org.processmining.plugins.petrinet.manifestreplayer.algorithms
-
- IPNMatchInstancesLogReplayAlgorithm - Interface in org.processmining.plugins.petrinet.replayer.matchinstances.algorithms
-
- IPNPartialOrderAwareReplayAlgorithm - Interface in org.processmining.plugins.petrinet.replayer.algorithms
-
- IPNReplayAlgorithm - Interface in org.processmining.plugins.petrinet.replayer.algorithms
-
- IPNReplayParameter - Interface in org.processmining.plugins.petrinet.replayer.algorithms
-
- IPNReplayParamProvider - Interface in org.processmining.plugins.petrinet.replayer.algorithms
-
- isAllowEventSkip() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixUI
-
Allow ignoring events (move on log)
- isAllowExecViolating() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixUI
-
Allowing transitions to be fired with only some (but not all) input tokens
- isAllowExecWOTokens() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixUI
-
Allowing transitions to be fired without taking any tokens
- isAllowInviTaskMove() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixUI
-
Allow firing silent steps
- isAllowRealTaskMove() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixUI
-
Allow firing non-silent transitions
- isAllReqSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
Return true if all replay inputs are correct
- isAllReqSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
Return true if all replay inputs are correct
- isAllReqSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerILPRestrictedMoveModel
-
- isAllReqSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerMovePreferenceAwareWithILP
-
Return true if all replay inputs are correct
- isAllReqSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerNoILPRestrictedMoveModel
-
- isAllReqSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerWithILP
-
Return true if all replay inputs are correct
- isAllReqSatisfied(PetrinetGraph, XLog, AbstractPNManifestReplayerParameter) - Method in interface org.processmining.plugins.petrinet.manifestreplayer.algorithms.IPNManifestReplayAlgorithm
-
Return true if all replay inputs are correct
- isAllReqSatisfied(PetrinetGraph, XLog, AbstractPNManifestReplayerParameter) - Method in class org.processmining.plugins.petrinet.manifestreplayer.algorithms.PNManifestReplayerILPAlgorithm
-
Checking based on net, log, mapping between net and log, and replay
parameters
- isAllReqSatisfied(PetrinetGraph, XLog, AbstractPNManifestReplayerParameter) - Method in class org.processmining.plugins.petrinet.manifestreplayer.algorithms.PNManifestReplayerILPPNetPatternAlgorithm
-
- isAllReqSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.AbstractBehavAppAlg
-
Return true if all replay inputs are correct: no null; numStates is non
negative; all costs are non negative.
- isAllReqSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteAlg
-
Return true if all replay inputs are correct: parameter type is correct
and non empty (no null); all transitions are mapped to cost; all event
classes (including dummy event class, i.e.
- isAllReqSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteMarkEqAlg
-
Return true if all replay inputs are correct: net should be Petrinet
(marking equation does not work on reset/inihibitor nets);
- isAllReqSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteRPSTAlg
-
Return true if all replay inputs are correct: net should be Petrinet
(marking equation does not work on reset/inhibitor nets);
- isAllReqSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixAlg
-
- isAllReqSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayAlgorithm
-
Return true if all replay inputs are correct
- isAllReqSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.PetrinetSwapReplayer
-
- isAllReqSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductAlg
-
- isBuildConnection() - Method in class org.processmining.plugins.petrinet.manifestreplayer.AbstractPNManifestReplayerParameter
-
- isCaseReliable(int) - Method in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
- isCorrectParameterType(AbstractPNManifestReplayerParameter) - Method in class org.processmining.plugins.petrinet.manifestreplayer.algorithms.PNManifestReplayerILPAlgorithm
-
- isCorrectParameterType(AbstractPNManifestReplayerParameter) - Method in class org.processmining.plugins.petrinet.manifestreplayer.algorithms.PNManifestReplayerILPPNetPatternAlgorithm
-
- isCreatingConn() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractDefaultPNReplayParam
-
Return true if connections need to be made after replay is finished
- isCreatingConn() - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayParameter
-
- isEnabled(int, ShortShortMultiset) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- isEndOfModel(int, Set<Integer>, EncPNWSetFinalMarkings, Map<Integer, Map<Integer, Integer>>, Map<Integer, SortedSet<Integer>>, Map<Integer, Map<Integer, Integer>>) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractReplayerBasicFunctionProvider
-
return true if currEncMarking is one of the end markings or if there is
no other transitions enabled in this marking
- isExact - Variable in class org.processmining.plugins.astar.petrinet.impl.PILPTail
-
- isExactEstimate() - Method in class org.processmining.plugins.astar.petrinet.impl.PRecord
-
- isExactEstimateKnown() - Method in class org.processmining.plugins.astar.petrinet.impl.PILPTail
-
- isFinal(ShortShortMultiset) - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- isFinal(ShortShortMultiset) - Method in class org.processmining.plugins.astar.petrinet.impl.PDelegate
-
- isFinal(Delegate<? extends Head, ? extends Tail>) - Method in class org.processmining.plugins.astar.petrinet.impl.PHead
-
- isFinal(ShortShortMultiset) - Method in class org.processmining.plugins.astar.petrinet.impl.PNaiveDelegate
-
- isFragmentEntry(int) - Method in class org.processmining.plugins.astar.petrinet.manifestreplay.AbstractPNManifestFlattener
-
Return true if the transition is an entry to a fragment
- isGUIMode() - Method in class org.processmining.plugins.petrinet.manifestreplayer.AbstractPNManifestReplayerParameter
-
- isGUIMode() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.AbstractDefaultPNReplayParam
-
Return true if GUI is used
- isGUIMode() - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayParameter
-
- isMoveOnModelOnly(Integer) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPN
-
- isMoveOnModelOnly(Integer) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNSyncProduct
-
- isMoveOnModelOnly(Integer) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNWSetFinalMarkings
-
- isParameterReqCorrect(PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
Return true if all replay inputs are correct: parameter type is correct
and non empty (no null); all transitions are mapped to cost; all event
classes (including dummy event class, i.e.
- isParameterReqCorrect(PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
Return true if all replay inputs are correct: parameter type is correct
and non empty (no null); all transitions are mapped to cost; all event
classes (including dummy event class, i.e.
- isParentOfClass(XEventClass) - Method in class org.processmining.plugins.petrinet.replayer.util.LogAutomatonNode
-
- isPartiallyOrderedEvents() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam
-
- ISRELIABLE - Static variable in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.OptimizedCostBasedPNReplayAlgorithm
-
- isReliable() - Method in class org.processmining.plugins.replayer.replayresult.AllSyncReplayResult
-
- isReliable() - Method in class org.processmining.plugins.replayer.replayresult.SyncReplayResult
-
- isRepresentedCounted() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllKnotSamplingOptAlignmentsGraphAlg
-
True if the number of represented optimal alignments per alignments is
also computed Setting this to true leads to much more expensive
computation
- isRepresentedCounted() - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllKnotSamplingOptAlignmentsGraphCountAlg
-
- isReqWOParameterSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
Return true if input of replay without parameters are correct
- isReqWOParameterSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
Return true if input of replay without parameters are correct
- isReqWOParameterSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerMovePreferenceAwareWithILP
-
Return true if input of replay without parameters are correct
- isReqWOParameterSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerWithILP
-
Return true if input of replay without parameters are correct
- isReqWOParameterSatisfied(PetrinetGraph, XLog, Marking, Marking[]) - Method in interface org.processmining.plugins.petrinet.manifestreplayer.algorithms.IPNManifestReplayAlgorithm
-
Return true if input of replay without parameters are correct
- isReqWOParameterSatisfied(PetrinetGraph, XLog, Marking, Marking[]) - Method in class org.processmining.plugins.petrinet.manifestreplayer.algorithms.PNManifestReplayerILPAlgorithm
-
Checking based on net, log, init marking, and final markings
- isReqWOParameterSatisfied(PetrinetGraph, XLog, Marking, Marking[]) - Method in class org.processmining.plugins.petrinet.manifestreplayer.algorithms.PNManifestReplayerILPPNetPatternAlgorithm
-
Checking based on net, log, init marking, and final markings
- isReqWOParameterSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.AbstractBehavAppAlg
-
Return true if input of replay without parameters are correct
- isReqWOParameterSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteAlg
-
Return true if input of replay without parameters are correct
- isReqWOParameterSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteMarkEqAlg
-
Return true if input of replay without parameters are correct
- isReqWOParameterSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteRPSTAlg
-
Return true if input of replay without parameters are correct
- isReqWOParameterSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixAlg
-
- isReqWOParameterSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayAlgorithm
-
Return true if input of replay without parameters are correct (e.g.
- isReqWOParameterSatisfied(PluginContext, PetrinetGraph, XLog, TransEvClassMapping) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductAlg
-
- isSyncViolatingPartiallyAllowed() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductUI
-
- isTransition(Integer) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPN
-
- isTransition(Integer) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.EncPNWSetFinalMarkings
-
- isUseInts() - Method in class org.processmining.plugins.astar.petrinet.impl.AbstractPILPDelegate
-
- isUseLogWeight() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppUI
-
- isUseModelWeight() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppUI
-
- isUsePartialOrderedEvents() - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteUI
-
True if events with same timestamps are treated as partially ordered
events
- isValidMoveOnLog(Record, int, int, TIntList, TIntList) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphThread
-
This is required such that reordering between move sync and move model is
computed
- isValidMoveOnModel(Record, TIntCollection, int, TIntList) - Method in class org.processmining.plugins.astar.petrinet.impl.AStarRestrictedMoveModelThread
-
- isValidMoveOnModel(Record, TIntCollection, int, TIntList) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphThread
-
This is required such that reordering between move sync and move model is
computed
- ITransClassifier - Interface in org.processmining.plugins.petrinet.manifestreplayer.transclassifier
-
- RAWFITNESSCOST - Static variable in class org.processmining.plugins.petrinet.manifestreplayresult.Manifest
-
Pointer to value on doubleStats
- RAWFITNESSCOST - Static variable in class org.processmining.plugins.petrinet.replayresult.PNMatchInstancesRepResult
-
- RAWFITNESSCOST - Static variable in interface org.processmining.plugins.petrinet.replayresult.PNRepResult
-
- record - Variable in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer.Result
-
- record - Variable in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer.Result
-
- recordToResult(AbstractPDelegate<?>, XTrace, Trace, PRecord, int, int, boolean, long, int, int, TIntList, TIntIntMap) - Method in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
- recordToResult(AbstractPDelegate<?>, XTrace, Trace, PRecord, int, int, boolean, long, int, int, int, TIntList, TIntIntMap) - Method in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
- recordToResult(AbstractPDelegate<?>, XTrace, Trace, PRecord, int, int, boolean, long, int, int, int, TIntList, TIntIntMap) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerSSD
-
- recordToResult(D, XTrace, Trace, Collection<PRecord>, int, int, int, boolean, long, List<Object>, List<StepTypes>, AllSyncReplayResult, Map<Record, List<Record>>) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AbstractAllOptAlignmentsGraphAlg
-
Recursive call that investigate the same map
- recordToResult(PDelegate, XTrace, Trace, Collection<PRecord>, int, int, int, boolean, long, List<Object>, List<StepTypes>, AllSyncReplayResult, Map<Record, List<Record>>) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllKnotSamplingOptAlignmentsGraphAlg
-
- recordToResult(PDelegate, XTrace, Trace, Collection<PRecord>, int, int, int, boolean, long, List<Object>, List<StepTypes>, AllSyncReplayResult, Map<Record, List<Record>>) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphSamplingAlg
-
Recursive call that investigate the same map
- recordToResult(AllOptAlignmentsTreeDelegate, XTrace, Trace, Set<PRecord>, int, int, int, boolean, long, double) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsTreeAlg
-
- recordToResult(PDelegate, XTrace, Trace, Collection<PRecord>, int, int, int, boolean, long, List<Object>, List<StepTypes>, AllSyncReplayResult, Map<Record, List<Record>>) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllPrefixOptAlignmentsGraphGuessMarkingAlg
-
Recursive call that investigate the same map
- recordToResult(AllOptAlignmentsTreeDelegate, XTrace, Trace, Set<PRecord>, int, int, int, boolean, long, double) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.NBestAlignmentsTreeAlg
-
- recordToResult(PDelegate, XTrace, Trace, Collection<PRecord>, int, int, int, boolean, long, List<Object>, List<StepTypes>, AllSyncReplayResult, Map<Record, List<Record>>) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.NBestOptAlignmentsGraphSamplingAlg
-
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 class
- recordToResult(PDelegate, XTrace, Trace, Collection<PRecord>, int, int, int, boolean, long, List<Object>, List<StepTypes>, AllSyncReplayResult, Map<Record, List<Record>>) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.NBestPrefixAlignmentsGraphGuessMarkingAlg
-
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
class
- recordToResultSSD(DijkstraPDelegate, XTrace, Trace, PRecord, int, int, boolean, long, int, int, double, TIntList, TIntIntMap) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerSSD
-
- relatedStepTypeObj - Variable in class org.processmining.plugins.petrinet.replayer.util.statespaces.AbstractCPNCostBasedTreeNode
-
the following attribute (relatedStepTypeObj) holds: 1.
- reliable - Variable in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer.Result
-
- reliable - Variable in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer.Result
-
- reliableCasesTModel - Variable in class org.processmining.plugins.petrinet.replayer.matchinstances.visualization.PNMatchInstancesRepResultSimpleVisPanel
-
- reliableCasesTModel - Variable in class org.processmining.plugins.petrinet.replayer.matchinstances.visualization.PNMatchInstancesRepResultVisPanel
-
- reliableCasesTModel - Variable in class org.processmining.plugins.petrinet.replayresult.visualization.PNLogReplayResultVisPanel
-
- RELIABLEMAX - Static variable in class org.processmining.plugins.petrinet.replayer.matchinstances.visualization.PNMatchInstancesRepResultSimpleVisPanel
-
- RELIABLEMAX - Static variable in class org.processmining.plugins.petrinet.replayer.matchinstances.visualization.PNMatchInstancesRepResultVisPanel
-
- RELIABLEMAX - Static variable in class org.processmining.plugins.petrinet.replayresult.visualization.PNLogReplayResultVisPanel
-
- RELIABLEMIN - Static variable in class org.processmining.plugins.petrinet.replayer.matchinstances.visualization.PNMatchInstancesRepResultSimpleVisPanel
-
Pointers to property variable
- RELIABLEMIN - Static variable in class org.processmining.plugins.petrinet.replayer.matchinstances.visualization.PNMatchInstancesRepResultVisPanel
-
Pointers to property variable
- RELIABLEMIN - Static variable in class org.processmining.plugins.petrinet.replayresult.visualization.PNLogReplayResultVisPanel
-
Pointers to property variable
- removeTransition(Short) - Method in class org.processmining.plugins.petrinet.replayer.util.codec.PNCodec
-
- replaceTransitions(Map<Transition, Transition>, boolean) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppParam
-
- replaceTransitions(Map<Transition, Transition>, boolean) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam
-
- replaceTransitions(Map<Transition, Transition>, boolean) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixParam
-
- replaceTransitions(Map<Transition, Transition>, boolean) - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayParameter
-
Replace transitions in this parameter (if the parameter consider
individual transitions) with another transitions.
- replaceTransitions(Map<Transition, Transition>, boolean) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductParam
-
- replaceUI - Variable in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.CostBasedCompleteSwapUI
-
- REPLAYALGORITHM - Static variable in class org.processmining.models.connections.petrinets.PNManifestConnection
-
- REPLAYALGORITHM - Static variable in class org.processmining.models.connections.petrinets.PNRepResultAllRequiredParamConnection
-
- replayLog(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
- replayLog(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter, Set<Transition>) - Method in class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer
-
Replay log assuming GUI exist (progress bars, etc).
- replayLog(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer
-
- replayLog(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerILPRestrictedMoveModel
-
- replayLog(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerMovePreferenceAwareWithILP
-
- replayLog(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerNoILPRestrictedMoveModel
-
- replayLog(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.astar.petrinet.PetrinetReplayerSSD
-
- replayLog(PluginContext, PetrinetGraph, XLog, AbstractPNManifestReplayerParameter) - Method in interface org.processmining.plugins.petrinet.manifestreplayer.algorithms.IPNManifestReplayAlgorithm
-
Main method, assuming that all required inputs are valid
- replayLog(PluginContext, PetrinetGraph, XLog, AbstractPNManifestReplayerParameter) - Method in class org.processmining.plugins.petrinet.manifestreplayer.algorithms.PNManifestReplayerILPAlgorithm
-
replay log, assuming whatever dependencies are satisfied.
- replayLog(PluginContext, PetrinetGraph, XLog, AbstractPNManifestReplayerParameter) - Method in class org.processmining.plugins.petrinet.manifestreplayer.algorithms.PNManifestReplayerILPPNetPatternAlgorithm
-
- replayLog(UIPluginContext, PetrinetGraph, XLog) - Method in class org.processmining.plugins.petrinet.manifestreplayer.PNManifestReplayer
-
- replayLog(PluginContext, PetrinetGraph, XLog, IPNManifestReplayAlgorithm, PNManifestReplayerParameter) - Method in class org.processmining.plugins.petrinet.manifestreplayer.PNManifestReplayer
-
- replayLog(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.AbstractBehavAppAlg
-
Main method to replay log
- replayLog(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteMarkEqAlg
-
- replayLog(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteNaiveAlg
-
- replayLog(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.AbstractCostBasedCompleteRPSTAlg
-
- replayLog(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.CostBasedPrefixAlg
-
- replayLog(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayAlgorithm
-
Replay log assuming GUI exist (progress bars, etc)
- replayLog(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.swapping.PetrinetSwapReplayer
-
- replayLog(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.syncproduct.SyncProductAlg
-
- replayLog(PluginContext, PetrinetGraph, Marking, Marking, XLog, TransEvClassMapping, Object[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphAlg
-
- replayLog(PluginContext, PetrinetGraph, Marking, Marking, XLog, TransEvClassMapping, Object[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphILPAlg
-
- replayLog(PluginContext, PetrinetGraph, Marking, Marking, XLog, TransEvClassMapping, Object[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsGraphSamplingAlg
-
- replayLog(PluginContext, PetrinetGraph, Marking, Marking, XLog, TransEvClassMapping, Object[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllOptAlignmentsTreeAlg
-
- replayLog(PluginContext, PetrinetGraph, Marking, Marking, XLog, TransEvClassMapping, Object[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.AllPrefixOptAlignmentsGraphAlg
-
- replayLog(PluginContext, PetrinetGraph, Marking, Marking, XLog, TransEvClassMapping, Object[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.BestWithFitnessBoundAlignmentsTreeAlg
-
- replayLog(PluginContext, PetrinetGraph, Marking, Marking, XLog, TransEvClassMapping, Object[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.BestWithFitnessBoundPerTraceAlignmentTreeAlg
-
- replayLog(PluginContext, PetrinetGraph, Marking, Marking, XLog, TransEvClassMapping, Object[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.NBestAlignmentsTreeAlg
-
- replayLog(PluginContext, PetrinetGraph, Marking, Marking, XLog, TransEvClassMapping, Object[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.NBestOptAlignmentsGraphSamplingAlg
-
- replayLog(PluginContext, PetrinetGraph, Marking, Marking, XLog, TransEvClassMapping, Object[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express.NBestPrefixAlignmentsGraphGuessMarkingAlg
-
This method needs to be overridden, because n best alignments do not
necessarily be optimal alignments.
- replayLog(PluginContext, PetrinetGraph, Marking, Marking, XLog, TransEvClassMapping, Object[]) - Method in interface org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.IPNMatchInstancesLogReplayAlgorithm
-
Method to replay a whole log on a model and return all best matching
instance between each trace and the model
Assumption: all markings are given, no need to check for connection to
the original net
- replayLog(UIPluginContext, Petrinet, XLog) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.PNLogMatchInstancesReplayer
-
- replayLog(UIPluginContext, ResetNet, XLog) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.PNLogMatchInstancesReplayer
-
- replayLog(UIPluginContext, ResetInhibitorNet, XLog) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.PNLogMatchInstancesReplayer
-
- replayLog(UIPluginContext, InhibitorNet, XLog) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.PNLogMatchInstancesReplayer
-
- replayLog(UIPluginContext, PetrinetGraph, XLog) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.PNLogMatchInstancesReplayer
-
Deprecated.
- replayLog(PluginContext, Petrinet, XLog, TransEvClassMapping, Marking, Marking, IPNMatchInstancesLogReplayAlgorithm, Object[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.PNLogMatchInstancesReplayer
-
- replayLog(PluginContext, ResetNet, XLog, TransEvClassMapping, Marking, Marking, IPNMatchInstancesLogReplayAlgorithm, Object[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.PNLogMatchInstancesReplayer
-
- replayLog(PluginContext, ResetInhibitorNet, XLog, TransEvClassMapping, Marking, Marking, IPNMatchInstancesLogReplayAlgorithm, Object[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.PNLogMatchInstancesReplayer
-
- replayLog(PluginContext, InhibitorNet, XLog, TransEvClassMapping, Marking, Marking, IPNMatchInstancesLogReplayAlgorithm, Object[]) - Method in class org.processmining.plugins.petrinet.replayer.matchinstances.PNLogMatchInstancesReplayer
-
- replayLog(UIPluginContext, Petrinet, XLog) - Method in class org.processmining.plugins.petrinet.replayer.PNLogReplayer
-
- replayLog(UIPluginContext, ResetNet, XLog) - Method in class org.processmining.plugins.petrinet.replayer.PNLogReplayer
-
- replayLog(UIPluginContext, ResetInhibitorNet, XLog) - Method in class org.processmining.plugins.petrinet.replayer.PNLogReplayer
-
- replayLog(UIPluginContext, InhibitorNet, XLog) - Method in class org.processmining.plugins.petrinet.replayer.PNLogReplayer
-
- replayLog(PluginContext, Petrinet, XLog, TransEvClassMapping, IPNReplayAlgorithm, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.PNLogReplayer
-
- replayLog(PluginContext, ResetNet, XLog, TransEvClassMapping, IPNReplayAlgorithm, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.PNLogReplayer
-
- replayLog(PluginContext, ResetInhibitorNet, XLog, TransEvClassMapping, IPNReplayAlgorithm, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.PNLogReplayer
-
- replayLog(PluginContext, InhibitorNet, XLog, TransEvClassMapping, IPNReplayAlgorithm, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.PNLogReplayer
-
- replayLog(PluginContext, PetrinetGraph, XLog, TransEvClassMapping, IPNReplayAlgorithm, IPNReplayParameter) - Method in class org.processmining.plugins.petrinet.replayer.PNLogReplayer
-
- replayLogGUI(UIPluginContext, PetrinetGraph, XLog) - Method in class org.processmining.plugins.petrinet.replayer.PNLogReplayer
-
- replayLogParameter(PluginContext, PetrinetGraph, XLog, IPNManifestReplayAlgorithm, PNManifestReplayerParameter) - Method in class org.processmining.plugins.petrinet.manifestreplayer.PNManifestReplayer
-
- replayLogPetrinet(UIPluginContext, Petrinet, XLog) - Method in class org.processmining.plugins.petrinet.manifestreplayer.PNManifestReplayer
-
- replayLoop(List<XEventClass>, EncPNWSetFinalMarkings, Map<Integer, Map<Integer, Integer>>, Map<Integer, Map<Integer, Integer>>, Map<Map<Integer, Integer>, Integer>, Map<Integer, LogAutomatonNode>, Map<Integer, XEventClass>, boolean, Map<XEventClass, Integer>, Random, Integer, Map<List<XEventClass>, Set<Integer>>, Set<Integer>, Set<Integer>, Map<Integer, Integer>, Map<Integer, Set<XEventClass>>, Map<Integer, SortedSet<Integer>>, Map<Integer, Map<Integer, Integer>>, Progress) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppNaiveAlg
-
- replayLoop(List<XEventClass>, EncPNWSetFinalMarkings, Map<Integer, Map<Integer, Integer>>, Map<Integer, Map<Integer, Integer>>, Map<Map<Integer, Integer>, Integer>, Map<Integer, LogAutomatonNode>, Map<Integer, XEventClass>, boolean, Map<XEventClass, Integer>, Random, Integer, Map<List<XEventClass>, Set<Integer>>, Set<Integer>, Set<Integer>, Map<Integer, Integer>, Map<Integer, Set<XEventClass>>, Map<Integer, SortedSet<Integer>>, Map<Integer, Map<Integer, Integer>>, Progress) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppPruneAlg
-
The main method to calculate the best alignment to measure behavioral
appropriateness.
- replayLoop(List<XEventClass>, EncPNWSetFinalMarkings, Map<Integer, Map<Integer, Integer>>, Map<Integer, Map<Integer, Integer>>, Map<Map<Integer, Integer>, Integer>, Map<Integer, LogAutomatonNode>, Map<Integer, XEventClass>, boolean, Map<XEventClass, Integer>, Random, Integer, Map<List<XEventClass>, Set<Integer>>, Set<Integer>, Set<Integer>, Map<Integer, Integer>, Map<Integer, Set<XEventClass>>, Map<Integer, SortedSet<Integer>>, Map<Integer, Map<Integer, Integer>>, Progress) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.behavapp.BehavAppStubbornAlg
-
The main method to calculate the best alignment to measure behavioral
appropriateness.
- replayLoop(List<XEventClass>, EncPNWSetFinalMarkings, Map<Integer, Map<Integer, Integer>>, Map<Integer, Map<Integer, Integer>>, Map<Map<Integer, Integer>, Integer>, Map<Integer, LogAutomatonNode>, Map<Integer, XEventClass>, boolean, Map<XEventClass, Integer>, Random, Integer, Map<List<XEventClass>, Set<Integer>>, Set<Integer>, Set<Integer>, Map<Integer, Integer>, Map<Integer, Set<XEventClass>>, Map<Integer, SortedSet<Integer>>, Map<Integer, Map<Integer, Integer>>, Progress) - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.behavapp.IBehavAppAlg
-
- replayLoop(List<XEventClass>, EncPNWSetFinalMarkings, Set<Integer>, Map<Integer, Map<Integer, Integer>>, Map<Integer, Map<Integer, Integer>>, Map<Map<Integer, Integer>, Integer>, Integer, Set<Integer>, Random, int, Map<XEventClass, Set<Integer>>, Map<XEventClass, Integer>, Map<Integer, Integer>, Map<Integer, SortedSet<Integer>>, Map<Integer, Map<Integer, Integer>>, MarkingEqConsultant, Map<Integer, XEventClass>, Progress) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteMarkEquation
-
- replayLoop(List<XEventClass>, EncPNWSetFinalMarkings, Set<Integer>, Map<Integer, Map<Integer, Integer>>, Map<Integer, Map<Integer, Integer>>, Map<Map<Integer, Integer>, Integer>, Integer, Set<Integer>, Random, int, Map<XEventClass, Set<Integer>>, Map<XEventClass, Integer>, Map<Integer, Integer>, Map<Integer, SortedSet<Integer>>, Map<Integer, Map<Integer, Integer>>, MarkingEqConsultant, Map<Integer, XEventClass>, Progress) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteMarkEquationPrune
-
Replay loop
- replayLoop(List<XEventClass>, EncPNWSetFinalMarkings, Set<Integer>, Map<Integer, Map<Integer, Integer>>, Map<Integer, Map<Integer, Integer>>, Map<Map<Integer, Integer>, Integer>, Integer, Set<Integer>, Random, int, Map<XEventClass, Set<Integer>>, Map<XEventClass, Integer>, Map<Integer, Integer>, Map<Integer, SortedSet<Integer>>, Map<Integer, Map<Integer, Integer>>, Progress) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteNaiveAlg
-
Replay loop
- replayLoop(List<XEventClass>, EncPNWSetFinalMarkings, Set<Integer>, Map<Integer, Map<Integer, Integer>>, Map<Integer, Map<Integer, Integer>>, Map<Map<Integer, Integer>, Integer>, Integer, Set<Integer>, Random, int, Map<XEventClass, Set<Integer>>, Map<XEventClass, Integer>, Map<Integer, Integer>, Map<Integer, SortedSet<Integer>>, Map<Integer, Map<Integer, Integer>>, Progress) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompletePruneAlg
-
- replayLoop(List<XEventClass>, EncPNWSetFinalMarkings, Set<Integer>, Map<Integer, Map<Integer, Integer>>, Map<Integer, Map<Integer, Integer>>, Map<Map<Integer, Integer>, Integer>, Integer, Set<Integer>, Random, int, Map<XEventClass, Set<Integer>>, Map<XEventClass, Integer>, Map<Integer, Integer>, Map<Integer, SortedSet<Integer>>, Map<Integer, Map<Integer, Integer>>, RPSTConsultant, Map<Integer, XEventClass>, Progress) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteRPST
-
- replayLoop(List<XEventClass>, EncPNWSetFinalMarkings, Set<Integer>, Map<Integer, Map<Integer, Integer>>, Map<Integer, Map<Integer, Integer>>, Map<Map<Integer, Integer>, Integer>, Integer, Set<Integer>, Random, int, Map<XEventClass, Set<Integer>>, Map<XEventClass, Integer>, Map<Integer, Integer>, Map<Integer, SortedSet<Integer>>, Map<Integer, Map<Integer, Integer>>, RPSTConsultant, Map<Integer, XEventClass>, Progress) - Method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteRPSTPrune
-
Replay loop
- replayLoop(List<XEventClass>, EncPNWSetFinalMarkings, Set<Integer>, Map<Integer, Map<Integer, Integer>>, Map<Integer, Map<Integer, Integer>>, Map<Map<Integer, Integer>, Integer>, Integer, Set<Integer>, Random, int, Map<XEventClass, Set<Integer>>, Map<XEventClass, Integer>, Map<Integer, Integer>, Map<Integer, SortedSet<Integer>>, Map<Integer, Map<Integer, Integer>>, MarkingEqConsultant, Map<Integer, XEventClass>, Progress) - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.ICostBasedCompleteMarkEqAlg
-
- replayLoop(List<XEventClass>, EncPNWSetFinalMarkings, Set<Integer>, Map<Integer, Map<Integer, Integer>>, Map<Integer, Map<Integer, Integer>>, Map<Map<Integer, Integer>, Integer>, Integer, Set<Integer>, Random, int, Map<XEventClass, Set<Integer>>, Map<XEventClass, Integer>, Map<Integer, Integer>, Map<Integer, SortedSet<Integer>>, Map<Integer, Map<Integer, Integer>>, RPSTConsultant, Map<Integer, XEventClass>, Progress) - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.ICostBasedCompleteRPSTAlg
-
Replay loop
- replayLoop(List<XEventClass>, EncPNWSetFinalMarkings, Set<Integer>, Map<Integer, Map<Integer, Integer>>, Map<Integer, Map<Integer, Integer>>, Map<Map<Integer, Integer>, Integer>, Integer, Set<Integer>, Random, int, Map<XEventClass, Set<Integer>>, Map<XEventClass, Integer>, Map<Integer, Integer>, Map<Integer, SortedSet<Integer>>, Map<Integer, Map<Integer, Integer>>, Progress) - Method in interface org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.IDefaultCostBasedCompleteAlg
-
- REPLAYPARAMETERS - Static variable in class org.processmining.models.connections.petrinets.PNManifestConnection
-
- REPLAYPARAMETERS - Static variable in class org.processmining.models.connections.petrinets.PNRepResultAllRequiredParamConnection
-
- replayTraceInEncodedForm(Progress, List<XEventClass>, Map<XEventClass, List<Short>>, Set<Short>, PNCodec, Bag<Short>, int, int, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, PriorityQueue<CPNCostBasedTreeNode>) - Static method in class org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix.OptimizedCostBasedPNReplayAlgorithm
-
- Representative(int, TIntList, TIntIntMap) - Constructor for class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer.Representative
-
- Representative(int, TIntList, TIntIntMap) - Constructor for class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer.Representative
-
- REPRESENTATIVES - Static variable in class org.processmining.plugins.petrinet.replayresult.PNMatchInstancesRepResult
-
- reset() - Method in class org.processmining.plugins.petrinet.replayer.util.CombinationGenerator
-
- resetArcs - Variable in class org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate
-
- Result() - Constructor for class org.processmining.plugins.astar.petrinet.AbstractMovePreferenceAwarePetrinetReplayer.Result
-
- Result() - Constructor for class org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer.Result
-
- RPSTConsultant - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper
-
Assumption: A-All arcs are weighed 1 B-The net is sound workflow net (one
entry node and one exit node is required by the implementation of RPST)
- RPSTConsultant(RPSTTreeWrapper) - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper.RPSTConsultant
-
Default constructor
- RPSTFragmentType - Enum in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper
-
- RPSTNodeWSiblings - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper
-
- RPSTNodeWSiblings(int, int, RPSTFragmentType) - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper.RPSTNodeWSiblings
-
The only allowed constructor
- RPSTTreeWrapper - Class in org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper
-
This class wraps the RPST into a representation that helps determining for a
given marking, 1.
- RPSTTreeWrapper(EncPNWSetFinalMarkings) - Constructor for class org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper.RPSTTreeWrapper
-
Default constructor, based on encoded petri net