Package org.jbpm.workflow.instance.rule
Interface RuleType
- All Known Implementing Classes:
AbstractRuleType,DecisionRuleType,RuleFlowGroupRuleType,RuleUnitRuleType
public interface RuleType
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic DecisionRuleTypevoidevaluate(RuleSetNodeInstance rsni) getName()booleanbooleanbooleanstatic RuleTypestatic RuleFlowGroupRuleTyperuleFlowGroup(String name) static RuleUnitRuleType
-
Field Details
-
UNIT_RULEFLOW_PREFIX
- See Also:
-
DRL_LANG
- See Also:
-
RULE_UNIT_LANG
- See Also:
-
DMN_LANG
- See Also:
-
-
Method Details
-
getName
String getName() -
evaluate
-
isRuleFlowGroup
boolean isRuleFlowGroup() -
isRuleUnit
boolean isRuleUnit() -
isDecision
boolean isDecision() -
of
-
ruleFlowGroup
-
ruleUnit
-
decision
-