Uses of Class
org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes.SamplingType
-
Packages that use SamplingType Package Description org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes org.processmining.logfiltering.parameters -
-
Uses of SamplingType in org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes
Methods in org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes that return SamplingType Modifier and Type Method Description static SamplingTypeSamplingType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SamplingType[]SamplingType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SamplingType in org.processmining.logfiltering.parameters
Methods in org.processmining.logfiltering.parameters that return SamplingType Modifier and Type Method Description SamplingTypeMatrixFilterParameter. getSamplingType()SamplingTypePrototypeV2Parameter. getSamplingType()Methods in org.processmining.logfiltering.parameters with parameters of type SamplingType Modifier and Type Method Description voidMatrixFilterParameter. setSamplingType(SamplingType samplingType)voidPrototypeV2Parameter. setSamplingType(SamplingType samplingType)Constructors in org.processmining.logfiltering.parameters with parameters of type SamplingType Constructor Description MatrixFilterParameter(int subsequencelenth, org.deckfour.xes.classification.XEventClassifier eventattribute, SamplingType SampleTypeChosenItem, SamplingReturnType ReturnTypeChosenItem)PrototypeV2Parameter(int subsequencelenth, org.deckfour.xes.classification.XEventClassifier eventattribute, SamplingType SampleTypeChosenItem, SamplingReturnType ReturnTypeChosenItem)
-