| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Item> |
AssociationModel.items |
protected java.util.List<Item> |
SequenceModel.items |
| Modifier and Type | Method and Description |
|---|---|
Item |
ObjectFactory.createItem()
Create an instance of
Item |
Item |
Item.withExtensions(java.util.Collection<Extension> values) |
Item |
Item.withExtensions(Extension... values) |
Item |
Item.withId(java.lang.String value) |
Item |
Item.withMappedValue(java.lang.String value) |
Item |
Item.withValue(java.lang.String value) |
Item |
Item.withWeight(java.lang.Double value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Item> |
AssociationModel.getItems()
Gets the value of the items property.
|
java.util.List<Item> |
SequenceModel.getItems()
Gets the value of the items property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(Item item) |
AssociationModel |
AssociationModel.withItems(Item... values) |
SequenceModel |
SequenceModel.withItems(Item... values) |
| Modifier and Type | Method and Description |
|---|---|
AssociationModel |
AssociationModel.withItems(java.util.Collection<Item> values) |
SequenceModel |
SequenceModel.withItems(java.util.Collection<Item> values) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(Item item) |
VisitorAction |
AbstractVisitor.visit(Item item) |
Copyright © 2015 University of Tartu. All Rights Reserved.