Uses of Interface
org.eclipse.uml2.CallTrigger

Packages that use CallTrigger
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of CallTrigger in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return CallTrigger
 CallTrigger UML2Factory.createCallTrigger()
          Returns a new object of class 'Call Trigger'
 CallTrigger ReplyAction.getReplyToCall()
          Returns the value of the 'Reply To Call' reference
 

Methods in org.eclipse.uml2 with parameters of type CallTrigger
 void ReplyAction.setReplyToCall(CallTrigger value)
          Sets the value of the 'Reply To Call' reference
 

Uses of CallTrigger in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type CallTrigger
 boolean UML2Validator.validateCallTrigger(CallTrigger callTrigger, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseCallTrigger(CallTrigger object)
          Returns the result of interpretting the object as an instance of 'Call Trigger'
 


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