Class AlternativeCondition

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

public class AlternativeCondition extends StopConditionBase

AlternativeCondition

The AlternativeCondition evaluates to fulfilled if one of its conditions are fulfilled.

The AlternativeCondition holds a list of stop conditions. If one of the conditions in the list is fulfilled, the AlternativeCondition is fulfilled.

Author:
Nils Olsson