Uses of Interface
org.drools.model.Rule.Attribute
-
Packages that use Rule.Attribute Package Description org.drools.model org.drools.model.impl -
-
Uses of Rule.Attribute in org.drools.model
Fields in org.drools.model declared as Rule.Attribute Modifier and Type Field Description static Rule.Attribute<String>Rule.Attribute. ACTIVATION_GROUPstatic Rule.Attribute<String>Rule.Attribute. AGENDA_GROUPstatic Rule.Attribute<Boolean>Rule.Attribute. AUTO_FOCUSstatic Rule.Attribute<String[]>Rule.Attribute. CALENDARSstatic Rule.Attribute<Calendar>Rule.Attribute. DATE_EFFECTIVEstatic Rule.Attribute<Calendar>Rule.Attribute. DATE_EXPIRESstatic Rule.Attribute<String>Rule.Attribute. DURATIONstatic Rule.Attribute<Boolean>Rule.Attribute. ENABLEDstatic Rule.Attribute<Boolean>Rule.Attribute. LOCK_ON_ACTIVEstatic Rule.Attribute<Boolean>Rule.Attribute. NO_LOOPstatic Rule.Attribute<String>Rule.Attribute. RULEFLOW_GROUPstatic Rule.Attribute<Integer>Rule.Attribute. SALIENCEstatic Rule.Attribute<String>Rule.Attribute. TIMERMethods in org.drools.model with parameters of type Rule.Attribute Modifier and Type Method Description <T> TRule. getAttribute(Rule.Attribute<T> attribute) -
Uses of Rule.Attribute in org.drools.model.impl
Methods in org.drools.model.impl with parameters of type Rule.Attribute Modifier and Type Method Description <T> RuleBuilderRuleBuilder. attribute(Rule.Attribute<T> attribute, DynamicValueSupplier<T> value)<T> RuleBuilderRuleBuilder. attribute(Rule.Attribute<T> attribute, T value)<T> TRuleImpl. getAttribute(Rule.Attribute<T> attribute)Constructor parameters in org.drools.model.impl with type arguments of type Rule.Attribute Constructor Description RuleImpl(String pkg, String name, String unit, CompositePatterns view, Map<Rule.Attribute,Object> attributes, Map<String,Object> metaAttributes)RuleImpl(String pkg, String name, String unit, View view, Consequence consequence, Map<Rule.Attribute,Object> attributes, Map<String,Object> metaAttributes)
-