Class LPMResult
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.model.serializable.SerializableList<LocalProcessModel>
-
- org.processmining.placebasedlpmdiscovery.model.serializable.LPMResult
-
- All Implemented Interfaces:
java.io.Serializable,LPMDiscoveryResult,Exportable<LPMDiscoveryResult>,SerializableCollection<LocalProcessModel>
- Direct Known Subclasses:
LPMResultGroup
public class LPMResult extends SerializableList<LocalProcessModel> implements LPMDiscoveryResult
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.processmining.placebasedlpmdiscovery.model.serializable.SerializableList
elements
-
-
Constructor Summary
Constructors Constructor Description LPMResult()LPMResult(LPMDiscoveryResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAdditionalResults(java.lang.String key, java.lang.Object additionalResult)voidexport(Exporter<LPMDiscoveryResult> exporter, java.io.OutputStream os)java.util.Map<java.lang.String,java.lang.Object>getAdditionalResults()java.util.Collection<LocalProcessModel>getAllLPMs()LPMDiscoveryConfiggetConfig()LPMDiscoveryInputgetInput()Returns the input for which this LPMDiscoveryResult was computed.voidsetInput(LPMDiscoveryInput input)Sets the input for which this LPMDiscoveryResult was computed.-
Methods inherited from class org.processmining.placebasedlpmdiscovery.model.serializable.SerializableList
add, add, addAll, contains, edit, getElement, getElements, getSet, highestScoringElement, keep, remove, size, sort
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.placebasedlpmdiscovery.model.discovery.LPMDiscoveryResult
keep
-
-
-
-
Constructor Detail
-
LPMResult
public LPMResult()
-
LPMResult
public LPMResult(LPMDiscoveryResult result)
-
-
Method Detail
-
export
public void export(Exporter<LPMDiscoveryResult> exporter, java.io.OutputStream os)
- Specified by:
exportin interfaceExportable<LPMDiscoveryResult>
-
getAllLPMs
public java.util.Collection<LocalProcessModel> getAllLPMs()
- Specified by:
getAllLPMsin interfaceLPMDiscoveryResult
-
getInput
public LPMDiscoveryInput getInput()
Description copied from interface:LPMDiscoveryResultReturns the input for which this LPMDiscoveryResult was computed. This is needed so that postprocessing steps and advanced filtration strategies or groupings could be executed.- Specified by:
getInputin interfaceLPMDiscoveryResult
-
setInput
public void setInput(LPMDiscoveryInput input)
Description copied from interface:LPMDiscoveryResultSets the input for which this LPMDiscoveryResult was computed. This is needed so that postprocessing steps and advanced filtration strategies or groupings could be executed.- Specified by:
setInputin interfaceLPMDiscoveryResult
-
getConfig
public LPMDiscoveryConfig getConfig()
- Specified by:
getConfigin interfaceLPMDiscoveryResult
-
addAdditionalResults
public void addAdditionalResults(java.lang.String key, java.lang.Object additionalResult)- Specified by:
addAdditionalResultsin interfaceLPMDiscoveryResult
-
getAdditionalResults
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalResults()
- Specified by:
getAdditionalResultsin interfaceLPMDiscoveryResult
-
-