|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Value | |
---|---|
org.android.activityminer.pmml.model.datadictionary | PMML - Data dictionary representation. |
org.android.activityminer.pmml.model.transformation | PMML - Transformation representation. |
Uses of Value in org.android.activityminer.pmml.model.datadictionary |
---|
Fields in org.android.activityminer.pmml.model.datadictionary with type parameters of type Value | |
---|---|
private List<Value> |
Interval.values
The associated values |
Methods in org.android.activityminer.pmml.model.datadictionary that return types with arguments of type Value | |
---|---|
List<Value> |
Interval.getValues()
Getter for the associated values |
List<Value> |
DataField.getValues()
Getter for the values of cardinal |
Methods in org.android.activityminer.pmml.model.datadictionary with parameters of type Value | |
---|---|
Interval |
Interval.withValue(Value value)
Adds a value reference |
Uses of Value in org.android.activityminer.pmml.model.transformation |
---|
Fields in org.android.activityminer.pmml.model.transformation with type parameters of type Value | |
---|---|
private List<Value> |
DerivedField.values
The values |
Methods in org.android.activityminer.pmml.model.transformation that return types with arguments of type Value | |
---|---|
List<Value> |
DerivedField.getValues()
Getter for the associated values |
Method parameters in org.android.activityminer.pmml.model.transformation with type arguments of type Value | |
---|---|
void |
DerivedField.setValues(List<Value> values)
Setter for the values |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |