UML.Semantic.Foundation.DataTypes
Class TimeExpression

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

public class TimeExpression
extends Expression

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


Constructor Summary
TimeExpression()
           
 
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

TimeExpression

public TimeExpression()