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
 T UMLSwitch.caseInterval(Interval object)
          Returns the result of interpreting the object as an instance of 'Interval'
 boolean UMLValidator.validateInterval(Interval interval, 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.