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

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

Uses of SendSignalAction in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return SendSignalAction
 SendSignalAction UMLFactory.createSendSignalAction()
          Returns a new object of class 'Send Signal Action'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type SendSignalAction
 boolean UMLValidator.validateSendSignalAction(SendSignalAction sendSignalAction, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateSendSignalAction_validateNumberOrder(SendSignalAction sendSignalAction, DiagnosticChain diagnostics, Map context)
          Validates the validateNumberOrder constraint of 'Send Signal Action'
 boolean UMLValidator.validateSendSignalAction_validateTypeOrderingMultiplicity(SendSignalAction sendSignalAction, DiagnosticChain diagnostics, Map context)
          Validates the validateTypeOrderingMultiplicity constraint of 'Send Signal Action'
 Object UMLSwitch.caseSendSignalAction(SendSignalAction object)
          Returns the result of interpretting the object as an instance of 'Send Signal Action'
 


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