Class StochasticLPMDiscoveryInput
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.lpmdiscovery.algorithms.inputs.StochasticLPMDiscoveryInput
-
- All Implemented Interfaces:
LPMDiscoveryInput
public class StochasticLPMDiscoveryInput extends java.lang.Object implements LPMDiscoveryInput
-
-
Constructor Summary
Constructors Constructor Description StochasticLPMDiscoveryInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventLoggetLog()LPMBuildingInputgetLPMBuildingInput()
-
-
-
Method Detail
-
getLog
public EventLog getLog()
- Specified by:
getLogin interfaceLPMDiscoveryInput
-
getLPMBuildingInput
public LPMBuildingInput getLPMBuildingInput()
- Specified by:
getLPMBuildingInputin interfaceLPMDiscoveryInput
-
-