|
||||||||||
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 |
State.createDeferrableTrigger(java.lang.String name)
Creates a new Trigger , with the specified 'Name', and appends it to the 'Deferrable Trigger' containment reference list |
Trigger |
BehavioredClassifier.createOwnedTrigger(java.lang.String name)
Creates a new Trigger , with the specified 'Name', and appends it to the 'Owned Trigger' containment reference list |
Trigger |
UMLFactory.createTrigger()
Returns a new object of class 'Trigger' |
Trigger |
AcceptEventAction.createTrigger(java.lang.String name)
Creates a new Trigger , with the specified 'Name', and appends it to the 'Trigger' containment reference list |
Trigger |
Transition.createTrigger(java.lang.String name)
Creates a new Trigger , with the specified 'Name', and appends it to the 'Trigger' containment reference list |
Trigger |
State.getDeferrableTrigger(java.lang.String name)
Retrieves the first Trigger with the specified 'Name' from the 'Deferrable Trigger' containment reference list |
Trigger |
State.getDeferrableTrigger(java.lang.String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first Trigger with the specified 'Name' from the 'Deferrable Trigger' containment reference list |
Trigger |
BehavioredClassifier.getOwnedTrigger(java.lang.String name)
Retrieves the first Trigger with the specified 'Name' from the 'Owned Trigger' containment reference list |
Trigger |
BehavioredClassifier.getOwnedTrigger(java.lang.String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first Trigger with the specified 'Name' from the 'Owned Trigger' containment reference list |
Trigger |
ReplyAction.getReplyToCall()
Returns the value of the 'Reply To Call' reference |
Trigger |
AcceptEventAction.getTrigger(java.lang.String name)
Retrieves the first Trigger with the specified 'Name' from the 'Trigger' containment reference list |
Trigger |
Transition.getTrigger(java.lang.String name)
Retrieves the first Trigger with the specified 'Name' from the 'Trigger' containment reference list |
Trigger |
AcceptEventAction.getTrigger(java.lang.String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first Trigger with the specified 'Name' from the 'Trigger' containment reference list |
Trigger |
Transition.getTrigger(java.lang.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 that return types with arguments of type Trigger | |
---|---|
org.eclipse.emf.common.util.EList<Trigger> |
State.getDeferrableTriggers()
Returns the value of the 'Deferrable Trigger' containment reference list. |
org.eclipse.emf.common.util.EList<Trigger> |
BehavioredClassifier.getOwnedTriggers()
Returns the value of the 'Owned Trigger' containment reference list. |
org.eclipse.emf.common.util.EList<Trigger> |
AcceptEventAction.getTriggers()
Returns the value of the 'Trigger' containment reference list. |
org.eclipse.emf.common.util.EList<Trigger> |
Transition.getTriggers()
Returns the value of 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 | |
---|---|
T |
UMLSwitch.caseTrigger(Trigger object)
Returns the result of interpreting the object as an instance of 'Trigger' |
boolean |
UMLValidator.validateTrigger(Trigger trigger,
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. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |