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
 T UMLSwitch.caseReplyAction(ReplyAction object)
          Returns the result of interpreting the object as an instance of 'Reply Action'
 boolean UMLValidator.validateReplyAction_validateEventOnReplyToCallTrigger(ReplyAction replyAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateEventOnReplyToCallTrigger constraint of 'Reply Action'
 boolean UMLValidator.validateReplyAction_validatePinsMatchParameter(ReplyAction replyAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validatePinsMatchParameter constraint of 'Reply Action'
 boolean UMLValidator.validateReplyAction(ReplyAction replyAction, 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.