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

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

Uses of TimeConstraint in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return TimeConstraint
 TimeConstraint UMLFactory.createTimeConstraint()
          Returns a new object of class 'Time Constraint'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type TimeConstraint
 boolean UMLValidator.validateTimeConstraint(TimeConstraint timeConstraint, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseTimeConstraint(TimeConstraint object)
          Returns the result of interpretting the object as an instance of 'Time Constraint'
 


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