| 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(java.lang.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(java.lang.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(java.lang.String name,
OpType opType,
java.util.List<ParameterField> parameterFields) |
DerivedField(OpType opType,
DataType dataType) |
Copyright © 2015 University of Tartu. All Rights Reserved.