public abstract class AbstractKiePMMLComponent extends Object implements Serializable
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| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractKiePMMLComponent.Builder<T extends AbstractKiePMMLComponent> |
| Modifier and Type | Field and Description |
|---|---|
protected List<KiePMMLExtension> |
extensions |
protected String |
id |
protected String |
name |
protected String |
parentId |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractKiePMMLComponent(String name,
List<KiePMMLExtension> extensions) |
| Modifier and Type | Method and Description |
|---|---|
List<KiePMMLExtension> |
getExtensions() |
String |
getId() |
String |
getName() |
String |
getParentId() |
void |
setParentId(String parentId) |
protected final String name
protected final List<KiePMMLExtension> extensions
protected String id
protected String parentId
protected AbstractKiePMMLComponent(String name, List<KiePMMLExtension> extensions)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.