Package | Description |
---|---|
psdi.app.recontask.engine | |
psdi.app.recontask.engine.load |
Modifier and Type | Field and Description |
---|---|
ReconValue |
LinkResult.SuccessfulLinkItem.lValue |
protected ReconValue |
ReconValue.parentValue |
ReconValue |
LinkResult.SuccessfulLinkItem.sValue |
ReconValue |
LinkResult.LinkResultEntry.value |
ReconValue |
LinkResult.FailedLinkItem.value |
Modifier and Type | Method and Description |
---|---|
ReconValue |
ReconValueSet.addValue(java.lang.Object[] values)
Assign attribute values to the object
|
ReconValue |
ReconValueSet.addValue(java.lang.Object[] values,
java.lang.Object[] units)
Assign attribute values and their units to the object
|
ReconValue |
ReconValueSet.addValue(ReconValue valueContainer)
Attach an existing attribute values object to the set
|
ReconValue |
ReconValue.getParentValue() |
ReconValue |
ReconValueSet.getValue(int index)
Access to an object instance within the set
|
Modifier and Type | Method and Description |
---|---|
protected void |
LinkResult.addLink(java.util.Map map,
ReconValue value,
ReconValue valueLinked,
ReconLinkExpression linkRule) |
void |
LinkResult.addLink(ReconValue leadingValue,
ReconValue subordinateValue,
ReconLinkExpression linkRule) |
void |
LinkResult.addLinks(ReconValue leadingValue,
java.util.List subordinateValues,
ReconLinkExpression linkRule) |
void |
SubordinateSetAttribute.addValue(java.lang.Object value,
ReconValue objectInstance)
Adds the value to the container; assumes that the objects come in sorted
in ascending order on their numerical unique ID (required for the proper
operation of set operations)
|
ReconValue |
ReconValueSet.addValue(ReconValue valueContainer)
Attach an existing attribute values object to the set
|
void |
ComparisonQueryHelper.attachOneResult(java.lang.String objectName,
ReconValue value)
Attach ONE object to the statement set, removing anything that existed
before Use with caution :)
|
protected boolean |
ReconOperatorCompFilter.compareFilterClassStruct(ReconValue av)
Compare the classtructure defined in dataset Filter with the current object's classtructure
|
int |
ReconValue.compareTo(ReconValue anotherReconValue)
Compares two ReconValue objects.
|
java.util.List |
ReconLinkExpression.evaluateLinkExpression(ReconValue leadingObject,
SubordinateSetAttribute[] subordinateSetAttributes)
Evaluates the expression, compiling it first if needed.
|
protected java.util.List |
ReconLinkExpression.evaluateLinkExpressionTree(BinaryTreeNode root,
ReconValue leadingObject,
SubordinateSetAttribute[] subordinateSetAttributes)
Traverse the binary tree using a recursive algorithm
|
java.util.List |
ReconOperatorLinkCompareAttribute.evaluateOperator(ReconValue leadingObject,
SubordinateSetAttribute[] subordinateSetAttributes) |
protected void |
ReconOperator.fillInDataSetSpecificData(ReconCompResult ret,
ReconValue reconValue,
DataSet dataSet) |
protected void |
ReconLinkProcessor.registerMultilinkedData(java.util.Map multilinkedSet,
ReconValue multilinkedObject,
ReconLinkExpression cascadingRule)
Registers data which got multiple linkings.
|
void |
ReconValue.setParentValue(ReconValue parentValue) |
Modifier and Type | Method and Description |
---|---|
protected void |
ComparisonDataLoader.loadDataForOne(ComparisonStatementHelper sh,
java.lang.String sql,
ReconValue parentValue)
Query DB to load data and set record data for the current object "sh"
|