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
public class HitPolicyRuleOrder extends AbstractHitPolicy implements ComposeDecisionResultBehavior
- Author:
- Yvo Swillens
-
-
Field Summary
-
Fields inherited from class org.flowable.dmn.engine.impl.hitpolicy.AbstractHitPolicy
multipleResults
-
-
Constructor Summary
Constructors Constructor Description HitPolicyRuleOrder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHitPolicyName()Returns the name for the specific Hit Policy behavior-
Methods inherited from class org.flowable.dmn.engine.impl.hitpolicy.AbstractHitPolicy
composeDecisionResults, composeRuleResult, shouldContinueEvaluating, updateStackWithDecisionResults
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.dmn.engine.impl.hitpolicy.ComposeDecisionResultBehavior
composeDecisionResults, updateStackWithDecisionResults
-
-
-
-
Method Detail
-
getHitPolicyName
public String getHitPolicyName()
Description copied from class:AbstractHitPolicyReturns the name for the specific Hit Policy behavior- Specified by:
getHitPolicyNamein classAbstractHitPolicy
-
-