Uses of Class
org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes.SamplingfromClusterType
-
Packages that use SamplingfromClusterType Package Description org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes org.processmining.logfiltering.parameters -
-
Uses of SamplingfromClusterType in org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes
Methods in org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes that return SamplingfromClusterType Modifier and Type Method Description static SamplingfromClusterTypeSamplingfromClusterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SamplingfromClusterType[]SamplingfromClusterType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SamplingfromClusterType in org.processmining.logfiltering.parameters
Methods in org.processmining.logfiltering.parameters that return SamplingfromClusterType Modifier and Type Method Description SamplingfromClusterTypePrototypeV2Parameter. getSamplefromClusterType()Methods in org.processmining.logfiltering.parameters with parameters of type SamplingfromClusterType Modifier and Type Method Description voidPrototypeV2Parameter. setSamplefromClusterType(SamplingfromClusterType samplefromClusterType)
-