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