public class KiePMMLSegmentation extends AbstractKiePMMLComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
KiePMMLSegmentation.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<KiePMMLSegment> |
segments |
extensions, id, name, parentId| Modifier | Constructor and Description |
|---|---|
protected |
KiePMMLSegmentation(String name,
List<KiePMMLExtension> extensions,
MULTIPLE_MODEL_METHOD multipleModelMethod) |
| Modifier and Type | Method and Description |
|---|---|
static KiePMMLSegmentation.Builder |
builder(String name,
List<KiePMMLExtension> extensions,
MULTIPLE_MODEL_METHOD multipleModelMethod)
Builder to auto-generate the id
|
boolean |
equals(Object o) |
MULTIPLE_MODEL_METHOD |
getMultipleModelMethod() |
List<KiePMMLSegment> |
getSegments() |
int |
hashCode() |
String |
toString() |
getExtensions, getId, getName, getParentId, setParentIdprotected List<KiePMMLSegment> segments
protected KiePMMLSegmentation(String name, List<KiePMMLExtension> extensions, MULTIPLE_MODEL_METHOD multipleModelMethod)
public static KiePMMLSegmentation.Builder builder(String name, List<KiePMMLExtension> extensions, MULTIPLE_MODEL_METHOD multipleModelMethod)
public MULTIPLE_MODEL_METHOD getMultipleModelMethod()
public List<KiePMMLSegment> getSegments()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.