| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.addExtensions(Extension... extensions) |
Item |
ObjectFactory.createItem()
Create an instance of
Item |
Item |
Item.setId(String id)
Sets the value of the id property.
|
Item |
Item.setMappedValue(String mappedValue)
Sets the value of the mappedValue property.
|
Item |
Item.setValue(String value)
Sets the value of the value property.
|
Item |
Item.setWeight(Double weight)
Sets the value of the weight property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
AssociationModel.getItems()
Gets the value of the items property.
|
List<Item> |
SequenceModel.getItems()
Gets the value of the items property.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationModel |
AssociationModel.addItems(Item... items) |
SequenceModel |
SequenceModel.addItems(Item... items) |
VisitorAction |
Visitor.visit(Item item) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(Item item) |
VisitorAction |
AbstractVisitor.visit(Item item) |
Copyright © 2015 University of Tartu. All Rights Reserved.