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
 T UMLSwitch.caseTimeConstraint(TimeConstraint object)
          Returns the result of interpreting the object as an instance of 'Time Constraint'
 boolean UMLValidator.validateTimeConstraint(TimeConstraint timeConstraint, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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