Uses of Interface
org.eclipse.uml2.MessageEnd

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

Uses of MessageEnd in org.eclipse.uml2
 

Subinterfaces of MessageEnd in org.eclipse.uml2
 interface EventOccurrence
           A representation of the model object 'Event Occurrence'
 interface Gate
           A representation of the model object 'Gate'
 interface Stop
           A representation of the model object 'Stop'
 

Methods in org.eclipse.uml2 that return MessageEnd
 MessageEnd Message.getReceiveEvent()
          Returns the value of the 'Receive Event' reference.
 MessageEnd Message.getSendEvent()
          Returns the value of the 'Send Event' reference.
 

Methods in org.eclipse.uml2 with parameters of type MessageEnd
 void Message.setReceiveEvent(MessageEnd value)
          Sets the value of the 'Receive Event' reference
 void Message.setSendEvent(MessageEnd value)
          Sets the value of the 'Send Event' reference
 

Uses of MessageEnd in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type MessageEnd
 boolean UML2Validator.validateMessageEnd(MessageEnd messageEnd, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseMessageEnd(MessageEnd object)
          Returns the result of interpretting the object as an instance of 'Message End'
 


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