Skip navigation links
KIE :: PMML :: COMMONS 7.45.0.t20201014
A B C D E F G H I K L M N O P R S T U V W 

A

AbstractKiePMMLComponent - Class in org.kie.pmml.commons.model.abstracts
Abstract class base of all other KiePMML components.
AbstractKiePMMLComponent(String, List<KiePMMLExtension>) - Constructor for class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
 
AbstractKiePMMLComponent.Builder<T extends AbstractKiePMMLComponent> - Class in org.kie.pmml.commons.model.abstracts
 
addSourceMap(String, String) - Method in interface org.kie.pmml.commons.model.HasSourcesMap
 
addSourceMap(String, String) - Method in class org.kie.pmml.commons.model.KiePMMLFactoryModel
 
areSameWithBoxing(Class<?>, Class<?>) - Static method in class org.kie.pmml.commons.utils.PrimitiveBoxedUtils
Returns true if one of the given Class<?
ARRAY_TYPE - Enum in org.kie.pmml.commons.model.enums
 

B

BOOLEAN_OPERATOR - Enum in org.kie.pmml.commons.model.enums
 
build() - Method in class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent.Builder
 
Builder(String, Supplier<T>) - Constructor for class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent.Builder
 
Builder(String, PMML_MODEL, MINING_FUNCTION, Supplier<T>) - Constructor for class org.kie.pmml.commons.model.KiePMMLModel.Builder
 
builder(String, List<KiePMMLExtension>) - Static method in class org.kie.pmml.commons.model.KiePMMLOutputField
 
builder(List<KiePMMLExtension>, BOOLEAN_OPERATOR) - Static method in class org.kie.pmml.commons.model.predicates.KiePMMLCompoundPredicate
Builder to auto-generate the id
builder(List<KiePMMLExtension>) - Static method in class org.kie.pmml.commons.model.predicates.KiePMMLFalsePredicate
Builder to auto-generate the id
builder(String, List<KiePMMLExtension>, OPERATOR) - Static method in class org.kie.pmml.commons.model.predicates.KiePMMLSimplePredicate
Builder to auto-generate the id
builder(String, List<KiePMMLExtension>, ARRAY_TYPE, IN_NOTIN) - Static method in class org.kie.pmml.commons.model.predicates.KiePMMLSimpleSetPredicate
Builder to auto-generate the id
builder(List<KiePMMLExtension>) - Static method in class org.kie.pmml.commons.model.predicates.KiePMMLTruePredicate
Builder to auto-generate the id
byName(String) - Static method in enum org.kie.pmml.commons.enums.ResultCode
 
byName(String) - Static method in enum org.kie.pmml.commons.model.enums.ARRAY_TYPE
 
byName(String) - Static method in enum org.kie.pmml.commons.model.enums.BOOLEAN_OPERATOR
 
byName(String) - Static method in enum org.kie.pmml.commons.model.enums.DATA_TYPE
 
byName(String) - Static method in enum org.kie.pmml.commons.model.enums.FIELD_USAGE_TYPE
 
byName(String) - Static method in enum org.kie.pmml.commons.model.enums.IN_NOTIN
 
byName(String) - Static method in enum org.kie.pmml.commons.model.enums.INVALID_VALUE_TREATMENT_METHOD
 
byName(String) - Static method in enum org.kie.pmml.commons.model.enums.MINING_FUNCTION
 
byName(String) - Static method in enum org.kie.pmml.commons.model.enums.MISSING_VALUE_TREATMENT_METHOD
 
byName(String) - Static method in enum org.kie.pmml.commons.model.enums.OP_TYPE
 
byName(String) - Static method in enum org.kie.pmml.commons.model.enums.OPERATOR
 
byName(String) - Static method in enum org.kie.pmml.commons.model.enums.OUTLIER_TREATMENT_METHOD
 
byName(String) - Static method in enum org.kie.pmml.commons.model.enums.PMML_MODEL
 
