Package org.jbpm.workflow.instance.rule
Class DecisionRuleType
java.lang.Object
org.jbpm.workflow.instance.rule.AbstractRuleType
org.jbpm.workflow.instance.rule.DecisionRuleType
- All Implemented Interfaces:
Serializable,RuleType
- See Also:
-
Field Summary
Fields inherited from class org.jbpm.workflow.instance.rule.AbstractRuleType
nameFields inherited from interface org.jbpm.workflow.instance.rule.RuleType
DMN_LANG, DRL_LANG, RULE_UNIT_LANG, UNIT_RULEFLOW_PREFIX -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDecisionRuleType(String namespace, String model, String decision) -
Method Summary
Modifier and TypeMethodDescriptionvoidevaluate(RuleSetNodeInstance rsni) getModel()booleantoString()Methods inherited from class org.jbpm.workflow.instance.rule.AbstractRuleType
getName, isRuleFlowGroup, isRuleUnit
-
Constructor Details
-
DecisionRuleType
-
-
Method Details
-
getNamespace
-
getModel
-
getDecision
-
isDecision
public boolean isDecision()- Specified by:
isDecisionin interfaceRuleType- Overrides:
isDecisionin classAbstractRuleType
-
toString
-
evaluate
-