}
GSVAttribute att = entity.attributeNamed(this.currentAttribute.name());
if(att==null){
return 0;
}
return att.rules().count();
}
public GSVRule newRule(GSVRule copyRule){
GSVRule rule = new GSVRule(copyRule.ruleName(),copyRule.cName(),copyRule.mName(),"","");
rule.setParameters(copyRule.parameters());