byName(String) - Static method in enum org.kie.pmml.commons.model.enums.RESULT_FEATURE
 
byName(String) - Static method in enum org.kie.pmml.commons.model.enums.VALUE_PROPERTY
 

C

commonTransformationsMap - Variable in class org.kie.pmml.commons.model.KiePMMLModel
 
Constants - Class in org.kie.pmml.commons
 
convert(Class<?>, Object) - Static method in class org.kie.pmml.commons.utils.ConverterTypeUtil
Convert the given Object to expected Class.
ConverterTypeUtil - Class in org.kie.pmml.commons.utils
Class meant to provide helper methods to convert a given object to another one of a requested type

D

DATA_TYPE - Enum in org.kie.pmml.commons.model.enums
 
DONE - Static variable in class org.kie.pmml.commons.Constants
 

E

equals(Object) - Method in class org.kie.pmml.commons.model.expressions.KiePMMLFieldRef
 
equals(Object) - Method in class org.kie.pmml.commons.model.KiePMMLOutputField
 
equals(Object) - Method in class org.kie.pmml.commons.model.predicates.KiePMMLCompoundPredicate
 
equals(Object) - Method in class org.kie.pmml.commons.model.predicates.KiePMMLFalsePredicate
 
equals(Object) - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimplePredicate
 
equals(Object) - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimpleSetPredicate
 
equals(Object) - Method in class org.kie.pmml.commons.model.predicates.KiePMMLTruePredicate
 
equals(Object) - Method in class org.kie.pmml.commons.model.tuples.KiePMMLNameOpType
 
equals(Object) - Method in class org.kie.pmml.commons.model.tuples.KiePMMLNameValue
 
equals(Object) - Method in class org.kie.pmml.commons.model.tuples.KiePMMLValueWeight
 
evaluate(Object, Map<String, Object>) - Method in class org.kie.pmml.commons.model.KiePMMLFactoryModel
 
evaluate(Object, Map<String, Object>) - Method in class org.kie.pmml.commons.model.KiePMMLModel
 
evaluate(Map<String, Object>) - Method in class org.kie.pmml.commons.model.predicates.KiePMMLCompoundPredicate
 
evaluate(Map<String, Object>) - Method in class org.kie.pmml.commons.model.predicates.KiePMMLFalsePredicate
 
evaluate(Map<String, Object>) - Method in class org.kie.pmml.commons.model.predicates.KiePMMLPredicate
Returns the evaluation of the given values if the current KiePMMLPredicate or one of its child is referred to inside the given values, otherwise false
evaluate(Map<String, Object>) - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimplePredicate
 
evaluate(Map<String, Object>) - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimpleSetPredicate
 
evaluate(Map<String, Object>) - Method in class org.kie.pmml.commons.model.predicates.KiePMMLTruePredicate
 
evaluation(Object) - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimplePredicate
 
evaluation(Object) - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimpleSetPredicate
 
EXPECTED_TWO_ENTRIES_RETRIEVED - Static variable in class org.kie.pmml.commons.Constants
 
extensions - Variable in class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
 
ExternalException - Exception in org.kie.pmml.commons.exceptions
RuntimeExceptions wrapping all not-KiePMML ones at customer API boundaries
ExternalException(String, Throwable) - Constructor for exception org.kie.pmml.commons.exceptions.ExternalException
 
ExternalException(String) - Constructor for exception org.kie.pmml.commons.exceptions.ExternalException
 

F

FIELD_USAGE_TYPE - Enum in org.kie.pmml.commons.model.enums
 

G

getActualValue(Object) - Method in enum org.kie.pmml.commons.model.enums.DATA_TYPE
This method convert a raw object value to the correct type as defined in the original DataDictionary.
getArrayType() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimpleSetPredicate
 
getBooleanOperator() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLCompoundPredicate
 
getBoxed() - Method in class org.kie.pmml.commons.utils.PrimitiveBoxedUtils.PrimitiveBoxed
 
