Uses of Class
org.kie.pmml.api.enums.PMML_MODEL
-
Packages that use PMML_MODEL Package Description org.kie.pmml.api.enums org.kie.pmml.api.utils -
-
Uses of PMML_MODEL in org.kie.pmml.api.enums
Methods in org.kie.pmml.api.enums that return PMML_MODEL Modifier and Type Method Description static PMML_MODELPMML_MODEL. byName(String name)static PMML_MODELPMML_MODEL. valueOf(String name)Returns the enum constant of this type with the specified name.static PMML_MODEL[]PMML_MODEL. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PMML_MODEL in org.kie.pmml.api.utils
Methods in org.kie.pmml.api.utils with parameters of type PMML_MODEL Modifier and Type Method Description static voidSourceUtils. dumpSources(Map<String,String> classNameSourceMap, PMML_MODEL pmmlModel)
-