Class RuleAttribute


  • public class RuleAttribute
    extends Object
    This holds values for rule attributes (eg salience, agenda-group etc).
    • Constructor Detail

      • RuleAttribute

        public RuleAttribute​(String name,
                             String value)
      • RuleAttribute

        public RuleAttribute()
    • Method Detail

      • getAttributeName

        public String getAttributeName()
      • setAttributeName

        public void setAttributeName​(String attributeName)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object