|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Value | |
---|---|
rdr.core |
Uses of Value in rdr.core |
---|
Methods in rdr.core that return Value | |
---|---|
Value |
Condition.getValue()
|
Value |
Case.getValue(Attribute attr)
Return a particular Value of a particular attribute. |
Value |
Case.getValue(java.lang.String name)
Return a particular Value of a particular attribute. |
Methods in rdr.core that return types with arguments of type Value | |
---|---|
common.datastructures.MyFastVector<Value> |
Case.getValues()
|
Methods in rdr.core with parameters of type Value | |
---|---|
boolean |
Value.equals(Value v)
|
void |
Condition.setValue(Value comparisonValue)
set the value of this condition |
Method parameters in rdr.core with type arguments of type Value | |
---|---|
void |
Case.setValues(common.datastructures.MyFastVector<Value> caseValues)
Gives this case a set of values. |
Constructors in rdr.core with parameters of type Value | |
---|---|
Condition(Attribute attr,
int op,
Value value)
Constructor. |
|
Condition(Attribute attr,
Operator op,
Value value)
Constructor. |
Constructor parameters in rdr.core with type arguments of type Value | |
---|---|
Case(int id,
common.datastructures.MyFastVector<Value> caseValues,
DomainModel dm)
Constructs a case object |
|
Case(int id,
common.datastructures.MyFastVector<Value> caseValues,
common.datastructures.MyFastVector<Attribute> dm)
Creates a case object dumbly (no error checks) - primarily for cloning |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |