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
 T UMLSwitch.caseTimeEvent(TimeEvent object)
          Returns the result of interpreting the object as an instance of 'Time Event'
 boolean UMLValidator.validateTimeEvent_validateStartingTime(TimeEvent timeEvent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateStartingTime constraint of 'Time Event'
 boolean UMLValidator.validateTimeEvent_validateWhenNonNegative(TimeEvent timeEvent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateWhenNonNegative constraint of 'Time Event'
 boolean UMLValidator.validateTimeEvent(TimeEvent timeEvent, 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.