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 InteractionOperand.createGuard(java.lang.String name)
          Creates a new InteractionConstraint,with the specified 'Name', and sets the 'Guard' containment reference
 InteractionConstraint UMLFactory.createInteractionConstraint()
          Returns a new object of class 'Interaction Constraint'
 InteractionConstraint InteractionOperand.getGuard()
          Returns the value of 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
 T UMLSwitch.caseInteractionConstraint(InteractionConstraint object)
          Returns the result of interpreting the object as an instance of 'Interaction Constraint'
 boolean UMLValidator.validateInteractionConstraint_validateDynamicVariables(InteractionConstraint interactionConstraint, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateDynamicVariables constraint of 'Interaction Constraint'
 boolean UMLValidator.validateInteractionConstraint_validateGlobalData(InteractionConstraint interactionConstraint, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateGlobalData constraint of 'Interaction Constraint'
 boolean UMLValidator.validateInteractionConstraint_validateMaxintGreaterEqualMinint(InteractionConstraint interactionConstraint, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMaxintGreaterEqualMinint constraint of 'Interaction Constraint'
 boolean UMLValidator.validateInteractionConstraint_validateMaxintPositive(InteractionConstraint interactionConstraint, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMaxintPositive constraint of 'Interaction Constraint'
 boolean UMLValidator.validateInteractionConstraint_validateMinintMaxint(InteractionConstraint interactionConstraint, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMinintMaxint constraint of 'Interaction Constraint'
 boolean UMLValidator.validateInteractionConstraint_validateMinintNonNegative(InteractionConstraint interactionConstraint, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMinintNonNegative constraint of 'Interaction Constraint'
 boolean UMLValidator.validateInteractionConstraint(InteractionConstraint interactionConstraint, 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.