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
| 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 |
BooleanExpression
public BooleanExpression()
BooleanExpression
public BooleanExpression(Uninterpreted body)
BooleanExpression
public BooleanExpression(String bodyStr)
BooleanExpression
public BooleanExpression(String langStr,
String bodyStr)