com.supermap.data.reviewer

类 AttributeRule

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.reviewer.AttributeRule
  • 直接已知子类:
    JavaRule


    public abstract class AttributeRule
    extends com.supermap.data.InternalHandle
    属性规则抽象基类

    核心是具体的规则和数据集的关联关系,同时可以执行规则返回错误结果

    • 构造器详细资料

      • AttributeRule

        public AttributeRule()
    • 方法详细资料

      • init

        public abstract boolean init(AttributeRuleInfo attributeRuleInfo)
        初始化规则
        参数:
        attributeRuleInfo - 根据规则信息构造规则
      • excute

        public abstract ArrayList<AttributeRuleError> excute(DatasetVector datasetVector)
        执行规则
        参数:
        datasetVector - 根据规则信息构造规则 返回说明,如果返回NULL,表示执行中遇到错误,否则返回值不为NULL;返回的数组个数为0,表示没有错误记录

Copyright © 2021–2024 SuperMap. All rights reserved.