getCoefficient() - Method in class org.kie.pmml.commons.model.abstracts.KiePMMLExtensionedTerm
 
getCommonTransformationsMap() - Method in class org.kie.pmml.commons.model.KiePMMLModel
 
getContent() - Method in class org.kie.pmml.commons.model.KiePMMLExtension
 
getCustomOperator() - Method in enum org.kie.pmml.commons.model.enums.BOOLEAN_OPERATOR
 
getExtender() - Method in class org.kie.pmml.commons.model.KiePMMLExtension
 
getExtensions() - Method in class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
 
getId() - Method in class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
 
getId() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLCompoundPredicate
 
getInNotIn() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimpleSetPredicate
 
getKiePMMLPredicates() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLCompoundPredicate
 
getKiePMMLPrimitiveBoxed(Class<?>) - Static method in class org.kie.pmml.commons.utils.PrimitiveBoxedUtils
 
getKModulePackageName() - Method in class org.kie.pmml.commons.model.KiePMMLFactoryModel
 
getKModulePackageName() - Method in class org.kie.pmml.commons.model.KiePMMLModel
Method to retrieve the package name to be used inside kiebase/package attribute of kmodule.xml and to use for package creation inside PMMLAssemblerService By default returns the package name of the current instance To be eventually overridden.
getLocalTransformationsMap() - Method in class org.kie.pmml.commons.model.KiePMMLModel
 
getMapMissingTo() - Method in class org.kie.pmml.commons.model.expressions.KiePMMLFieldRef
 
getMappedClass() - Method in enum org.kie.pmml.commons.model.enums.DATA_TYPE
 
getMiningFunction() - Method in class org.kie.pmml.commons.model.KiePMMLModel
 
getMissingValueReplacementMap() - Method in class org.kie.pmml.commons.model.KiePMMLModel
 
getName() - Method in enum org.kie.pmml.commons.enums.ResultCode
 
getName() - Method in class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
 
getName() - Method in enum org.kie.pmml.commons.model.enums.ARRAY_TYPE
 
getName() - Method in enum org.kie.pmml.commons.model.enums.BOOLEAN_OPERATOR
 
getName() - Method in enum org.kie.pmml.commons.model.enums.DATA_TYPE
 
getName() - Method in enum org.kie.pmml.commons.model.enums.FIELD_USAGE_TYPE
 
getName() - Method in enum org.kie.pmml.commons.model.enums.IN_NOTIN
 
getName() - Method in enum org.kie.pmml.commons.model.enums.INVALID_VALUE_TREATMENT_METHOD
 
getName() - Method in enum org.kie.pmml.commons.model.enums.MINING_FUNCTION
 
getName() - Method in enum org.kie.pmml.commons.model.enums.MISSING_VALUE_TREATMENT_METHOD
 
getName() - Method in enum org.kie.pmml.commons.model.enums.OP_TYPE
 
getName() - Method in enum org.kie.pmml.commons.model.enums.OPERATOR
 
getName() - Method in enum org.kie.pmml.commons.model.enums.OUTLIER_TREATMENT_METHOD
 
getName() - Method in enum org.kie.pmml.commons.model.enums.PMML_MODEL
 
getName() - Method in enum org.kie.pmml.commons.model.enums.RESULT_FEATURE
 
getName() - Method in enum org.kie.pmml.commons.model.enums.VALUE_PROPERTY
 
getName() - Method in class org.kie.pmml.commons.model.KiePMMLExtension
 
getName() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLFalsePredicate
 
getName() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimplePredicate
 
getName() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimpleSetPredicate
 
getName() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLTruePredicate
 
getName() - Method in class org.kie.pmml.commons.model.tuples.KiePMMLNameOpType
 
getName() - Method in class org.kie.pmml.commons.model.tuples.KiePMMLNameValue
 
getNestedModels() - Method in interface org.kie.pmml.commons.model.HasNestedModels
 
getOperator() - Method in enum org.kie.pmml.commons.model.enums.OPERATOR
 
