Class CombinedCondition

java.lang.Object
org.graphwalker.core.condition.StopConditionBase
org.graphwalker.core.condition.CombinedCondition
All Implemented Interfaces:
StopCondition

public class CombinedCondition extends StopConditionBase

CombinedCondition

The CombinedCondition evaluates to fulfilled if all of its conditions are fulfilled.

The CombinedCondition holds a list of stop conditions. Only if all its conditions in its list is fulfilled, the CombinedCondition is fulfilled.

Author:
Nils Olsson