Uses of Interface
org.processmining.specpp.config.parameters.Parameters
-
-
Uses of Parameters in org.processmining.specpp.componenting.data
Classes in org.processmining.specpp.componenting.data with type parameters of type Parameters Modifier and Type Class Description classParameterRequirement<P extends Parameters>Methods in org.processmining.specpp.componenting.data with type parameters of type Parameters Modifier and Type Method Description static <P extends Parameters>
ParameterRequirement<P>ParameterRequirements. parameters(java.lang.String label, java.lang.Class<P> type)static <P extends Parameters>
FulfilledDataRequirement<P>ParameterRequirements. parameters(java.lang.String label, java.lang.Class<P> type, DataSource<P> dataSource)static <P extends Parameters>
FulfilledDataRequirement<P>ParameterRequirements. parameters(ParameterRequirement<P> requirement, DataSource<P> dataSource) -
Uses of Parameters in org.processmining.specpp.config
Classes in org.processmining.specpp.config that implement Parameters Modifier and Type Class Description classDataExtractionParametersclassPreProcessingParameters -
Uses of Parameters in org.processmining.specpp.config.components
Classes in org.processmining.specpp.config.components that implement Parameters Modifier and Type Class Description classExternalInitializationParameters -
Uses of Parameters in org.processmining.specpp.config.parameters
Classes in org.processmining.specpp.config.parameters that implement Parameters Modifier and Type Class Description classDeltaComposerParametersclassDeltaParametersclassETCBasedComposerParametersParameter to set the threshold to prematurely abort the discovery using the ETC-based composer (if FlagPrematureAbort = true).classExecutionParametersclassImplicitnessTestingParametersclassOutputPathParametersclassPlaceGeneratorParametersclassReplayComputationParametersclassSupervisionParametersclassTauFitnessThresholdsclassTreeTrackerParameters -
Uses of Parameters in org.processmining.specpp.config.parsing
Fields in org.processmining.specpp.config.parsing with type parameters of type Parameters Modifier and Type Field Description static com.google.gson.TypeAdapter<FulfilledDataRequirement<? extends Parameters>>ConfigurationParsing. PARAMETER_REQUIREMENT_TYPE_ADAPTER -
Uses of Parameters in org.processmining.specpp.datastructures.util
Classes in org.processmining.specpp.datastructures.util that implement Parameters Modifier and Type Class Description classWrappedMap<K,V> -
Uses of Parameters in org.processmining.specpp.evaluation.heuristics
Classes in org.processmining.specpp.evaluation.heuristics that implement Parameters Modifier and Type Class Description classTreeHeuristicThreshold
-