| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.proposition.value |
| Modifier and Type | Field and Description |
|---|---|
static ValueType |
PrimitiveParameterDefinition.DEFAULT_VALUE_TYPE
The default value factory (
ValueFactory.NOMINAL). |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
Algorithm.getInValueType() |
ValueType |
AbstractAlgorithm.getInValueType() |
ValueType |
PropertyDefinitionBuilder.getValueType() |
ValueType |
PropertyDefinition.getValueType()
Returns the property's value type.
|
ValueType |
PrimitiveParameterDefinition.getValueType()
Gets the value factory for this primitive parameter definition.
|
ValueType |
ParameterDefinition.getValueType() |
ValueType |
LowLevelAbstractionDefinition.getValueType() |
ValueType |
CompoundLowLevelAbstractionDefinition.getValueType() |
ValueType |
AlgorithmParameter.getValueType()
Returns the type of value of this parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAlgorithm.setInValueType(ValueType inValueType) |
void |
PropertyDefinitionBuilder.setValueType(ValueType valueType) |
void |
PrimitiveParameterDefinition.setValueType(ValueType vf)
Sets the value factory for this primitive parameter definition.
|
void |
LowLevelAbstractionDefinition.setValueType(ValueType c) |
| Constructor and Description |
|---|
AlgorithmParameter(String name,
ValueComparator[] comparators,
ValueType valueType)
Defines a parameter.
|
PropertyDefinition(String propId,
String id,
String displayName,
ValueType valueType,
String valueSetId,
String declaringPropId) |
PropertyDefinition(String propId,
String id,
String displayName,
ValueType valueType,
String valueSetId,
String declaringPropId,
Attribute[] attributes)
Initializes the property definition with a displayName, a value type and a
value set.
|
| Modifier and Type | Method and Description |
|---|---|
ValueType |
ValueList.getType() |
ValueType |
Value.getType()
Returns this object's type, guaranteed not
null. |
ValueType |
OrdinalValue.getType() |
ValueType |
NumberValue.getType() |
ValueType |
NominalValue.getType() |
ValueType |
InequalityNumberValue.getType() |
ValueType |
DateValue.getType() |
ValueType |
BooleanValue.getType() |
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2016 Emory University. All rights reserved.