Interface StorageDataflow

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
StorageDataflowImpl

public interface StorageDataflow
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Storage Dataflow'.

The following features are supported:

See Also:
ExecutionPackage.getStorageDataflow()
Generated:
Model:
  • Method Summary

    Modifier and Type Method Description
    DeployedOperation getCode()
    Returns the value of the 'Code' reference.
    EDirection getDirection()
    Returns the value of the 'Direction' attribute.
    DeployedStorage getStorage()
    Returns the value of the 'Storage' reference.
    void setCode​(DeployedOperation value)
    Sets the value of the 'Code' reference.
    void setDirection​(EDirection value)
    Sets the value of the 'Direction' attribute.
    void setStorage​(DeployedStorage value)
    Sets the value of the 'Storage' reference.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver