| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
Value |
Value.addExtensions(Extension... extensions) |
Value |
ObjectFactory.createValue()
Create an instance of
Value |
Value |
Value.setDisplayValue(String displayValue)
Sets the value of the displayValue property.
|
Value |
Value.setProperty(Value.Property property)
Sets the value of the property property.
|
Value |
Value.setValue(String value)
Sets the value of the value property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
DataField.getValues()
Gets the value of the values property.
|
List<Value> |
EventValues.getValues()
Gets the value of the values property.
|
abstract List<Value> |
TypeDefinitionField.getValues() |
List<Value> |
DerivedField.getValues()
Gets the value of the values property.
|
| Modifier and Type | Method and Description |
|---|---|
DataField |
DataField.addValues(Value... values) |
EventValues |
EventValues.addValues(Value... values) |
DerivedField |
DerivedField.addValues(Value... values) |
VisitorAction |
Visitor.visit(Value value) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(Value value) |
VisitorAction |
AbstractVisitor.visit(Value value) |
Copyright © 2016 University of Tartu. All Rights Reserved.