Uses of Class
org.processmining.OCLPMDiscovery.parameters.OCLPMEvaluationMetrics
-
Packages that use OCLPMEvaluationMetrics Package Description org.processmining.OCLPMDiscovery.model org.processmining.OCLPMDiscovery.parameters -
-
Uses of OCLPMEvaluationMetrics in org.processmining.OCLPMDiscovery.model
Methods in org.processmining.OCLPMDiscovery.model that return types with arguments of type OCLPMEvaluationMetrics Modifier and Type Method Description java.util.Map<OCLPMEvaluationMetrics,java.lang.Double>ObjectCentricLocalProcessModel. getEvaluation()Methods in org.processmining.OCLPMDiscovery.model with parameters of type OCLPMEvaluationMetrics Modifier and Type Method Description java.lang.ObjectObjectCentricLocalProcessModel. getEvaluation(OCLPMEvaluationMetrics metric)Method parameters in org.processmining.OCLPMDiscovery.model with type arguments of type OCLPMEvaluationMetrics Modifier and Type Method Description voidObjectCentricLocalProcessModel. setEvaluation(java.util.Map<OCLPMEvaluationMetrics,java.lang.Double> evaluation) -
Uses of OCLPMEvaluationMetrics in org.processmining.OCLPMDiscovery.parameters
Methods in org.processmining.OCLPMDiscovery.parameters that return OCLPMEvaluationMetrics Modifier and Type Method Description static OCLPMEvaluationMetricsOCLPMEvaluationMetrics. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OCLPMEvaluationMetrics[]OCLPMEvaluationMetrics. values()Returns an array containing the constants of this enum type, in the order they are declared.
-