public class IfPart extends Object
Represents a sentry’s IfPart.
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCondition()
Get the string expression from the if-part condition. 
 | 
Sentry | 
getSentry()  | 
TriggerResult | 
isTriggered(PlanItem planItem,
           TransitionData transitionData,
           EvaluationListeners evaluationListeners)
Method to evaluate this  
IfPart. | 
String | 
toString()  | 
public Sentry getSentry()
public String getCondition()
Get the string expression from the if-part condition. Note: there’s exactly one condition for an if-part (spec figure 5.7).
public TriggerResult isTriggered(PlanItem planItem, TransitionData transitionData, EvaluationListeners evaluationListeners)
Method to evaluate this IfPart.
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.