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

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

Uses of ReplyAction in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ReplyAction
 ReplyAction UMLFactory.createReplyAction()
          Returns a new object of class 'Reply Action'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ReplyAction
 boolean UMLValidator.validateReplyAction(ReplyAction replyAction, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateReplyAction_validatePinsMatchParameter(ReplyAction replyAction, DiagnosticChain diagnostics, Map context)
          Validates the validatePinsMatchParameter constraint of 'Reply Action'
 boolean UMLValidator.validateReplyAction_validateEventOnReplyToCallTrigger(ReplyAction replyAction, DiagnosticChain diagnostics, Map context)
          Validates the validateEventOnReplyToCallTrigger constraint of 'Reply Action'
 Object UMLSwitch.caseReplyAction(ReplyAction object)
          Returns the result of interpretting the object as an instance of 'Reply Action'
 


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