| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected OpType |
MiningField.optype |
protected OpType |
DataField.optype |
protected OpType |
Target.optype |
protected OpType |
ResultField.optype |
protected OpType |
OutputField.optype |
protected OpType |
DerivedField.optype |
protected OpType |
DefineFunction.optype |
protected OpType |
ParameterField.optype |
| Modifier and Type | Method and Description |
|---|---|
static OpType |
OpType.fromValue(String v) |
OpType |
MiningField.getOptype()
Gets the value of the optype property.
|
OpType |
DataField.getOptype()
Gets the value of the optype property.
|
abstract OpType |
Field.getOptype() |
OpType |
Target.getOptype()
Gets the value of the optype property.
|
OpType |
ResultField.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.
|
OpType |
DefineFunction.getOptype()
Gets the value of the optype property.
|
OpType |
ParameterField.getOptype()
Gets the value of the optype property.
|
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 |
|---|---|
void |
MiningField.setOptype(OpType value)
Sets the value of the optype property.
|
void |
DataField.setOptype(OpType value)
Sets the value of the optype property.
|
abstract void |
Field.setOptype(OpType opType) |
void |
Target.setOptype(OpType value)
Sets the value of the optype property.
|
void |
ResultField.setOptype(OpType value)
Sets the value of the optype property.
|
void |
OutputField.setOptype(OpType value)
Sets the value of the optype property.
|
void |
DerivedField.setOptype(OpType value)
Sets the value of the optype property.
|
void |
DefineFunction.setOptype(OpType value)
Sets the value of the optype property.
|
void |
ParameterField.setOptype(OpType value)
Sets the value of the optype property.
|
MiningField |
MiningField.withOptype(OpType value) |
DataField |
DataField.withOptype(OpType value) |
Target |
Target.withOptype(OpType value) |
ResultField |
ResultField.withOptype(OpType value) |
OutputField |
OutputField.withOptype(OpType value) |
DerivedField |
DerivedField.withOptype(OpType value) |
DefineFunction |
DefineFunction.withOptype(OpType value) |
ParameterField |
ParameterField.withOptype(OpType value) |
| Constructor and Description |
|---|
DataField(FieldName name,
OpType optype,
DataType dataType) |
DefineFunction(String name,
OpType optype) |
DerivedField(OpType optype,
DataType dataType) |
Copyright © 2014 University of Tartu. All Rights Reserved.