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(String unqualifiedName)
          Retrieves the TimeExpression with the specified name from the 'Now' containment reference list
 TimeExpression TimeObservationAction.createNow(EClass eClass)
          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, Map context)
           
 Object UML2Switch.caseTimeExpression(TimeExpression object)
          Returns the result of interpretting the object as an instance of 'Time Expression'
 


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