|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
A representation of the model object 'Action'.
The following features are supported:
UML2Package.getAction()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Fields inherited from interface org.eclipse.uml2.NamedElement |
|---|
SEPARATOR |
| Method Summary | |
|---|---|
Constraint |
createLocalPostcondition()
Creates a Constraint and appends it to the 'Local Postcondition' containment reference list |
Constraint |
createLocalPostcondition(EClass eClass)
Creates a Constraint and appends it to the 'Local Postcondition' containment reference list |
Constraint |
createLocalPrecondition()
Creates a Constraint and appends it to the 'Local Precondition' containment reference list |
Constraint |
createLocalPrecondition(EClass eClass)
Creates a Constraint and appends it to the 'Local Precondition' containment reference list |
Classifier |
getContext()
Returns the value of the 'Context' reference |
java.lang.String |
getEffect()
Returns the value of the 'Effect' attribute. |
InputPin |
getInput(java.lang.String name)
Retrieves the InputPin with the specified 'Name' from the 'Input' reference list |
EList |
getInputs()
Returns the value of the 'Input' reference list. |
Constraint |
getLocalPostcondition(java.lang.String name)
Retrieves the Constraint with the specified 'Name' from the 'Local Postcondition' containment reference list |
EList |
getLocalPostconditions()
Returns the value of the 'Local Postcondition' containment reference list. |
Constraint |
getLocalPrecondition(java.lang.String name)
Retrieves the Constraint with the specified 'Name' from the 'Local Precondition' containment reference list |
EList |
getLocalPreconditions()
Returns the value of the 'Local Precondition' containment reference list. |
OutputPin |
getOutput(java.lang.String name)
Retrieves the OutputPin with the specified 'Name' from the 'Output' reference list |
EList |
getOutputs()
Returns the value of the 'Output' reference list. |
void |
setEffect(java.lang.String value)
Sets the value of the ' Effect' attribute |
| Methods inherited from interface org.eclipse.uml2.ExecutableNode |
|---|
createHandler, createHandler, getHandlers |
| Methods inherited from interface org.eclipse.uml2.ActivityNode |
|---|
getActivity, getIncoming, getIncomings, getInGroups, getInInterruptibleRegions, getInPartition, getInPartitions, getInStructuredNode, getOutgoing, getOutgoings, getRedefinedElement, getRedefinedElements, setActivity, setInStructuredNode |
| Methods inherited from interface org.eclipse.uml2.RedefinableElement |
|---|
getRedefinitionContext, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid |
| Methods inherited from interface org.eclipse.uml2.NamedElement |
|---|
allNamespaces, createDependency, createNameExpression, createNameExpression, getClientDependencies, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
| Methods inherited from interface org.eclipse.uml2.TemplateableElement |
|---|
createOwnedTemplateSignature, createOwnedTemplateSignature, createTemplateBinding, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
| Methods inherited from interface org.eclipse.uml2.Element |
|---|
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, hasValue, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
|---|
getEAnnotation, getEAnnotations |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
public static final java.lang.String copyright
| Method Detail |
public java.lang.String getEffect()
"".
If the meaning of the 'Effect' attribute isn't clear, there really should be more of a description here...
setEffect(String),
UML2Package.getAction_Effect()public void setEffect(java.lang.String value)
Effect' attribute.
value - the new value of the 'Effect' attribute.getEffect()public EList getOutputs()
OutputPin.
If the meaning of the 'Output' reference list isn't clear, there really should be more of a description here...
UML2Package.getAction_Output()public OutputPin getOutput(java.lang.String name)
OutputPin with the specified 'Name' from the 'Output' reference list.
name - The 'Name' of the OutputPin to retrieve.
OutputPin with the specified 'Name', or null.getOutputs()public EList getInputs()
InputPin.
If the meaning of the 'Input' reference list isn't clear, there really should be more of a description here...
UML2Package.getAction_Input()public InputPin getInput(java.lang.String name)
InputPin with the specified 'Name' from the 'Input' reference list.
name - The 'Name' of the InputPin to retrieve.
InputPin with the specified 'Name', or null.getInputs()public Classifier getContext()
If the meaning of the 'Context' reference isn't clear, there really should be more of a description here...
UML2Package.getAction_Context()public EList getLocalPreconditions()
Constraint.
If the meaning of the 'Local Precondition' containment reference list isn't clear, there really should be more of a description here...
Constraint that must be satisfied when execution is started.
UML2Package.getAction_LocalPrecondition()public Constraint getLocalPrecondition(java.lang.String name)
Constraint with the specified 'Name' from the 'Local Precondition' containment reference list.
name - The 'Name' of the Constraint to retrieve.
Constraint with the specified 'Name', or null.getLocalPreconditions()public Constraint createLocalPrecondition(EClass eClass)
Constraint and appends it to the 'Local Precondition' containment reference list.
eClass - The Ecore class of the Constraint to create.
Constraint.getLocalPreconditions()public Constraint createLocalPrecondition()
Constraint and appends it to the 'Local Precondition' containment reference list.
Constraint.getLocalPreconditions()public EList getLocalPostconditions()
Constraint.
If the meaning of the 'Local Postcondition' containment reference list isn't clear, there really should be more of a description here...
Constraint that must be satisfied when executed is completed.
UML2Package.getAction_LocalPostcondition()public Constraint getLocalPostcondition(java.lang.String name)
Constraint with the specified 'Name' from the 'Local Postcondition' containment reference list.
name - The 'Name' of the Constraint to retrieve.
Constraint with the specified 'Name', or null.getLocalPostconditions()public Constraint createLocalPostcondition(EClass eClass)
Constraint and appends it to the 'Local Postcondition' containment reference list.
eClass - The Ecore class of the Constraint to create.
Constraint.getLocalPostconditions()public Constraint createLocalPostcondition()
Constraint and appends it to the 'Local Postcondition' containment reference list.
Constraint.getLocalPostconditions()
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||