Uses of Interface
org.eclipse.uml2.Interval

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

Uses of Interval in org.eclipse.uml2
 

Subinterfaces of Interval in org.eclipse.uml2
 interface DurationInterval
           A representation of the model object 'Duration Interval'
 interface TimeInterval
           A representation of the model object 'Time Interval'
 

Methods in org.eclipse.uml2 that return Interval
 Interval UML2Factory.createInterval()
          Returns a new object of class 'Interval'
 

Uses of Interval in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Interval
 boolean UML2Validator.validateInterval(Interval interval, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseInterval(Interval object)
          Returns the result of interpretting the object as an instance of 'Interval'
 


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