Class RuleAttribute
- java.lang.Object
-
- org.drools.workbench.models.datamodel.rule.RuleAttribute
-
public class RuleAttribute extends Object
This holds values for rule attributes (eg salience, agenda-group etc).
-
-
Constructor Summary
Constructors Constructor Description RuleAttribute()RuleAttribute(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAttributeName()StringgetValue()inthashCode()voidsetAttributeName(String attributeName)voidsetValue(String value)StringtoString()
-