Uses of Interface
org.uma.evolver.parameter.yaml.ParameterProcessor
Packages that use ParameterProcessor
-
Uses of ParameterProcessor in org.uma.evolver.parameter.yaml
Methods in org.uma.evolver.parameter.yaml that return ParameterProcessorModifier and TypeMethodDescriptionYAMLParameterSpace.getParameterProcessor(String type) Returns the parameter processor for the specified parameter type.Methods in org.uma.evolver.parameter.yaml that return types with arguments of type ParameterProcessorModifier and TypeMethodDescriptionYAMLParameterSpace.getParameterProcessors()Returns an unmodifiable view of all parameter processors. -
Uses of ParameterProcessor in org.uma.evolver.parameter.yaml.processors
Classes in org.uma.evolver.parameter.yaml.processors that implement ParameterProcessorModifier and TypeClassDescriptionclassProcesses categorical parameters from YAML configuration.classProcesses double/real parameters from YAML configuration.classProcesses integer parameters from YAML configuration.