getOperator() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimplePredicate
 
getOpType() - Method in class org.kie.pmml.commons.model.tuples.KiePMMLNameOpType
 
getOutputFieldsMap() - Method in class org.kie.pmml.commons.model.KiePMMLFactoryModel
 
getOutputFieldsMap() - Method in class org.kie.pmml.commons.model.KiePMMLModel
 
getParentId() - Method in class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
 
getPkgUUID() - Method in interface org.kie.pmml.commons.HasRule
 
getPmmlMODEL() - Method in class org.kie.pmml.commons.model.KiePMMLModel
 
getPrimitive() - Method in class org.kie.pmml.commons.utils.PrimitiveBoxedUtils.PrimitiveBoxed
 
getRank() - Method in class org.kie.pmml.commons.model.KiePMMLOutputField
 
getResultFeature() - Method in class org.kie.pmml.commons.model.KiePMMLOutputField
 
getSanitizedClassName(String) - Static method in class org.kie.pmml.commons.utils.KiePMMLModelUtils
Convert the given String in a valid class name (i.e. no dots, no spaces, first letter upper case)
getSanitizedPackageName(String) - Static method in class org.kie.pmml.commons.utils.KiePMMLModelUtils
Method to be used by every KiePMML implementation to retrieve the package name out of the model name
getSourcesMap() - Method in interface org.kie.pmml.commons.model.HasSourcesMap
 
getSourcesMap() - Method in class org.kie.pmml.commons.model.KiePMMLFactoryModel
 
getTargetField() - Method in class org.kie.pmml.commons.model.KiePMMLModel
 
getTargetField() - Method in class org.kie.pmml.commons.model.KiePMMLOutputField
 
getValue(String) - Method in enum org.kie.pmml.commons.model.enums.ARRAY_TYPE
 
getValue() - Method in class org.kie.pmml.commons.model.KiePMMLExtension
 
getValue() - Method in class org.kie.pmml.commons.model.KiePMMLOutputField
 
getValue() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimplePredicate
 
getValue() - Method in class org.kie.pmml.commons.model.tuples.KiePMMLNameValue
 
getValue() - Method in class org.kie.pmml.commons.model.tuples.KiePMMLValueWeight
 
getValues() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimpleSetPredicate
 
getWeight() - Method in class org.kie.pmml.commons.model.tuples.KiePMMLValueWeight
 

H

hashCode() - Method in class org.kie.pmml.commons.model.expressions.KiePMMLFieldRef
 
hashCode() - Method in class org.kie.pmml.commons.model.KiePMMLOutputField
 
hashCode() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLCompoundPredicate
 
hashCode() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLFalsePredicate
 
hashCode() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimplePredicate
 
hashCode() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimpleSetPredicate
 
hashCode() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLTruePredicate
 
hashCode() - Method in class org.kie.pmml.commons.model.tuples.KiePMMLNameOpType
 
hashCode() - Method in class org.kie.pmml.commons.model.tuples.KiePMMLNameValue
 
hashCode() - Method in class org.kie.pmml.commons.model.tuples.KiePMMLValueWeight
 
HasNestedModels - Interface in org.kie.pmml.commons.model
Interface used to define if a given KiePMMLModel contains nested KiePMMLModels
HasRule - Interface in org.kie.pmml.commons
Interface used to decouple PMMLCompilerService from KiePMMLDroolsModelWithSources
HasSourcesMap - Interface in org.kie.pmml.commons.model
Interface used to define if a given KiePMMLModel contains a sources map

I

id - Variable in class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
 
IN_NOTIN - Enum in org.kie.pmml.commons.model.enums
 
INVALID_VALUE_TREATMENT_METHOD - Enum in org.kie.pmml.commons.model.enums
 
isSameWithBoxing(Class<?>) - Method in class org.kie.pmml.commons.utils.PrimitiveBoxedUtils.PrimitiveBoxed
Returns true if the given Class<?

K

