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

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

Uses of Interval in org.eclipse.uml2.uml
 

Subinterfaces of Interval in org.eclipse.uml2.uml
 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.uml that return Interval
 Interval UMLFactory.createInterval()
          Returns a new object of class 'Interval'
 

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

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


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