ujf.verimag.bip.Core.ActionLanguage.Expressions
Interface BooleanLiteral

All Superinterfaces:
Action, Expression
All Known Implementing Classes:
BooleanLiteralImpl

public interface BooleanLiteral
extends Expression

A representation of the model object 'Boolean Literal'.

The following features are supported:

See Also:
ExpressionsPackage.getBooleanLiteral()

Method Summary
 boolean isBValue()
          Returns the value of the 'BValue' attribute.
 void setBValue(boolean value)
          Sets the value of the 'BValue' attribute.
 

Method Detail

isBValue

boolean isBValue()
Returns the value of the 'BValue' attribute.

If the meaning of the 'BValue' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'BValue' attribute.
See Also:
setBValue(boolean), ExpressionsPackage.getBooleanLiteral_BValue()

setBValue

void setBValue(boolean value)
Sets the value of the 'BValue' attribute.

Parameters:
value - the new value of the 'BValue' attribute.
See Also:
isBValue()