Package org.jbpm.workflow.instance.rule
Class AbstractRuleType
java.lang.Object
org.jbpm.workflow.instance.rule.AbstractRuleType
- All Implemented Interfaces:
Serializable,RuleType
- Direct Known Subclasses:
DecisionRuleType,RuleFlowGroupRuleType,RuleUnitRuleType
- See Also:
-
Field Summary
FieldsFields inherited from interface org.jbpm.workflow.instance.rule.RuleType
DMN_LANG, DRL_LANG, RULE_UNIT_LANG, UNIT_RULEFLOW_PREFIX -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
-
Constructor Details
-
AbstractRuleType
-
-
Method Details
-
isRuleFlowGroup
public boolean isRuleFlowGroup()- Specified by:
isRuleFlowGroupin interfaceRuleType
-
isDecision
public boolean isDecision()- Specified by:
isDecisionin interfaceRuleType
-
isRuleUnit
public boolean isRuleUnit()- Specified by:
isRuleUnitin interfaceRuleType
-
getName
-