Class KiePMMLDescrFactory
- java.lang.Object
-
- org.kie.pmml.models.drools.commons.factories.KiePMMLDescrFactory
-
public class KiePMMLDescrFactory extends Object
Class used to generate a DROOLS (descr) object out of aTreeModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringOUTPUTFIELDS_MAPstatic StringOUTPUTFIELDS_MAP_IDENTIFIERstatic StringPMML4_RESULTstatic StringPMML4_RESULT_IDENTIFIER
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.drools.compiler.lang.descr.PackageDescrgetBaseDescr(KiePMMLDroolsAST kiePMMLDroolsAST, String packageName)Returns thePackageDescrbuilt out of the givenKiePMMLDroolsAST.
-
-
-
Field Detail
-
PMML4_RESULT
public static final String PMML4_RESULT
- See Also:
- Constant Field Values
-
PMML4_RESULT_IDENTIFIER
public static final String PMML4_RESULT_IDENTIFIER
- See Also:
- Constant Field Values
-
OUTPUTFIELDS_MAP
public static final String OUTPUTFIELDS_MAP
- See Also:
- Constant Field Values
-
OUTPUTFIELDS_MAP_IDENTIFIER
public static final String OUTPUTFIELDS_MAP_IDENTIFIER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBaseDescr
public static org.drools.compiler.lang.descr.PackageDescr getBaseDescr(KiePMMLDroolsAST kiePMMLDroolsAST, String packageName)
Returns thePackageDescrbuilt out of the givenKiePMMLDroolsAST.- Parameters:
kiePMMLDroolsAST-packageName-- Returns:
-
-