public class SubordinateSetAttribute
extends java.lang.Object
Constructor and Description |
---|
SubordinateSetAttribute(ReconInfo reconInfo) |
Modifier and Type | Method and Description |
---|---|
void |
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)
|
java.util.List |
evaluateOperatorEquals(java.lang.Object value) |
public SubordinateSetAttribute(ReconInfo reconInfo)
public void addValue(java.lang.Object value, ReconValue objectInstance)
value
- the ALN value of an attribute; null and "" are treated equallyobjectInstance
- the instance of the subordinate object that has this value of
the attribute that this SubordinateSetAttribute
refers topublic java.util.List evaluateOperatorEquals(java.lang.Object value)