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

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

Uses of DurationConstraint in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return DurationConstraint
 DurationConstraint UMLFactory.createDurationConstraint()
          Returns a new object of class 'Duration Constraint'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type DurationConstraint
 T UMLSwitch.caseDurationConstraint(DurationConstraint object)
          Returns the result of interpreting the object as an instance of 'Duration Constraint'
 boolean UMLValidator.validateDurationConstraint_validateFirstEventMultiplicity(DurationConstraint durationConstraint, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateFirstEventMultiplicity constraint of 'Duration Constraint'
 boolean UMLValidator.validateDurationConstraint(DurationConstraint durationConstraint, 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.