org.processmining.plugins.petrinet.replayresult
Class PNCaseReplayResult
java.lang.Object
org.processmining.plugins.petrinet.replayresult.PNCaseReplayResult
public class PNCaseReplayResult
- extends java.lang.Object
- Author:
- aadrians
Constructor Summary |
PNCaseReplayResult(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph graph,
java.util.Map<java.lang.String,java.lang.String> infoTable)
|
PNCaseReplayResult(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph graph,
org.deckfour.xes.model.XTrace trace,
org.deckfour.xes.info.XLogInfo logInfo)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PNCaseReplayResult
public PNCaseReplayResult(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph graph,
java.util.Map<java.lang.String,java.lang.String> infoTable)
PNCaseReplayResult
public PNCaseReplayResult(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph graph,
org.deckfour.xes.model.XTrace trace,
org.deckfour.xes.info.XLogInfo logInfo)
getGraph
public org.processmining.models.graphbased.directed.petrinet.PetrinetGraph getGraph()
- Returns:
- the graph
setGraph
public void setGraph(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph graph)
- Parameters:
graph
- the graph to set
getInfoTable
public java.util.Map<java.lang.String,java.lang.String> getInfoTable()
- Returns:
- the information
setInfoTable
public void setInfoTable(java.util.Map<java.lang.String,java.lang.String> infoTable)
- Parameters:
infoTable
- the information to set
getLogInfo
public org.deckfour.xes.info.XLogInfo getLogInfo()
- Returns:
- the logInfo
setLogInfo
public void setLogInfo(org.deckfour.xes.info.XLogInfo logInfo)
- Parameters:
logInfo
- the logInfo to set
getTrace
public org.deckfour.xes.model.XTrace getTrace()
- Returns:
- the trace
setTrace
public void setTrace(org.deckfour.xes.model.XTrace trace)
- Parameters:
trace
- the trace to set
getNodeInstance
public java.util.List<java.lang.String> getNodeInstance()
- Returns:
- the nodeInstance
setNodeInstance
public void setNodeInstance(java.util.List<java.lang.String> nodeInstance)
- Parameters:
nodeInstance
- the nodeInstance to set
getStepTypes
public java.util.List<StepTypes> getStepTypes()
- Returns:
- the stepTypes
setStepTypes
public void setStepTypes(java.util.List<StepTypes> stepTypes)
- Parameters:
stepTypes
- the stepTypes to set