KieDataFieldException - Exception in org.kie.pmml.commons.exceptions
 
KieDataFieldException(String, Throwable) - Constructor for exception org.kie.pmml.commons.exceptions.KieDataFieldException
 
KieDataFieldException(String) - Constructor for exception org.kie.pmml.commons.exceptions.KieDataFieldException
 
KieEnumException - Exception in org.kie.pmml.commons.exceptions
 
KieEnumException(String, Throwable) - Constructor for exception org.kie.pmml.commons.exceptions.KieEnumException
 
KieEnumException(String) - Constructor for exception org.kie.pmml.commons.exceptions.KieEnumException
 
KiePMMLCompoundPredicate - Class in org.kie.pmml.commons.model.predicates
 
KiePMMLCompoundPredicate(String, List<KiePMMLExtension>, BOOLEAN_OPERATOR) - Constructor for class org.kie.pmml.commons.model.predicates.KiePMMLCompoundPredicate
 
KiePMMLCompoundPredicate.Builder - Class in org.kie.pmml.commons.model.predicates
 
KiePMMLException - Exception in org.kie.pmml.commons.exceptions
RuntimeExceptions to be wrapping to unchecked ones at customer API boundaries
KiePMMLException(String, Throwable) - Constructor for exception org.kie.pmml.commons.exceptions.KiePMMLException
 
KiePMMLException(Throwable) - Constructor for exception org.kie.pmml.commons.exceptions.KiePMMLException
 
KiePMMLException(String) - Constructor for exception org.kie.pmml.commons.exceptions.KiePMMLException
 
KiePMMLExpression - Interface in org.kie.pmml.commons.model.expressions
 
KiePMMLExtension - Class in org.kie.pmml.commons.model
 
KiePMMLExtension(String, String, String, List<Object>) - Constructor for class org.kie.pmml.commons.model.KiePMMLExtension
 
KiePMMLExtensionedTerm - Class in org.kie.pmml.commons.model.abstracts
 
KiePMMLExtensionedTerm(String, List<KiePMMLExtension>) - Constructor for class org.kie.pmml.commons.model.abstracts.KiePMMLExtensionedTerm
 
KiePMMLFactoryModel - Class in org.kie.pmml.commons.model
This is the model used to store sources for KiePMMLModelFactory classes; KiePMMLModelFactory, in turns, are used to retrieve List<KiePMMLModel>s from kjar inside PMMLAssemblerService
KiePMMLFactoryModel(String, String, Map<String, String>) - Constructor for class org.kie.pmml.commons.model.KiePMMLFactoryModel
 
KiePMMLFalsePredicate - Class in org.kie.pmml.commons.model.predicates
 
KiePMMLFalsePredicate(String, List<KiePMMLExtension>) - Constructor for class org.kie.pmml.commons.model.predicates.KiePMMLFalsePredicate
 
KiePMMLFalsePredicate.Builder - Class in org.kie.pmml.commons.model.predicates
 
KiePMMLFieldRef - Class in org.kie.pmml.commons.model.expressions
 
KiePMMLFieldRef(String, List<KiePMMLExtension>, String) - Constructor for class org.kie.pmml.commons.model.expressions.KiePMMLFieldRef
 
KiePMMLInternalException - Exception in org.kie.pmml.commons.exceptions
Internal unchecked Exceptions to be wrapped to checked one only at customer API boundaries
KiePMMLInternalException(String, Throwable) - Constructor for exception org.kie.pmml.commons.exceptions.KiePMMLInternalException
 
KiePMMLInternalException(String) - Constructor for exception org.kie.pmml.commons.exceptions.KiePMMLInternalException
 
KiePMMLModel - Class in org.kie.pmml.commons.model
KIE representation of PMML model
KiePMMLModel(String, List<KiePMMLExtension>) - Constructor for class org.kie.pmml.commons.model.KiePMMLModel
 
KiePMMLModel.Builder<T extends KiePMMLModel> - Class in org.kie.pmml.commons.model
 
