Skip navigation links
KIE :: PMML :: Compiler :: Commons 7.55.0.Final
A C D E F G I J K L M N O P R S 

A

addKiePMMLOutputFieldsPopulation(BlockStmt, List<KiePMMLOutputField>) - Static method in class org.kie.pmml.compiler.commons.utils.KiePMMLModelFactoryUtils
Populate the kiePMMLOutputFields List<KiePMMLOutputField>
addListPopulation(List<ObjectCreationExpr>, BlockStmt, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
For every entry in the given list, add (listName).add(new ObjectCreationExpr>); e.g.
addMapPopulation(Map<String, MethodDeclaration>, BlockStmt, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
For every entry in the given map, add (mapName).put(entry_key, this::entry_value_ref>); e.g.
addMethod(MethodDeclaration, ClassOrInterfaceDeclaration, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Add a MethodDeclaration to the class
addMethodDeclarationsToClass(ClassOrInterfaceDeclaration, List<MethodDeclaration>) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Add a MethodDeclarations to the given ClassOrInterfaceDeclaration
addMethodDeclarationToClass(ClassOrInterfaceDeclaration, MethodDeclaration) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Add a MethodDeclaration to the given ClassOrInterfaceDeclaration
addTransformationsInClassOrInterfaceDeclaration(ClassOrInterfaceDeclaration, TransformationDictionary, LocalTransformations) - Static method in class org.kie.pmml.compiler.commons.utils.KiePMMLModelFactoryUtils
Add common and local local transformations management inside the given ClassOrInterfaceDeclaration
APPLY_VARIABLE - Static variable in class org.kie.pmml.compiler.commons.utils.ExpressionFunctionUtils
 
assignExprFrom(String, Expression) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return a new AssignExpr from a target name and a generic Expression.
assignExprFrom(String, Enum<?>) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return a new AssignExpr from a target name and an enum literal.
assignExprFrom(String, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return a new AssignExpr from a target name and String literal.

C

CommonCodegenUtils - Class in org.kie.pmml.compiler.commons.utils
Class meant to provide helper methods to all code-generating classes
CommonCodegenUtils.ReplacementTupla - Class in org.kie.pmml.compiler.commons.utils
 
CONSTANT_VALUE - Static variable in class org.kie.pmml.compiler.commons.utils.ExpressionFunctionUtils
 
convertToKieMiningField(MiningField, DataField) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return a org.kie.pmml.api.models.MiningField out of a org.dmg.pmml.MiningField and relative org.dmg.pmml.DataField ones
convertToKieMiningFieldList(MiningSchema, DataDictionary) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return a List<org.kie.pmml.api.models.MiningField&glt; out of a org.dmg.pmml .MiningSchema one
convertToKieOutputField(OutputField, DataField) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return a org.kie.pmml.api.models.OutputField out of a org.dmg.pmml.OutputField one
convertToKieOutputFieldList(Output, DataDictionary) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return a List<org.kie.pmml.api.models.OutputField> out of a org.dmg.pmml .Output one
convertToKiePMMLApply(Apply) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
 
convertToKiePMMLConstant(Constant) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
 
convertToKiePMMLExpression(Expression) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
 
convertToKiePMMLExpressions(List<Expression>) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
 
convertToKiePMMLFieldRef(FieldRef) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
 
convertToKiePMMLOutputField(OutputField) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return a org.kie.pmml.commons.model.KiePMMLOutputField out of a org.dmg.pmml .OutputField
convertToKiePMMLOutputFieldList(Output) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return a List<org.kie.pmml.commons.model.KiePMMLOutputField> out of a org.dmg.pmml .Output
convertToKiePMMLTarget(Target) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return a org.kie.pmml.commons.model.KiePMMLTarget out of a org.dmg.pmml.Target
convertToKiePMMLTargetList(Targets) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return a List<org.kie.pmml.commons.model.KiePMMLTarget> out of a org.dmg.pmml .Targets
convertToKiePMMLTargetValue(TargetValue) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return a org.kie.pmml.commons.model.KiePMMLTargetValue out of a org.dmg.pmml .TargetValue
convertToKiePMMLTargetValueList(List<TargetValue>) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return a List<org.kie.pmml.commons.model.KiePMMLTargetValue> out of a List<org.dmg.pmml.TargetValue>
createArraysAsListExpression() - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Create an empty Arrays.asList() ExpressionStmt
createArraysAsListFromList(List<?>) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Create a populated Arrays.asList(?...

D

DefineFunctionUtils - Class in org.kie.pmml.compiler.commons.utils
Class meant to provide helper methods to retrieve Function code-generators out of DefineFunctions
DerivedFieldFunctionUtils - Class in org.kie.pmml.compiler.commons.utils
Class meant to provide helper methods to retrieve Function code-generators out of DerivedFields

E

equalsNode(Node, Node) - Static method in class org.kie.pmml.compiler.commons.utils.JavaParserUtils
 
EVALUATE_NESTED_PREDICATE - Static variable in class org.kie.pmml.compiler.commons.factories.KiePMMLCompoundPredicateFactory
 
ExpressionFunctionUtils - Class in org.kie.pmml.compiler.commons.utils
Class meant to provide helper methods to retrieve Function code-generators out of Expressions

F

FIELDREFVARIABLE - Static variable in class org.kie.pmml.compiler.commons.utils.ExpressionFunctionUtils
 

G

getActualValue(Object, DataType) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLPredicateFactory
 
getAssignExpression(BlockStmt, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return an Optional<AssignExpr> with the given assignExpressionName from the given BlockStmt
getBoxedClassName(ParameterField) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Retrieve the mapped class name of the given ParameterField, eventually boxed (for primitive ones) It returns Object ParameterField.getDataType() is null
getBoxedClassName(DataType) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Retrieve the mapped class name of the given DataType, eventually boxed (for primitive ones).
getCompoundPredicateBody(CompoundPredicate, DataDictionary, List<DerivedField>, List<MethodDeclaration>, String, String, AtomicInteger) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLCompoundPredicateFactory
 
getDataType(List<DerivedField>, DataDictionary, String) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
DataType of the given field, first looked upon derivedFields and then in dataDictionary
getDataType(DataDictionary, String) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
DATA_TYPE of the given field
getDerivedFields(TransformationDictionary, LocalTransformations) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return List<DerivedField>s from the given TransformationDictionary and LocalTransformations
getExplicitConstructorInvocationMethodReference(ExplicitConstructorInvocationStmt, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return an Optional<MethodReferenceExpr> from the given ExplicitConstructorInvocationStmt
getExplicitConstructorInvocationParameter(ExplicitConstructorInvocationStmt, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return an Optional<NameExpr> from the given ExplicitConstructorInvocationStmt
getExplicitConstructorInvocationStmt(BlockStmt) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return an Optional<ExplicitConstructorInvocationStmt> from the given BlockStmt
getExpressionForObject(Object) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
 
getExpressionMethodDeclarationWithKiePMMLNameValues(Expression, DataType, String) - Static method in class org.kie.pmml.compiler.commons.utils.ExpressionFunctionUtils
Return a MethodDeclaration with List<KiePMMLNameValue> param1 as parameter e.g.
getExpressionMethodDeclarationWithStringObjectMap(Expression, DataType, String) - Static method in class org.kie.pmml.compiler.commons.utils.ExpressionFunctionUtils
Return a MethodDeclaration with Map<String, Object> param1 as parameter e.g.
getExpressionMethodDeclarationWithVariableParameters(String, Expression, DataType, List<ParameterField>) - Static method in class org.kie.pmml.compiler.commons.utils.ExpressionFunctionUtils
Return a MethodDeclaration with parameters retrieved from parameterFields e.g.
getFactorySourceCode(String, String, Set<String>) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLFactoryFactory
 
getFalsePredicateBody() - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLFalsePredicateFactory
 
getFilteredKiePMMLNameValueExpression(String, String, boolean) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Returns Optional kiePMMLNameValue = (kiePMMLNameValueListParam) .stream() .filter((KiePMMLNameValue kpmmlnv) -> Objects.equals("(fieldNameToRef)", kpmmlnv.getName())) .findFirst(); expression, where kiePMMLNameValueListParam is the name of the List<KiePMMLNameValue> parameter, and fieldNameToRef is the name of the field to find, in the containing method
getFromCommonDataAndTransformationDictionaryAndModel(String, DataDictionary, TransformationDictionary, Model, HasClassLoader) - Static method in class org.kie.pmml.compiler.commons.implementations.KiePMMLModelRetriever
Read the given DataDictionary and Model> to return an Optional< KiePMMLModel>
getFromCommonDataAndTransformationDictionaryAndModelWithSources(String, DataDictionary, TransformationDictionary, Model, HasClassLoader) - Static method in class org.kie.pmml.compiler.commons.implementations.KiePMMLModelRetriever
Read the given DataDictionary and Model> to return an Optional< KiePMMLModel>
getFromCommonDataAndTransformationDictionaryAndModelWithSourcesCompiled(String, DataDictionary, TransformationDictionary, Model, HasClassLoader) - Static method in class org.kie.pmml.compiler.commons.implementations.KiePMMLModelRetriever
Read the given DataDictionary and Model> to return an Optional< KiePMMLModel> Method provided only to have drools models working when invoked by a KiePMMLMiningModel
getFromFileName(String) - Static method in class org.kie.pmml.compiler.commons.utils.JavaParserUtils
 
getFromSource(String) - Static method in class org.kie.pmml.compiler.commons.utils.JavaParserUtils
 
getFullClassName(CompilationUnit) - Static method in class org.kie.pmml.compiler.commons.utils.JavaParserUtils
Return the fully qualified name of the generated class.
getImplementations(boolean) - Method in class org.kie.pmml.compiler.commons.implementations.ModelImplementationProviderFinderImpl
 
getInitializerBlockStmt(ClassOrInterfaceDeclaration) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return an BlockStmt from the given ClassOrInterfaceDeclaration
getInitializerDeclaration(ClassOrInterfaceDeclaration) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return an InitializerDeclaration from the given ClassOrInterfaceDeclaration
getKiePMMLCompoundPredicate(CompoundPredicate, DataDictionary) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLPredicateFactory
 
getKiePMMLExtension(Extension) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLExtensionFactory
 
getKiePMMLExtensions(List<Extension>) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLExtensionFactory
 
getKiePMMLFalsePredicate() - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLPredicateFactory
 
getKiePMMLFieldRef(FieldRef) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLFieldRefFactory
 
getKiePMMLFieldRefs(List<FieldRef>) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLFieldRefFactory
 
getKiePMMLModelCompilationUnit(String, String, String, String) - Static method in class org.kie.pmml.compiler.commons.utils.JavaParserUtils
 
getKiePMMLModels() - Method in interface org.kie.pmml.compiler.commons.factories.KiePMMLModelFactory
 
getKiePMMLOutputField(OutputField) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLOutputFieldFactory
 
getKiePMMLSimplePredicate(SimplePredicate, DataType) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLPredicateFactory
 
getKiePMMLSimpleSetPredicate(SimpleSetPredicate) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLPredicateFactory
 
getKiePMMLTruePredicate() - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLPredicateFactory
 
getMethodDeclaration(String, Map<String, ClassOrInterfaceType>) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Returns empty (methodName)((list of parameterType parameter name)) { } a multi-parameters MethodDeclaration whose names are the keys of the given Map and methodArity, and whose parameters types are the values The
getMethodDeclaration(String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Returns empty (methodName)() { } A no-parameter MethodDeclaration whose name is derived from given methodName and methodArity
getMethodDeclaration(ClassOrInterfaceDeclaration, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return an Optional<MethodDeclaration> with the first method methodName from the given ClassOrInterfaceDeclaration
getMethodDeclarationBlockStmt(ClassOrInterfaceDeclaration, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return an BlockStmt for the method methodName from the given ClassOrInterfaceDeclaration
getNameExprsFromBlock(BlockStmt, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return a lit<NameExpr> with all the instances of the given exprName
getOptionalVariableInitializer(MethodDeclaration, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Retrieve the initializer of the given variableName from the given MethodDeclaration
getOpType(DataDictionary, Model, String) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
OP_TYPE may be defined inside DataField, MiningField or both.
getOpTypeFromDataDictionary(DataDictionary, String) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return Optional<OP_TYPE> of field with given fieldName from DataDictionary
getOpTypeFromMiningFields(MiningSchema, String) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return Optional<OP_TYPE> of field with given fieldName from MiningSchema
getOpTypeFromTargets(Targets, String) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return Optional<OP_TYPE> of field with given fieldName from Targets
getOutputFields(Model) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLOutputFieldFactory
 
getPredicate(Predicate, DataDictionary) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLPredicateFactory
 
getPredicateBody(Predicate, DataDictionary, List<DerivedField>, List<MethodDeclaration>, String, String, AtomicInteger) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLPredicateFactory
 
getPredicates(List<Predicate>, DataDictionary) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLPredicateFactory
 
getPredicateSourcesMap(KiePMMLPredicate, String) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLPredicateFactory
 
getReturnStmt(String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Returns return (returnedVariableName); e.g return varOne;
getSimplePredicateBody(SimplePredicate, DataType) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLSimplePredicateFactory
 
getSimpleSetPredicateBody(SimpleSetPredicate) - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLSimpleSetPredicateFactory
 
getTargetFieldName(DataDictionary, Model) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return an Optional with the name of the field whose usageType is TARGET or PREDICTED While the xsd schema does not strictly enforce this, it seems that by convention majority of models has only one target.
getTargetFields(DataDictionary, Model) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return a List<KiePMMLNameOpType> of target fields Please note that only predicted/target MiningField are considered.
getTargetFieldsTypeMap(DataDictionary, Model) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Returns a Map<String, DATA_TYPE> of target fields, where the key is the name of the field, and the value is the type of the field Please note that only predicted/target MiningField are considered.
getTargetFieldType(DataDictionary, Model) - Static method in class org.kie.pmml.compiler.commons.utils.ModelUtils
Return the DATA_TYPE> of the field whose usageType is TARGET or PREDICTED.
getTruePredicateBody() - Static method in class org.kie.pmml.compiler.commons.factories.KiePMMLTruePredicateFactory
 
getTypedClassOrInterfaceType(String, List<String>) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Returns (className)<(comma-separated list of types)> e.g CLASS_NAME a typed ClassOrInterfaceType
getVariableDeclarator(MethodDeclaration, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return an Optional<VariableDeclarator> with the first variable variableName from the given MethodDeclaration
getVariableDeclarator(BlockStmt, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return an Optional<VariableDeclarator> with the first variable variableName from the given BlockStmt
getVariableInitializer(MethodDeclaration, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Retrieve the initializer of the given variableName from the given MethodDeclaration
getVariableInitializer(BlockStmt, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Retrieve the initializer of the given variableName from the given MethodDeclaration

I

init(ClassOrInterfaceDeclaration, DataDictionary, TransformationDictionary, Model) - Static method in class org.kie.pmml.compiler.commons.builders.KiePMMLModelCodegenUtils
Initialize the given ClassOrInterfaceDeclaration with all the common code needed to generate a KiePMMLModel
INPUT_DATA - Static variable in class org.kie.pmml.compiler.commons.utils.ExpressionFunctionUtils
 

J

JavaParserUtils - Class in org.kie.pmml.compiler.commons.utils
Class to provide shared, helper methods to be invoked by model-specific code-generation

K

KEYREFVARIABLE - Static variable in class org.kie.pmml.compiler.commons.utils.ExpressionFunctionUtils
 
KiePMMLCompoundPredicateFactory - Class in org.kie.pmml.compiler.commons.factories
 
KiePMMLExtensionFactory - Class in org.kie.pmml.compiler.commons.factories
 
KiePMMLFactoryFactory - Class in org.kie.pmml.compiler.commons.factories
This class is meant to create source code for PMML file-specific Factory
KiePMMLFalsePredicateFactory - Class in org.kie.pmml.compiler.commons.factories
 
KiePMMLFieldRefFactory - Class in org.kie.pmml.compiler.commons.factories
 
KiePMMLModelCodegenUtils - Class in org.kie.pmml.compiler.commons.builders
Class meant to implement all the common code needed to generate a KiePMMLModel
KiePMMLModelFactory - Interface in org.kie.pmml.compiler.commons.factories
Interface to be implemented by code-generated classes to retrieve List<KiePMMLModel>s from kjar inside PMMLAssemblerService.
KiePMMLModelFactoryUtils - Class in org.kie.pmml.compiler.commons.utils
Class to provide shared, helper methods to be invoked by model-specific factories (e.g.
KiePMMLModelRetriever - Class in org.kie.pmml.compiler.commons.implementations
 
KIEPMMLNAMEVALUE - Static variable in class org.kie.pmml.compiler.commons.utils.ExpressionFunctionUtils
 
KiePMMLOutputFieldFactory - Class in org.kie.pmml.compiler.commons.factories
 
KiePMMLPredicateFactory - Class in org.kie.pmml.compiler.commons.factories
 
KiePMMLSimplePredicateFactory - Class in org.kie.pmml.compiler.commons.factories
 
KiePMMLSimpleSetPredicateFactory - Class in org.kie.pmml.compiler.commons.factories
 
KiePMMLTruePredicateFactory - Class in org.kie.pmml.compiler.commons.factories
 
KiePMMLUtil - Class in org.kie.pmml.compiler.commons.utils
Utility class to decouple PMMLCompilerExecutor from actual marshalling model/implementation.

L

literalExprFrom(Enum<?>) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return a new Expression containing an enum literal.
literalExprFrom(String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return a new Expression containing an String.
load(String) - Static method in class org.kie.pmml.compiler.commons.utils.KiePMMLUtil
 
load(InputStream, String) - Static method in class org.kie.pmml.compiler.commons.utils.KiePMMLUtil
 

M

MAIN_CLASS_NOT_FOUND - Static variable in class org.kie.pmml.compiler.commons.utils.JavaParserUtils
 
methodCallExprFrom(String, String, Expression...) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Return a new MethodCallExpr from scope, name and arguments.
MISSINGFIELDREFVARIABLE - Static variable in class org.kie.pmml.compiler.commons.utils.ExpressionFunctionUtils
 
ModelImplementationProviderFinderImpl - Class in org.kie.pmml.compiler.commons.implementations
Default ModelImplementationProviderFinder using Java SPI
ModelImplementationProviderFinderImpl() - Constructor for class org.kie.pmml.compiler.commons.implementations.ModelImplementationProviderFinderImpl
 
ModelUtils - Class in org.kie.pmml.compiler.commons.utils
Class to provide common methods to interact with Model, to convert org.dmn.pmml objects to Kie ones, etc...

N

NESTED_PREDICATE_FUNCTIONS - Static variable in class org.kie.pmml.compiler.commons.factories.KiePMMLCompoundPredicateFactory
 

O

OPTIONAL_FILTERED_KIEPMMLNAMEVALUE_NAME - Static variable in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
 
org.kie.pmml.compiler.commons.builders - package org.kie.pmml.compiler.commons.builders
 
org.kie.pmml.compiler.commons.factories - package org.kie.pmml.compiler.commons.factories
 
org.kie.pmml.compiler.commons.implementations - package org.kie.pmml.compiler.commons.implementations
 
org.kie.pmml.compiler.commons.utils - package org.kie.pmml.compiler.commons.utils
 

P

parseBlock(String) - Static method in class org.kie.pmml.compiler.commons.utils.JavaParserUtils
 
parseMethod(String) - Static method in class org.kie.pmml.compiler.commons.utils.JavaParserUtils
 
populateMethodDeclarations(ClassOrInterfaceDeclaration, Collection<MethodDeclaration>) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Populate the ClassOrInterfaceDeclaration with the provided MethodDeclarations

R

ReplacementTupla(Node, Node) - Constructor for class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils.ReplacementTupla
 
replaceNameExprWithNullInStatement(Statement, List<NameExpr>) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Replace the List<NameExpr>s in the given Statement with NullLiteralExpr
replaceNodeInStatement(Statement, CommonCodegenUtils.ReplacementTupla) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Replace Node in the given Statement
replaceNodesInStatement(Statement, List<CommonCodegenUtils.ReplacementTupla>) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Replace Nodes in the given Statement
replaceStringLiteralExpressionInStatement(Statement, String, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Replace StringLiteralExpresions in the given Statement

S

SEGMENTID_TEMPLATE - Static variable in class org.kie.pmml.compiler.commons.utils.KiePMMLUtil
 
setAssignExpressionValue(BlockStmt, String, Expression) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Set the value of the variable with the given assignExpressionName in the given BlockStmt It throws KiePMMLException if variable is not found
setConstructorDeclarationParameterArgument(ConstructorDeclaration, String, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Set the value of the given parameterName in the given ConstructorDeclaration
setConstructorDeclarationReferenceArgument(ConstructorDeclaration, String, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Set the value of the given parameterName in the given ConstructorDeclaration
setConstructorSuperNameInvocation(String, ConstructorDeclaration, String) - Static method in class org.kie.pmml.compiler.commons.utils.KiePMMLModelFactoryUtils
Set the name parameter on super invocation
setExplicitConstructorInvocationStmtArgument(ExplicitConstructorInvocationStmt, String, String) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Set the value of the given parameterName in the given ExplicitConstructorInvocationStmt
setKiePMMLModelConstructor(String, ConstructorDeclaration, String, List<MiningField>, List<OutputField>) - Static method in class org.kie.pmml.compiler.commons.utils.KiePMMLModelFactoryUtils
Set the name parameter on super invocation and populate the miningFields/outputFields
setVariableDeclaratorValue(BlockStmt, String, Expression) - Static method in class org.kie.pmml.compiler.commons.utils.CommonCodegenUtils
Set the value of the variable with the given variableDeclaratorName in the given BlockStmt It throws KiePMMLException if variable is not found
A C D E F G I J K L M N O P R S 
KIE :: PMML :: Compiler :: Commons 7.55.0.Final

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