| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Method and Description |
|---|---|
static OpType |
OpType.fromValue(String v) |
OpType |
DataField.getOpType()
Gets the value of the opType property.
|
OpType |
ResultField.getOpType()
Gets the value of the opType property.
|
OpType |
Target.getOpType()
Gets the value of the opType property.
|
OpType |
ParameterField.getOpType()
Gets the value of the opType property.
|
OpType |
MiningField.getOpType()
Gets the value of the opType property.
|
OpType |
DefineFunction.getOpType()
Gets the value of the opType property.
|
OpType |
OutputField.getOpType()
Gets the value of the opType property.
|
OpType |
DerivedField.getOpType()
Gets the value of the opType property.
|
abstract OpType |
Field.getOpType() |
static OpType |
OpType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpType[] |
OpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataField |
DataField.setOpType(OpType opType)
Sets the value of the opType property.
|
ResultField |
ResultField.setOpType(OpType opType)
Sets the value of the opType property.
|
Target |
Target.setOpType(OpType opType)
Sets the value of the opType property.
|
ParameterField |
ParameterField.setOpType(OpType opType)
Sets the value of the opType property.
|
MiningField |
MiningField.setOpType(OpType opType)
Sets the value of the opType property.
|
DefineFunction |
DefineFunction.setOpType(OpType opType)
Sets the value of the opType property.
|
OutputField |
OutputField.setOpType(OpType opType)
Sets the value of the opType property.
|
DerivedField |
DerivedField.setOpType(OpType opType)
Sets the value of the opType property.
|
abstract Field |
Field.setOpType(OpType opType) |
| Constructor and Description |
|---|
DataField(FieldName name,
OpType opType,
DataType dataType) |
DefineFunction(String name,
OpType opType,
List<ParameterField> parameterFields) |
DerivedField(OpType opType,
DataType dataType) |
Copyright © 2016 University of Tartu. All rights reserved.