KiePMMLModelUtils - Class in org.kie.pmml.commons.utils
 
KiePMMLNameOpType - Class in org.kie.pmml.commons.model.tuples
Class to represent a name/operation type tupla
KiePMMLNameOpType(String, OP_TYPE) - Constructor for class org.kie.pmml.commons.model.tuples.KiePMMLNameOpType
 
KiePMMLNameValue - Class in org.kie.pmml.commons.model.tuples
Class to represent a name/value (object) tupla
KiePMMLNameValue(String, Object) - Constructor for class org.kie.pmml.commons.model.tuples.KiePMMLNameValue
 
KiePMMLOutputField - Class in org.kie.pmml.commons.model
 
KiePMMLOutputField.Builder - Class in org.kie.pmml.commons.model
 
KiePMMLPredicate - Class in org.kie.pmml.commons.model.predicates
 
KiePMMLPredicate(String, List<KiePMMLExtension>) - Constructor for class org.kie.pmml.commons.model.predicates.KiePMMLPredicate
 
kiePMMLPredicates - Variable in class org.kie.pmml.commons.model.predicates.KiePMMLCompoundPredicate
 
KiePMMLSimplePredicate - Class in org.kie.pmml.commons.model.predicates
 
KiePMMLSimplePredicate(String, List<KiePMMLExtension>, OPERATOR) - Constructor for class org.kie.pmml.commons.model.predicates.KiePMMLSimplePredicate
 
KiePMMLSimplePredicate.Builder - Class in org.kie.pmml.commons.model.predicates
 
KiePMMLSimpleSetPredicate - Class in org.kie.pmml.commons.model.predicates
 
KiePMMLSimpleSetPredicate(String, List<KiePMMLExtension>, ARRAY_TYPE, IN_NOTIN) - Constructor for class org.kie.pmml.commons.model.predicates.KiePMMLSimpleSetPredicate
 
KiePMMLSimpleSetPredicate.Builder - Class in org.kie.pmml.commons.model.predicates
 
KiePMMLTruePredicate - Class in org.kie.pmml.commons.model.predicates
 
KiePMMLTruePredicate(String, List<KiePMMLExtension>) - Constructor for class org.kie.pmml.commons.model.predicates.KiePMMLTruePredicate
 
KiePMMLTruePredicate.Builder - Class in org.kie.pmml.commons.model.predicates
 
KiePMMLValueWeight - Class in org.kie.pmml.commons.model.tuples
Class to represent a Object/Weight (double) tupla
KiePMMLValueWeight(double, double) - Constructor for class org.kie.pmml.commons.model.tuples.KiePMMLValueWeight
 

L

localTransformationsMap - Variable in class org.kie.pmml.commons.model.KiePMMLModel
 

M

MINING_FUNCTION - Enum in org.kie.pmml.commons.model.enums
 
miningFunction - Variable in class org.kie.pmml.commons.model.KiePMMLModel
 
MISSING_BODY_IN_METHOD - Static variable in class org.kie.pmml.commons.Constants
 
MISSING_BODY_TEMPLATE - Static variable in class org.kie.pmml.commons.Constants
 
MISSING_CONSTRUCTOR_IN_BODY - Static variable in class org.kie.pmml.commons.Constants
 
MISSING_DEFAULT_CONSTRUCTOR - Static variable in class org.kie.pmml.commons.Constants
 
MISSING_EXPRESSION_IN_RETURN - Static variable in class org.kie.pmml.commons.Constants
 
MISSING_METHOD_IN_CLASS - Static variable in class org.kie.pmml.commons.Constants
 
MISSING_PARAMETER_IN_CONSTRUCTOR_INVOCATION - Static variable in class org.kie.pmml.commons.Constants
 
MISSING_RETURN_IN_METHOD - Static variable in class org.kie.pmml.commons.Constants
 
MISSING_VALUE_TREATMENT_METHOD - Enum in org.kie.pmml.commons.model.enums
 
