public class ReconOperatorLinkCompareAttribute extends ReconOperator
Modifier and Type | Field and Description |
---|---|
protected int |
dataset1AttributeIndex |
protected int |
dataset2AttributeIndex |
isRightAssociative, operator, precedence, reconInfo
Constructor and Description |
---|
ReconOperatorLinkCompareAttribute(ReconInfo reconInfo)
constructs with highest possible priority
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
evaluateOperator(ReconValue leadingObject,
SubordinateSetAttribute[] subordinateSetAttributes) |
ReconOperator |
getInstance()
Factory-like method to allow operator objects that cache
initializations to return a new instance instead of this
|
void |
setDataset1AttributeIndex(int authorizedAssetAttributeIndex) |
void |
setDataset2AttributeIndex(int deployedAssetAttributeIndex) |
fillInDataSetSpecificData, getOperator, getPrecedence, isRightAssociative
protected int dataset1AttributeIndex
protected int dataset2AttributeIndex
public ReconOperatorLinkCompareAttribute(ReconInfo reconInfo)
public ReconOperator getInstance()
ReconOperator
getInstance
in class ReconOperator
public java.util.List evaluateOperator(ReconValue leadingObject, SubordinateSetAttribute[] subordinateSetAttributes)
public void setDataset1AttributeIndex(int authorizedAssetAttributeIndex)
public void setDataset2AttributeIndex(int deployedAssetAttributeIndex)