Package au.edu.qut.pm.spn_estimator
Class AlignmentEstimator
- java.lang.Object
-
- au.edu.qut.pm.spn_estimator.AlignmentEstimator
-
- All Implemented Interfaces:
LogSourcedWeightEstimator,WeightEstimator,ArtifactCreator
public class AlignmentEstimator extends java.lang.Object implements LogSourcedWeightEstimator
-
-
Constructor Summary
Constructors Constructor Description AlignmentEstimator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.processmining.models.graphbased.directed.petrinet.StochasticNetestimateWeights(org.processmining.acceptingpetrinet.models.AcceptingPetriNet inputNet, org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier)voidestimateWeights(org.processmining.models.graphbased.directed.petrinet.StochasticNet net)java.lang.StringgetReadableID()java.lang.StringgetShortID()
-
-
-
Method Detail
-
estimateWeights
public void estimateWeights(org.processmining.models.graphbased.directed.petrinet.StochasticNet net)
- Specified by:
estimateWeightsin interfaceWeightEstimator
-
getShortID
public java.lang.String getShortID()
- Specified by:
getShortIDin interfaceArtifactCreator
-
getReadableID
public java.lang.String getReadableID()
- Specified by:
getReadableIDin interfaceArtifactCreator
-
estimateWeights
public org.processmining.models.graphbased.directed.petrinet.StochasticNet estimateWeights(org.processmining.acceptingpetrinet.models.AcceptingPetriNet inputNet, org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier)- Specified by:
estimateWeightsin interfaceLogSourcedWeightEstimator
-
-