| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.association | |
| org.dmg.pmml.sequence | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(Item item) |
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.addExtensions(Extension... extensions) |
Item |
ObjectFactory.createItem()
Create an instance of
Item |
Item |
Item.setCategory(String category) |
Item |
Item.setField(String field) |
Item |
Item.setId(String id) |
Item |
Item.setMappedValue(String mappedValue) |
Item |
Item.setValue(String value) |
Item |
Item.setWeight(Number weight) |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
AssociationModel.getItems() |
| Modifier and Type | Method and Description |
|---|---|
AssociationModel |
AssociationModel.addItems(Item... items) |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
SequenceModel.getItems() |
| Modifier and Type | Method and Description |
|---|---|
SequenceModel |
SequenceModel.addItems(Item... items) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(Item item) |
VisitorAction |
ActiveFieldFinder.visit(Item item) |
Copyright © 2024. All rights reserved.