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()
Field Summary |
static java.lang.String |
copyright
|
Methods inherited from interface org.eclipse.uml2.Action |
createLocalPostcondition, createLocalPostcondition, createLocalPrecondition, createLocalPrecondition, getContext, getEffect, getInput, getInputs, getLocalPostcondition, getLocalPostconditions, getLocalPrecondition, getLocalPreconditions, getOutput, getOutputs, setEffect |
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.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.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.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
copyright
public static final java.lang.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)
- Deprecated. Use #createResult() instead.
- 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()
createResult
public OutputPin createResult()
- Creates a
OutputPin
and sets the 'Result' containment reference.
- Returns:
- The new
OutputPin
. - See Also:
getResult()