de.xabsl.jxabsl.expression.bool
Class SubsequentOptionReachedTargetStateCondition

java.lang.Object
  extended by de.xabsl.jxabsl.expression.bool.BooleanExpression
      extended by de.xabsl.jxabsl.expression.bool.SubsequentOptionReachedTargetStateCondition

public class SubsequentOptionReachedTargetStateCondition
extends BooleanExpression

Represents a 'subsequent-option-reached-target-state' expression


Field Summary
 
Fields inherited from class de.xabsl.jxabsl.expression.bool.BooleanExpression
debug
 
Constructor Summary
SubsequentOptionReachedTargetStateCondition(java.util.List<Action> actions, DebugMessages debug)
          Constructor.
 
Method Summary
 boolean getValue()
          Returns the value of the boolean expression.
 
Methods inherited from class de.xabsl.jxabsl.expression.bool.BooleanExpression
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubsequentOptionReachedTargetStateCondition

public SubsequentOptionReachedTargetStateCondition(java.util.List<Action> actions,
                                                   DebugMessages debug)
Constructor. Creates the element.

Parameters:
actions - The subsequent behaviors i.e options and basic behaviors of the state.
debug - For debugging output
Method Detail

getValue

public boolean getValue()
Description copied from class: BooleanExpression
Returns the value of the boolean expression.

Specified by:
getValue in class BooleanExpression
Returns:
the value of the boolean expression