uci.uml.Foundation.Data_Types
Class BooleanExpression

java.lang.Object
  |
  +--uci.uml.Foundation.Data_Types.Expression
        |
        +--uci.uml.Foundation.Data_Types.BooleanExpression

public class BooleanExpression
extends Expression

See Also:
Serialized Form

Fields inherited from class uci.uml.Foundation.Data_Types.Expression
_body, _language, C, JAVA, OCL, POSSIBLE_LANGUAGES, UNSPEC
 
Constructor Summary
BooleanExpression()
           
BooleanExpression(String bodyStr)
           
BooleanExpression(String langStr, String bodyStr)
           
BooleanExpression(Uninterpreted body)
           
 
Methods inherited from class uci.uml.Foundation.Data_Types.Expression
dbgString, getBody, getId, getLanguage, getNamedProperty, getOCLTypeStr, newElementID, setBody, setBody, setLanguage, setLanguage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanExpression

public BooleanExpression()

BooleanExpression

public BooleanExpression(Uninterpreted body)

BooleanExpression

public BooleanExpression(String bodyStr)

BooleanExpression

public BooleanExpression(String langStr,
                         String bodyStr)