public class JavaRule extends AttributeRule
主要管理执行预定义的规则,例如:字段值域检测等
构造器和说明 |
---|
JavaRule(AttributeRuleInfo attributeRuleInfo) |
public JavaRule(AttributeRuleInfo attributeRuleInfo)
public boolean init(AttributeRuleInfo attributeRuleInfo)
AttributeRule
init
在类中 AttributeRule
attributeRuleInfo
- 根据规则信息构造规则public ArrayList<AttributeRuleError> excute(DatasetVector datasetVector)
AttributeRule
excute
在类中 AttributeRule
datasetVector
- 根据规则信息构造规则
返回说明,如果返回NULL,表示执行中遇到错误,否则返回值不为NULL;返回的数组个数为0,表示没有错误记录Copyright © 2021–2024 SuperMap. All rights reserved.