| Package | Description |
|---|---|
| org.kie.pmml.models.drools.ast | |
| org.kie.pmml.models.drools.ast.factories | |
| org.kie.pmml.models.drools.commons.factories | |
| org.kie.pmml.models.drools.provider |
| Modifier and Type | Method and Description |
|---|---|
List<KiePMMLDroolsType> |
KiePMMLDroolsAST.getTypes() |
| Constructor and Description |
|---|
KiePMMLDroolsAST(List<KiePMMLDroolsType> types,
List<KiePMMLDroolsRule> rules) |
| Modifier and Type | Method and Description |
|---|---|
KiePMMLDroolsType |
KiePMMLDataDictionaryASTFactory.declareType(org.dmg.pmml.DataField dataField)
Create a
KiePMMLDroolsType out of original DataField,
and populate the fieldNameTypeNameMap with mapping between original field' name and original type/generated type tupla |
KiePMMLDroolsType |
KiePMMLDerivedFieldASTFactory.declareType(org.dmg.pmml.DerivedField derivedField)
Create a
KiePMMLDroolsType out of original DerivedField,
and populate the fieldNameTypeNameMap with mapping between original field' name and original type/generated type tupla |
| Modifier and Type | Method and Description |
|---|---|
List<KiePMMLDroolsType> |
KiePMMLDataDictionaryASTFactory.declareTypes(org.dmg.pmml.DataDictionary dataDictionary)
Create a
List<KiePMMLDroolsType> out of original DataFields,
and populate the fieldNameTypeNameMap with mapping between original field' name and original type/generated type tupla |
List<KiePMMLDroolsType> |
KiePMMLDerivedFieldASTFactory.declareTypes(List<org.dmg.pmml.DerivedField> derivedFields)
Create a
List<KiePMMLDroolsType> out of original List<DerivedField>s,
and populate the fieldNameTypeNameMap with mapping between original field' name and original type/generated type tupla |
| Modifier and Type | Method and Description |
|---|---|
protected void |
KiePMMLDescrTypesFactory.declareType(KiePMMLDroolsType type)
Create type out of original
DataField;
populate the fieldNameTypeNameMap with mapping between original field' name and original type/generated type tupla |
| Modifier and Type | Method and Description |
|---|---|
void |
KiePMMLDescrTypesFactory.declareTypes(List<KiePMMLDroolsType> types)
Create types out of original
List<KiePMMLDroolsType>s, |
| Modifier and Type | Method and Description |
|---|---|
abstract KiePMMLDroolsAST |
DroolsModelProvider.getKiePMMLDroolsAST(org.dmg.pmml.DataDictionary dataDictionary,
T model,
Map<String,KiePMMLOriginalTypeGeneratedType> fieldTypeMap,
List<KiePMMLDroolsType> types) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.