Uses of Interface
org.eclipse.uml2.EventOccurrence

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

Uses of EventOccurrence in org.eclipse.uml2
 

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

Methods in org.eclipse.uml2 that return EventOccurrence
 EventOccurrence UML2Factory.createEventOccurrence()
          Returns a new object of class 'Event Occurrence'
 EventOccurrence GeneralOrdering.getBefore()
          Returns the value of the 'Before' reference.
 EventOccurrence GeneralOrdering.getAfter()
          Returns the value of the 'After' reference.
 EventOccurrence ExecutionOccurrence.getStart()
          Returns the value of the 'Start' reference.
 EventOccurrence ExecutionOccurrence.getFinish()
          Returns the value of the 'Finish' reference.
 

Methods in org.eclipse.uml2 with parameters of type EventOccurrence
 void GeneralOrdering.setBefore(EventOccurrence value)
          Sets the value of the 'Before' reference
 void GeneralOrdering.setAfter(EventOccurrence value)
          Sets the value of the 'After' reference
 void ExecutionOccurrence.setStart(EventOccurrence value)
          Sets the value of the 'Start' reference
 void ExecutionOccurrence.setFinish(EventOccurrence value)
          Sets the value of the 'Finish' reference
 

Uses of EventOccurrence in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type EventOccurrence
 boolean UML2Validator.validateEventOccurrence(EventOccurrence eventOccurrence, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseEventOccurrence(EventOccurrence object)
          Returns the result of interpretting the object as an instance of 'Event Occurrence'
 


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