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
 T UMLSwitch.caseIntervalConstraint(IntervalConstraint object)
          Returns the result of interpreting the object as an instance of 'Interval Constraint'
 boolean UMLValidator.validateIntervalConstraint(IntervalConstraint intervalConstraint, 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.