MISSING_VARIABLE_IN_BODY - Static variable in class org.kie.pmml.commons.Constants
 
missingValueReplacementMap - Variable in class org.kie.pmml.commons.model.KiePMMLModel
 

N

name - Variable in class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
 

O

OP_TYPE - Enum in org.kie.pmml.commons.model.enums
 
OPERATOR - Enum in org.kie.pmml.commons.model.enums
 
operatorFunction - Variable in class org.kie.pmml.commons.model.predicates.KiePMMLCompoundPredicate
 
org.kie.pmml.commons - package org.kie.pmml.commons
 
org.kie.pmml.commons.enums - package org.kie.pmml.commons.enums
 
org.kie.pmml.commons.exceptions - package org.kie.pmml.commons.exceptions
 
org.kie.pmml.commons.model - package org.kie.pmml.commons.model
Un-mutable domain-classes used to represent PMML models in model-specific format.
org.kie.pmml.commons.model.abstracts - package org.kie.pmml.commons.model.abstracts
 
org.kie.pmml.commons.model.enums - package org.kie.pmml.commons.model.enums
 
org.kie.pmml.commons.model.expressions - package org.kie.pmml.commons.model.expressions
 
org.kie.pmml.commons.model.predicates - package org.kie.pmml.commons.model.predicates
 
org.kie.pmml.commons.model.tuples - package org.kie.pmml.commons.model.tuples
 
org.kie.pmml.commons.utils - package org.kie.pmml.commons.utils
 
OUTLIER_TREATMENT_METHOD - Enum in org.kie.pmml.commons.model.enums
 
outputFieldsMap - Variable in class org.kie.pmml.commons.model.KiePMMLModel
 

P

parentId - Variable in class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
 
PMML_MODEL - Enum in org.kie.pmml.commons.model.enums
PMML models
pmmlMODEL - Variable in class org.kie.pmml.commons.model.KiePMMLModel
 
PrimitiveBoxed(Class<?>, Class<?>) - Constructor for class org.kie.pmml.commons.utils.PrimitiveBoxedUtils.PrimitiveBoxed
 
PrimitiveBoxedUtils - Class in org.kie.pmml.commons.utils
Utility class to map a primitive with its boxed equivalent.
PrimitiveBoxedUtils.PrimitiveBoxed - Class in org.kie.pmml.commons.utils
 

R

RESULT_FEATURE - Enum in org.kie.pmml.commons.model.enums
 
ResultCode - Enum in org.kie.pmml.commons.enums
Indicates the possible end-result of a model evaluation

S

setParentId(String) - Method in class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent
 
sourcesMap - Variable in class org.kie.pmml.commons.model.KiePMMLFactoryModel
 

T

targetField - Variable in class org.kie.pmml.commons.model.KiePMMLModel
 
toBuild - Variable in class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent.Builder
 
toString() - Method in class org.kie.pmml.commons.model.expressions.KiePMMLFieldRef
 
toString() - Method in class org.kie.pmml.commons.model.KiePMMLOutputField
 
toString() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLCompoundPredicate
 
toString() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLFalsePredicate
 
toString() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimplePredicate
 
toString() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimpleSetPredicate
 
toString() - Method in class org.kie.pmml.commons.model.predicates.KiePMMLTruePredicate
 
toString() - Method in class org.kie.pmml.commons.model.tuples.KiePMMLNameOpType
 
toString() - Method in class org.kie.pmml.commons.model.tuples.KiePMMLNameValue
 
toString() - Method in class org.kie.pmml.commons.model.tuples.KiePMMLValueWeight
 

U

UNCHANGED_VARIABLE_IN_CONSTRUCTOR - Static variable in class org.kie.pmml.commons.Constants
 
UNEXPECTED_NORMALIZATION_METHOD - Static variable in class org.kie.pmml.commons.Constants
 
UNEXPECTED_OP_TYPE - Static variable in class org.kie.pmml.commons.Constants
 
