- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- KiePMMLApply, KiePMMLConstant, KiePMMLDefineFunction, KiePMMLDerivedField, KiePMMLExtensionedTerm, KiePMMLFieldRef, KiePMMLLinearNorm, KiePMMLLocalTransformations, KiePMMLModel, KiePMMLNormContinuous, KiePMMLOutputField, KiePMMLParameterField, KiePMMLPredicate, KiePMMLTarget, KiePMMLTargetValue, KiePMMLTransformationDictionary
public abstract class AbstractKiePMMLComponent
extends Object
implements Serializable
Abstract class base of all other KiePMML components.
All of them will have a name, a List<KiePMMLExtension> and an autogenerated id.
Contained/nested components will also have the parentId.
For complex instantiation, concrete classes should extend the Builder defined in the current one
- See Also:
- Serialized Form