uci.uml.Foundation.Data_Types
Class TimeExpression

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

public class TimeExpression
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
TimeExpression()
           
TimeExpression(String bodyStr)
           
TimeExpression(String langStr, String bodyStr)
           
TimeExpression(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

TimeExpression

public TimeExpression()

TimeExpression

public TimeExpression(Uninterpreted body)

TimeExpression

public TimeExpression(String bodyStr)

TimeExpression

public TimeExpression(String langStr,
                      String bodyStr)