| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Value> |
DataField.values |
protected java.util.List<Value> |
EventValues.values |
protected java.util.List<Value> |
DerivedField.values |
| Modifier and Type | Method and Description |
|---|---|
Value |
ObjectFactory.createValue()
Create an instance of
Value |
Value |
Value.withDisplayValue(java.lang.String value) |
Value |
Value.withExtensions(java.util.Collection<Extension> values) |
Value |
Value.withExtensions(Extension... values) |
Value |
Value.withProperty(Value.Property value) |
Value |
Value.withValue(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Value> |
DataField.getValues()
Gets the value of the values property.
|
java.util.List<Value> |
EventValues.getValues()
Gets the value of the values property.
|
abstract java.util.List<Value> |
TypeDefinitionField.getValues() |
java.util.List<Value> |
DerivedField.getValues()
Gets the value of the values property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(Value value) |
DataField |
DataField.withValues(Value... values) |
EventValues |
EventValues.withValues(Value... values) |
DerivedField |
DerivedField.withValues(Value... values) |
| Modifier and Type | Method and Description |
|---|---|
DataField |
DataField.withValues(java.util.Collection<Value> values) |
EventValues |
EventValues.withValues(java.util.Collection<Value> values) |
DerivedField |
DerivedField.withValues(java.util.Collection<Value> values) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(Value value) |
VisitorAction |
AbstractVisitor.visit(Value value) |
Copyright © 2015 University of Tartu. All Rights Reserved.