Interface ReadLinkAction

  • All Superinterfaces:
    Action, ActivityNode, BaseElement, java.lang.Cloneable, java.lang.Comparable, Element, org.eclipse.emf.ecore.EObject, ExecutableNode, LinkAction, MDObject, com.dassault_systemes.modeler.model.ModelElement, ModelObject, NamedElement, org.eclipse.emf.common.notify.Notifier, RedefinableElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

    public interface ReadLinkAction
    extends LinkAction
    A representation of the model object 'Read Link Action'.

    A ReadLinkAction is a LinkAction that navigates across an Association to retrieve the objects on one end.

    The following features are supported:

    See Also:
    UMLPackage.getReadLinkAction()
    Model:
    annotation="MOF package='actions.mdintermediateactions'"
    Generated:
    • Method Detail

      • setResult

        void setResult​(@CheckForNull
                       OutputPin value)
        Sets the value of the 'Result' containment reference.
        Parameters:
        value - the new value of the 'Result' containment reference.
        See Also:
        getResult()
        Generated: