Class AKPFactoryArraySimple
- java.lang.Object
-
- org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa.SolverFactory<AKPSolverArraySimpleImprov>
-
- org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa.AKPFactoryArraySimple
-
public class AKPFactoryArraySimple extends SolverFactory<AKPSolverArraySimpleImprov>
A factory for an AKP solver that represents the tree with an array and does a complete comparison between surplus sources and deficit targets in each step.- Author:
- brockhoff
-
-
Field Summary
-
Fields inherited from class org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa.SolverFactory
additionalInfo, groundDist
-
-
Constructor Summary
Constructors Constructor Description AKPFactoryArraySimple(DistanceMatrix<?,?> groundDist)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AKPSolverArraySimpleImprovgetSolver()voidsetupNewSolver(StochasticLanguage<?> Ll, StochasticLanguage<?> Lr, org.processmining.framework.plugin.ProMCanceller canceller)Sets up a new solver of the given type.-
Methods inherited from class org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa.SolverFactory
getAdditionalInfo, getGroundDist, getTol, setAdditionalInfo
-
-
-
-
Constructor Detail
-
AKPFactoryArraySimple
public AKPFactoryArraySimple(DistanceMatrix<?,?> groundDist)
- Parameters:
groundDist-
-
-
Method Detail
-
setupNewSolver
public void setupNewSolver(StochasticLanguage<?> Ll, StochasticLanguage<?> Lr, org.processmining.framework.plugin.ProMCanceller canceller)
Description copied from class:SolverFactorySets up a new solver of the given type.- Specified by:
setupNewSolverin classSolverFactory<AKPSolverArraySimpleImprov>- Parameters:
Ll- StochasticLanguage "from"Lr- StochasticLanguage "to"
-
getSolver
public AKPSolverArraySimpleImprov getSolver()
- Specified by:
getSolverin classSolverFactory<AKPSolverArraySimpleImprov>- Returns:
- Current solver instance
-
-