Class HitPolicyRuleOrder
java.lang.Object
org.flowable.dmn.engine.impl.hitpolicy.AbstractHitPolicy
org.flowable.dmn.engine.impl.hitpolicy.HitPolicyRuleOrder
- All Implemented Interfaces:
ComposeDecisionResultBehavior, ComposeRuleResultBehavior, ContinueEvaluatingBehavior
- Author:
- Yvo Swillens
-
Field Summary
Fields inherited from class AbstractHitPolicy
multipleResults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name for the specific Hit Policy behaviorMethods inherited from class AbstractHitPolicy
composeDecisionResults, composeRuleResult, shouldContinueEvaluating, updateStackWithDecisionResultsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ComposeDecisionResultBehavior
composeDecisionResults, updateStackWithDecisionResults
-
Constructor Details
-
HitPolicyRuleOrder
public HitPolicyRuleOrder()
-
-
Method Details
-
getHitPolicyName
Description copied from class:AbstractHitPolicyReturns the name for the specific Hit Policy behavior- Specified by:
getHitPolicyNamein classAbstractHitPolicy
-