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

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

Uses of InteractionConstraint in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return InteractionConstraint
 InteractionConstraint UMLFactory.createInteractionConstraint()
          Returns a new object of class 'Interaction Constraint'
 InteractionConstraint InteractionOperand.getGuard()
          Returns the value of the 'Guard' containment reference
 InteractionConstraint InteractionOperand.createGuard(String name)
          Creates a new InteractionConstraint,with the specified 'Name', and sets the 'Guard' containment reference
 

Methods in org.eclipse.uml2.uml 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.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type InteractionConstraint
 boolean UMLValidator.validateInteractionConstraint(InteractionConstraint interactionConstraint, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateInteractionConstraint_validateDynamicVariables(InteractionConstraint interactionConstraint, DiagnosticChain diagnostics, Map context)
          Validates the validateDynamicVariables constraint of 'Interaction Constraint'
 boolean UMLValidator.validateInteractionConstraint_validateGlobalData(InteractionConstraint interactionConstraint, DiagnosticChain diagnostics, Map context)
          Validates the validateGlobalData constraint of 'Interaction Constraint'
 boolean UMLValidator.validateInteractionConstraint_validateMinintMaxint(InteractionConstraint interactionConstraint, DiagnosticChain diagnostics, Map context)
          Validates the validateMinintMaxint constraint of 'Interaction Constraint'
 boolean UMLValidator.validateInteractionConstraint_validateMinintNonNegative(InteractionConstraint interactionConstraint, DiagnosticChain diagnostics, Map context)
          Validates the validateMinintNonNegative constraint of 'Interaction Constraint'
 boolean UMLValidator.validateInteractionConstraint_validateMaxintPositive(InteractionConstraint interactionConstraint, DiagnosticChain diagnostics, Map context)
          Validates the validateMaxintPositive constraint of 'Interaction Constraint'
 boolean UMLValidator.validateInteractionConstraint_validateMaxintGreaterEqualMinint(InteractionConstraint interactionConstraint, DiagnosticChain diagnostics, Map context)
          Validates the validateMaxintGreaterEqualMinint constraint of 'Interaction Constraint'
 Object UMLSwitch.caseInteractionConstraint(InteractionConstraint object)
          Returns the result of interpretting the object as an instance of 'Interaction Constraint'
 


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