Uses of Interface
org.eclipse.uml2.TimeExpression

Packages that use TimeExpression
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of TimeExpression in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return TimeExpression
 TimeExpression UML2Factory.createTimeExpression()
          Returns a new object of class 'Time Expression'
 TimeExpression TimeObservationAction.getNow(java.lang.String name)
          Retrieves the TimeExpression with the specified 'Name' from the 'Now' containment reference list
 TimeExpression TimeObservationAction.createNow(EClass eClass)
          Deprecated. Use #createNow() instead.
 TimeExpression TimeObservationAction.createNow()
          Creates a TimeExpression and appends it to the 'Now' containment reference list
 

Uses of TimeExpression in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type TimeExpression
 boolean UML2Validator.validateTimeExpression(TimeExpression timeExpression, DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object UML2Switch.caseTimeExpression(TimeExpression object)
          Returns the result of interpretting the object as an instance of 'Time Expression'
 


Copyright 2003, 2005 IBM Corporation and others.
All Rights Reserved.