public class RelabelControllerModel extends java.lang.Object implements RelabelVisModel
Modifier and Type | Field and Description |
---|---|
RelabelModel |
model |
MarkedPetrinet |
net |
org.deckfour.xes.model.XLog |
newlog |
RelabelParam |
param |
RelabelScope |
scope |
Constructor and Description |
---|
RelabelControllerModel(RelabelModel model,
RelabelScope scope,
RelabelParam param) |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
computeNewLog() |
java.lang.Object |
computeNewProcessModel(org.processmining.framework.plugin.PluginContext context) |
java.util.Collection<java.lang.String> |
getAllLabels() |
ExpDiscoveryAlgorithm |
getDiscoveryAlg() |
int |
getMaxCostOfEdge() |
org.deckfour.xes.model.XLog |
getNewlog() |
org.processmining.models.graphbased.directed.petrinet.Petrinet |
getPetrinet() |
org.processmining.partialorder.plugins.vis.PartialVisualType |
getREGVisType() |
RelabelModel |
getRelabelModel() |
RelabelParam |
getRelabelParam() |
RelabelScope |
getRelabelScope() |
java.util.Collection<java.lang.String> |
getSelectedLabels() |
int |
getUnfoldingThreshold() |
java.lang.Object |
getVisType() |
boolean |
isUsingREGs() |
void |
setEventClassNumb(org.deckfour.xes.classification.XEventClass evc,
int threshold) |
void |
setImpreciseLabelCandidate(java.util.List<java.lang.String> newSelected) |
void |
setMaxCostOfEdge(int threshold) |
void |
setNumOfClusters(int threshold) |
void |
setUnfoldingThreshold(int threshold) |
void |
setVisType(java.lang.Object visType) |
public RelabelModel model
public RelabelParam param
public RelabelScope scope
public MarkedPetrinet net
public org.deckfour.xes.model.XLog newlog
public RelabelControllerModel(RelabelModel model, RelabelScope scope, RelabelParam param)
public java.util.Collection<java.lang.String> getAllLabels()
public java.util.Collection<java.lang.String> getSelectedLabels()
public int getMaxCostOfEdge()
public int getUnfoldingThreshold()
public org.processmining.models.graphbased.directed.petrinet.Petrinet getPetrinet()
public org.deckfour.xes.model.XLog getNewlog()
public void setMaxCostOfEdge(int threshold)
public void setNumOfClusters(int threshold)
public void setUnfoldingThreshold(int threshold)
public void setEventClassNumb(org.deckfour.xes.classification.XEventClass evc, int threshold)
public org.deckfour.xes.model.XLog computeNewLog()
public java.lang.Object computeNewProcessModel(org.processmining.framework.plugin.PluginContext context)
public RelabelScope getRelabelScope()
getRelabelScope
in interface RelabelVisModel
public RelabelModel getRelabelModel()
getRelabelModel
in interface RelabelVisModel
public RelabelParam getRelabelParam()
getRelabelParam
in interface RelabelVisModel
public void setImpreciseLabelCandidate(java.util.List<java.lang.String> newSelected)
public org.processmining.partialorder.plugins.vis.PartialVisualType getREGVisType()
public java.lang.Object getVisType()
public ExpDiscoveryAlgorithm getDiscoveryAlg()
public void setVisType(java.lang.Object visType)
public boolean isUsingREGs()