psdi.app.recontask.engine

Class ReconOperatorLinkCompareAttribute



  • public class ReconOperatorLinkCompareAttribute
    extends ReconOperator
    • Field Detail

      • dataset1AttributeIndex

        protected int dataset1AttributeIndex
      • dataset2AttributeIndex

        protected int dataset2AttributeIndex
    • Constructor Detail

      • ReconOperatorLinkCompareAttribute

        public ReconOperatorLinkCompareAttribute(ReconInfo reconInfo)
        constructs with highest possible priority
    • Method Detail

      • getInstance

        public ReconOperator getInstance()
        Description copied from class: ReconOperator
        Factory-like method to allow operator objects that cache initializations to return a new instance instead of this
        Specified by:
        getInstance in class ReconOperator
        Returns:
        overrides will return a new instance
      • setDataset1AttributeIndex

        public void setDataset1AttributeIndex(int authorizedAssetAttributeIndex)
      • setDataset2AttributeIndex

        public void setDataset2AttributeIndex(int deployedAssetAttributeIndex)