Uses of Interface
org.eclipse.uml2.InteractionConstraint

Packages that use InteractionConstraint
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of InteractionConstraint in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return InteractionConstraint
 InteractionConstraint UML2Factory.createInteractionConstraint()
          Returns a new object of class 'Interaction Constraint'
 InteractionConstraint InteractionOperand.getGuard()
          Returns the value of the 'Guard' containment reference
 InteractionConstraint InteractionOperand.createGuard(EClass eClass)
          Creates a InteractionConstraint and sets the 'Guard' containment reference
 

Methods in org.eclipse.uml2 with parameters of type InteractionConstraint
 void InteractionOperand.setGuard(InteractionConstraint value)
          Sets the value of the 'Guard' containment reference
 

Uses of InteractionConstraint in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type InteractionConstraint
 boolean UML2Validator.validateInteractionConstraint(InteractionConstraint interactionConstraint, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseInteractionConstraint(InteractionConstraint object)
          Returns the result of interpretting the object as an instance of 'Interaction Constraint'
 


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