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