UML.Semantic.Foundation.DataTypes
Class BooleanExpression

java.lang.Object
  |
  +--UML.Semantic.Foundation.DataTypes.Expression
        |
        +--UML.Semantic.Foundation.DataTypes.BooleanExpression

public class BooleanExpression
extends Expression

In the metamodel BooleanExpression defines a statement which will evaluate to an instance of Boolean when it is evaluated.


Constructor Summary
BooleanExpression()
           
 
Methods inherited from class UML.Semantic.Foundation.DataTypes.Expression
getBody, getElementType, getLanguage, setBody, setElementType, setLanguage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanExpression

public BooleanExpression()