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

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

Uses of InteractionUse in org.eclipse.uml2.uml
 

Subinterfaces of InteractionUse in org.eclipse.uml2.uml
 interface PartDecomposition
           A representation of the model object 'Part Decomposition'
 

Methods in org.eclipse.uml2.uml that return InteractionUse
 InteractionUse UMLFactory.createInteractionUse()
          Returns a new object of class 'Interaction Use'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type InteractionUse
 boolean UMLValidator.validateInteractionUse(InteractionUse interactionUse, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateInteractionUse_validateGatesMatch(InteractionUse interactionUse, DiagnosticChain diagnostics, Map context)
          Validates the validateGatesMatch constraint of 'Interaction Use'
 boolean UMLValidator.validateInteractionUse_validateAllLifelines(InteractionUse interactionUse, DiagnosticChain diagnostics, Map context)
          Validates the validateAllLifelines constraint of 'Interaction Use'
 boolean UMLValidator.validateInteractionUse_validateArgumentsCorrespondToParameters(InteractionUse interactionUse, DiagnosticChain diagnostics, Map context)
          Validates the validateArgumentsCorrespondToParameters constraint of 'Interaction Use'
 boolean UMLValidator.validateInteractionUse_validateArgumentsAreConstants(InteractionUse interactionUse, DiagnosticChain diagnostics, Map context)
          Validates the validateArgumentsAreConstants constraint of 'Interaction Use'
 Object UMLSwitch.caseInteractionUse(InteractionUse object)
          Returns the result of interpretting the object as an instance of 'Interaction Use'
 


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