de.xabsl.jxabsl.expression.bool
Class EnumeratedExpressionComparison
java.lang.Object
de.xabsl.jxabsl.expression.bool.BooleanExpression
de.xabsl.jxabsl.expression.bool.EnumeratedExpressionComparison
public class EnumeratedExpressionComparison
- extends BooleanExpression
Represents a comparison of enumerated expressions
Method Summary |
boolean |
getValue()
Returns the value of the boolean expression. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumeratedExpressionComparison
public EnumeratedExpressionComparison(InputSource input,
java.util.List<Action> actions,
DebugMessages debug,
OptionParameters parameters,
Symbols symbols,
TimeFunction timeOfOptionExecution,
TimeFunction timeOfStateExecution)
throws IntermediateCodeMalformedException
- Constructor. Creates the element
- Parameters:
input
- An input source for the intermediate code. It must be opened
and read until A position where a expression starts.actions
- The subsequent behaviors i.e options and basic behaviors of
the state.debug
- For debugging outputparameters
- The parameters of the optionsymbols
- All available symbolstimeOfOptionExecution
- The time how long the option is already activetimeOfStateExecution
- The time how long the state is already active
- Throws:
IntermediateCodeMalformedException
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