Package | Description |
---|---|
org.drools.model | |
org.drools.model.impl |
Modifier and Type | Field and Description |
---|---|
static Rule.Attribute<String> |
Rule.Attribute.ACTIVATION_GROUP |
static Rule.Attribute<String> |
Rule.Attribute.AGENDA_GROUP |
static Rule.Attribute<Boolean> |
Rule.Attribute.AUTO_FOCUS |
static Rule.Attribute<String[]> |
Rule.Attribute.CALENDARS |
static Rule.Attribute<Calendar> |
Rule.Attribute.DATE_EFFECTIVE |
static Rule.Attribute<Calendar> |
Rule.Attribute.DATE_EXPIRES |
static Rule.Attribute<String> |
Rule.Attribute.DURATION |
static Rule.Attribute<Boolean> |
Rule.Attribute.ENABLED |
static Rule.Attribute<Boolean> |
Rule.Attribute.LOCK_ON_ACTIVE |
static Rule.Attribute<Boolean> |
Rule.Attribute.NO_LOOP |
static Rule.Attribute<String> |
Rule.Attribute.RULEFLOW_GROUP |
static Rule.Attribute<Integer> |
Rule.Attribute.SALIENCE |
static Rule.Attribute<String> |
Rule.Attribute.TIMER |
Modifier and Type | Method and Description |
---|---|
<T> T |
Rule.getAttribute(Rule.Attribute<T> attribute) |
Modifier and Type | Method and Description |
---|---|
<T> RuleBuilder |
RuleBuilder.attribute(Rule.Attribute<T> attribute,
T value) |
<T> T |
RuleImpl.getAttribute(Rule.Attribute<T> attribute) |
Constructor and 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) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.