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

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

Uses of TimeEvent in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return TimeEvent
 TimeEvent UMLFactory.createTimeEvent()
          Returns a new object of class 'Time Event'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type TimeEvent
 boolean UMLValidator.validateTimeEvent(TimeEvent timeEvent, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateTimeEvent_validateWhenNonNegative(TimeEvent timeEvent, DiagnosticChain diagnostics, Map context)
          Validates the validateWhenNonNegative constraint of 'Time Event'
 boolean UMLValidator.validateTimeEvent_validateStartingTime(TimeEvent timeEvent, DiagnosticChain diagnostics, Map context)
          Validates the validateStartingTime constraint of 'Time Event'
 Object UMLSwitch.caseTimeEvent(TimeEvent object)
          Returns the result of interpretting the object as an instance of 'Time Event'
 


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