UNEXPECTED_OPERATION_TYPE - Static variable in class org.kie.pmml.commons.Constants
 

V

value - Variable in class org.kie.pmml.commons.model.predicates.KiePMMLSimplePredicate
 
VALUE_PROPERTY - Enum in org.kie.pmml.commons.model.enums
 
valueOf(String) - Static method in enum org.kie.pmml.commons.enums.ResultCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.pmml.commons.model.enums.ARRAY_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.pmml.commons.model.enums.BOOLEAN_OPERATOR
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.pmml.commons.model.enums.DATA_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.pmml.commons.model.enums.FIELD_USAGE_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.pmml.commons.model.enums.IN_NOTIN
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.pmml.commons.model.enums.INVALID_VALUE_TREATMENT_METHOD
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.pmml.commons.model.enums.MINING_FUNCTION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.pmml.commons.model.enums.MISSING_VALUE_TREATMENT_METHOD
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.pmml.commons.model.enums.OP_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.pmml.commons.model.enums.OPERATOR
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.pmml.commons.model.enums.OUTLIER_TREATMENT_METHOD
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.pmml.commons.model.enums.PMML_MODEL
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.pmml.commons.model.enums.RESULT_FEATURE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.pmml.commons.model.enums.VALUE_PROPERTY
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.kie.pmml.commons.enums.ResultCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.pmml.commons.model.enums.ARRAY_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.pmml.commons.model.enums.BOOLEAN_OPERATOR
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.pmml.commons.model.enums.DATA_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.pmml.commons.model.enums.FIELD_USAGE_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.pmml.commons.model.enums.IN_NOTIN
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.pmml.commons.model.enums.INVALID_VALUE_TREATMENT_METHOD
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.pmml.commons.model.enums.MINING_FUNCTION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.pmml.commons.model.enums.MISSING_VALUE_TREATMENT_METHOD
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.pmml.commons.model.enums.OP_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.pmml.commons.model.enums.OPERATOR
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.pmml.commons.model.enums.OUTLIER_TREATMENT_METHOD
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.pmml.commons.model.enums.PMML_MODEL
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.pmml.commons.model.enums.RESULT_FEATURE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.pmml.commons.model.enums.VALUE_PROPERTY
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.kie.pmml.commons.model.predicates.KiePMMLSimpleSetPredicate
 

W

weightedValue() - Method in class org.kie.pmml.commons.model.tuples.KiePMMLValueWeight
 
withKiePMMLPredicates(List<KiePMMLPredicate>) - Method in class org.kie.pmml.commons.model.predicates.KiePMMLCompoundPredicate.Builder
 
withMissingValueReplacementMap(Map<String, Object>) - Method in class org.kie.pmml.commons.model.KiePMMLModel.Builder
 
withOutputFieldsMap(Map<String, Object>) - Method in class org.kie.pmml.commons.model.KiePMMLModel.Builder
 
withParentId(String) - Method in class org.kie.pmml.commons.model.abstracts.AbstractKiePMMLComponent.Builder
 
withRank(Integer) - Method in class org.kie.pmml.commons.model.KiePMMLOutputField.Builder
 
withResultFeature(RESULT_FEATURE) - Method in class org.kie.pmml.commons.model.KiePMMLOutputField.Builder
 
withTargetField(String) - Method in class org.kie.pmml.commons.model.KiePMMLModel.Builder
 
withTargetField(String) - Method in class org.kie.pmml.commons.model.KiePMMLOutputField.Builder
 
withValue(Object) - Method in class org.kie.pmml.commons.model.KiePMMLOutputField.Builder
 
withValue(Object) - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimplePredicate.Builder
 
withValues(List<Object>) - Method in class org.kie.pmml.commons.model.predicates.KiePMMLSimpleSetPredicate.Builder
 
A B C D E F G H I K L M N O P R S T U V W 
KIE :: PMML :: COMMONS 7.45.0.t20201014

Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.