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

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

Uses of IntervalConstraint in org.eclipse.uml2.uml
 

Subinterfaces of IntervalConstraint in org.eclipse.uml2.uml
 interface DurationConstraint
           A representation of the model object 'Duration Constraint'
 interface TimeConstraint
           A representation of the model object 'Time Constraint'
 

Methods in org.eclipse.uml2.uml that return IntervalConstraint
 IntervalConstraint UMLFactory.createIntervalConstraint()
          Returns a new object of class 'Interval Constraint'
 

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

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


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