org.eclipse.uml2
Interface ReadStructuralFeatureAction
- All Superinterfaces:
- Action, ActivityNode, Element, EModelElement, EObject, ExecutableNode, NamedElement, Notifier, RedefinableElement, StructuralFeatureAction, TemplateableElement
- public interface ReadStructuralFeatureAction
- extends StructuralFeatureAction
A representation of the model object 'Read Structural Feature Action'.
This action reads the values of a structural feature, in order if the structural feature is ordered.
The following features are supported:
- See Also:
UML2Package.getReadStructuralFeatureAction()
Methods inherited from interface org.eclipse.uml2.Action |
createLocalPostcondition, createLocalPrecondition, getContext, getEffect, getInput, getLocalPostcondition, getLocalPostconditions, getLocalPrecondition, getLocalPreconditions, getOutput, getOwnedElements, setEffect |
Methods inherited from interface org.eclipse.uml2.ActivityNode |
getActivity, getIncoming, getIncomings, getInGroups, getInInterruptibleRegions, getInPartition, getInPartitions, getInStructuredNode, getOutgoing, getOutgoings, getOwner, getRedefinedElement, getRedefinedElements, setActivity, setInStructuredNode |
Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
copyright
public static final String copyright
-
- See Also:
- Constant Field Values
getResult
public OutputPin getResult()
- Returns the value of the 'Result' containment reference.
If the meaning of the 'Result' containment reference isn't clear,
there really should be more of a description here...
(Specialized from Action:output) Gives the output pin on which the result is put.
- Returns:
- the value of the 'Result' containment reference.
- See Also:
setResult(OutputPin)
,
UML2Package.getReadStructuralFeatureAction_Result()
setResult
public void setResult(OutputPin value)
- Sets the value of the '
Result
' containment reference.
- Parameters:
value
- the new value of the 'Result' containment reference.- See Also:
getResult()
createResult
public OutputPin createResult(EClass eClass)
- Creates a
OutputPin
and sets the 'Result' containment reference.
- Parameters:
eClass
- The Ecore class of the OutputPin
to create.
- Returns:
- The new
OutputPin
. - See Also:
getResult()
getOutputs
public EList getOutputs()
-
- Specified by:
getOutputs
in interface Action
- Returns:
- the value of the 'Output' reference list.
- See Also:
UML2Package.getAction_Output()