|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Trigger | |
org.eclipse.uml2.uml | |
org.eclipse.uml2.uml.util |
Uses of Trigger in org.eclipse.uml2.uml |
Methods in org.eclipse.uml2.uml that return Trigger | |
Trigger |
UMLFactory.createTrigger()
Returns a new object of class 'Trigger' |
Trigger |
Transition.createTrigger(String name)
Creates a new Trigger , with the specified 'Name', and appends it to the 'Trigger' containment reference list |
Trigger |
Transition.getTrigger(String name)
Retrieves the first Trigger with the specified 'Name' from the 'Trigger' containment reference list |
Trigger |
Transition.getTrigger(String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first Trigger with the specified 'Name' from the 'Trigger' containment reference list |
Trigger |
State.createDeferrableTrigger(String name)
Creates a new Trigger , with the specified 'Name', and appends it to the 'Deferrable Trigger' containment reference list |
Trigger |
State.getDeferrableTrigger(String name)
Retrieves the first Trigger with the specified 'Name' from the 'Deferrable Trigger' containment reference list |
Trigger |
State.getDeferrableTrigger(String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first Trigger with the specified 'Name' from the 'Deferrable Trigger' containment reference list |
Trigger |
ReplyAction.getReplyToCall()
Returns the value of the 'Reply To Call' reference |
Trigger |
BehavioredClassifier.createOwnedTrigger(String name)
Creates a new Trigger , with the specified 'Name', and appends it to the 'Owned Trigger' containment reference list |
Trigger |
BehavioredClassifier.getOwnedTrigger(String name)
Retrieves the first Trigger with the specified 'Name' from the 'Owned Trigger' containment reference list |
Trigger |
BehavioredClassifier.getOwnedTrigger(String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first Trigger with the specified 'Name' from the 'Owned Trigger' containment reference list |
Trigger |
AcceptEventAction.createTrigger(String name)
Creates a new Trigger , with the specified 'Name', and appends it to the 'Trigger' containment reference list |
Trigger |
AcceptEventAction.getTrigger(String name)
Retrieves the first Trigger with the specified 'Name' from the 'Trigger' containment reference list |
Trigger |
AcceptEventAction.getTrigger(String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first Trigger with the specified 'Name' from the 'Trigger' containment reference list |
Methods in org.eclipse.uml2.uml with parameters of type Trigger | |
void |
ReplyAction.setReplyToCall(Trigger value)
Sets the value of the ' Reply To Call ' reference |
Uses of Trigger in org.eclipse.uml2.uml.util |
Methods in org.eclipse.uml2.uml.util with parameters of type Trigger | |
boolean |
UMLValidator.validateTrigger(Trigger trigger,
DiagnosticChain diagnostics,
Map context)
|
Object |
UMLSwitch.caseTrigger(Trigger object)
Returns the result of interpretting the object as an instance of 'Trigger' |
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |