Uses of Interface
org.eclipse.uml2.uml.TimeExpression

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

Uses of TimeExpression in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return TimeExpression
 TimeExpression UMLFactory.createTimeExpression()
          Returns a new object of class 'Time Expression'
 

Uses of TimeExpression in org.eclipse.uml2.uml.util
 

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


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