| Package | Description |
|---|---|
| psdi.app.recontask.engine | |
| psdi.app.recontask.engine.load |
| Modifier and Type | Method and Description |
|---|---|
ReconValueSet |
ComparisonStatementHelper.getRecordData() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReconExpression.prepareAttributeIndexes(ReconValueSet leadingSet,
ReconValueSet subordinateSet)
Modifies the comparison operators to use indexes into the attribute arrays
instead of attribute names - done for performance reasons
|
| Constructor and Description |
|---|
ReconValue(ReconValueSet valueSet,
java.lang.Object[] values)
Copies all values contained in the parameter to an internal storage
|
ReconValue(ReconValueSet valueSet,
java.lang.Object[] values,
java.lang.Object[] units)
Copies all values and their units contained in the parameters to an
internal storage
|
| Modifier and Type | Method and Description |
|---|---|
ReconValueSet |
LinkDataLoader.getReconValueSet()
Returns the loaded attributes and spec attributes.
|