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
 T UMLSwitch.caseSendSignalAction(SendSignalAction object)
          Returns the result of interpreting the object as an instance of 'Send Signal Action'
 boolean UMLValidator.validateSendSignalAction_validateNumberOrder(SendSignalAction sendSignalAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNumberOrder constraint of 'Send Signal Action'
 boolean UMLValidator.validateSendSignalAction_validateTypeOrderingMultiplicity(SendSignalAction sendSignalAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateTypeOrderingMultiplicity constraint of 'Send Signal Action'
 boolean UMLValidator.validateSendSignalAction(SendSignalAction sendSignalAction, 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.