Uses of Class
org.kie.pmml.pmml_4_2.model.PMML4ModelType
-
Packages that use PMML4ModelType Package Description org.kie.pmml.pmml_4_2 org.kie.pmml.pmml_4_2.model -
-
Uses of PMML4ModelType in org.kie.pmml.pmml_4_2
Methods in org.kie.pmml.pmml_4_2 that return PMML4ModelType Modifier and Type Method Description PMML4ModelTypePMML4Model. getModelType()Methods in org.kie.pmml.pmml_4_2 with parameters of type PMML4ModelType Modifier and Type Method Description <T extends PMML4Model>
Map<String,T>PMML4Unit. getModels(PMML4ModelType modelTypeFilter, PMML4Model parent) -
Uses of PMML4ModelType in org.kie.pmml.pmml_4_2.model
Methods in org.kie.pmml.pmml_4_2.model that return PMML4ModelType Modifier and Type Method Description PMML4ModelTypeAbstractModel. getModelType()static PMML4ModelTypePMML4ModelType. valueOf(String name)Returns the enum constant of this type with the specified name.static PMML4ModelType[]PMML4ModelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.pmml.pmml_4_2.model with parameters of type PMML4ModelType Modifier and Type Method Description Map<String,PMML4Model>PMML4UnitImpl. getModels(PMML4ModelType type, PMML4Model parent)Constructors in org.kie.pmml.pmml_4_2.model with parameters of type PMML4ModelType Constructor Description AbstractModel(String modelId, PMML4ModelType modelType, PMML4Unit owner, PMML4Model parentModel, T rawModel)AbstractModel(String modelId, PMML4ModelType modelType, PMML4Unit owner, T rawModel)
-