Uses of Class
org.processmining.logfiltering.parameters.SamplingReturnType
-
Packages that use SamplingReturnType Package Description org.processmining.logfiltering.parameters -
-
Uses of SamplingReturnType in org.processmining.logfiltering.parameters
Methods in org.processmining.logfiltering.parameters that return SamplingReturnType Modifier and Type Method Description SamplingReturnTypeMatrixFilterParameter. getReturnType()SamplingReturnTypePrototypeV2Parameter. getReturnType()static SamplingReturnTypeSamplingReturnType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SamplingReturnType[]SamplingReturnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.logfiltering.parameters with parameters of type SamplingReturnType Modifier and Type Method Description voidMatrixFilterParameter. setReturnType(SamplingReturnType returnType)voidPrototypeV2Parameter. setReturnType(SamplingReturnType returnType)Constructors in org.processmining.logfiltering.parameters with parameters of type SamplingReturnType Constructor Description MatrixFilterParameter(int subsequencelenth, org.deckfour.xes.classification.XEventClassifier eventattribute, SamplingType SampleTypeChosenItem, SamplingReturnType ReturnTypeChosenItem)MatrixFilterParameter(int subsequencelenth, org.deckfour.xes.classification.XEventClassifier eventattribute, SimilarityMeasure similarityMeasure, SamplingReturnType samplingRetunType)MatrixFilterParameter(int subsequencelenth, org.deckfour.xes.classification.XEventClassifier eventattribute, SimilarityMeasure similarityMeasure, SamplingReturnType samplingRetunType, PrototypeType prototypeTypeValue)PrototypeV2Parameter(int subsequencelenth, org.deckfour.xes.classification.XEventClassifier eventattribute, SamplingType SampleTypeChosenItem, SamplingReturnType ReturnTypeChosenItem)PrototypeV2Parameter(int subsequencelenth, org.deckfour.xes.classification.XEventClassifier eventattribute, SimilarityMeasure similarityMeasure, SamplingReturnType samplingRetunType)PrototypeV2Parameter(int subsequencelenth, org.deckfour.xes.classification.XEventClassifier eventattribute, SimilarityMeasure similarityMeasure, SamplingReturnType samplingRetunType, PrototypeType prototypeTypeValue)
-