Uses of Interface
org.eclipse.uml2.Trigger

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

Uses of Trigger in org.eclipse.uml2
 

Subinterfaces of Trigger in org.eclipse.uml2
 interface AnyTrigger
           A representation of the model object 'Any Trigger'
 interface CallTrigger
           A representation of the model object 'Call Trigger'
 interface ChangeTrigger
           A representation of the model object 'Change Trigger'
 interface MessageTrigger
           A representation of the model object 'Message Trigger'
 interface SignalTrigger
           A representation of the model object 'Signal Trigger'
 interface TimeTrigger
           A representation of the model object 'Time Trigger'
 

Methods in org.eclipse.uml2 that return Trigger
 Trigger Transition.getTrigger(String unqualifiedName)
          Retrieves the Trigger with the specified name from the 'Trigger' reference list
 Trigger State.getDeferrableTrigger(String unqualifiedName)
          Retrieves the Trigger with the specified name from the 'Deferrable Trigger' reference list
 Trigger BehavioredClassifier.getOwnedTrigger(String unqualifiedName)
          Retrieves the Trigger with the specified name from the 'Owned Trigger' containment reference list
 Trigger BehavioredClassifier.createOwnedTrigger(EClass eClass)
          Creates a Trigger and appends it to the 'Owned Trigger' containment reference list
 Trigger AcceptEventAction.getTrigger(String unqualifiedName)
          Retrieves the Trigger with the specified name from the 'Trigger' reference list
 

Uses of Trigger in org.eclipse.uml2.util
 

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


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