Package | Description |
---|---|
psdi.app.recontask.engine | |
psdi.app.recontask.engine.load |
Modifier and Type | Field and Description |
---|---|
protected ReconValueSet |
ReconOperatorCompCompareAttribute.dataSet1Values |
protected ReconValueSet |
ReconLinkProcessor.dataSet1ValueSet
input: the data set 1
|
protected ReconValueSet |
ReconOperatorCompCompareAttribute.dataSet2Values |
protected ReconValueSet |
ReconLinkProcessor.dataSet2ValueSet
input: the data set 2
|
protected ReconValueSet |
ComparisonStatementHelper.recordData
The records read from the database
|
protected ReconValueSet |
ReconOperatorCompFilter.valueSet |
protected ReconValueSet |
ReconValue.valueSet |
Modifier and Type | Method and Description |
---|---|
ReconValueSet |
ComparisonStatementHelper.getRecordData() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map |
ReconLinkProcessor.buildAttributeToIndexMap(DataSet ds,
ReconValueSet dsValueSet)
Method returns a HashMap containing linking between an attribute name and
the original attribute name.
|
protected SubordinateSetAttribute[] |
ReconLinkProcessor.extractSubordinateSetAttributes(ReconValueSet subordinateDataSet)
Builds an array of attribute sets - one element for every separate
attribute.
|
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
|
protected void |
ReconLinkProcessor.processLeadingSet(ReconValueSet leadingSet,
SubordinateSetAttribute[] subordinateSetAttributes)
Does the actual linking of leading set and subordinate set.
|
protected void |
ReconExpression.walkTreeReplaceAttributeNamesWithIndexes(BinaryTreeNode root,
ReconValueSet leadingSet,
ReconValueSet subordinateSet)
Traverse the binary tree using a recursive algorithm
|
protected java.util.Map[][] |
ReconLinkProcessor.writeLinkPhaseOutputs(ReconValueSet leadingSet)
Writes the outputs of the linking phase.
|
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 | Field and Description |
---|---|
protected ReconValueSet |
LinkDataLoader.reconValueSet |
Modifier and Type | Method and Description |
---|---|
ReconValueSet |
LinkDataLoader.getReconValueSet()
Returns the loaded attributes and spec attributes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DataLoader.attachSpecValues(java.lang.String objectName,
java.util.List specAttributes,
java.util.Map specCache,
ReconValueSet values)
Attaches spec values.
|