Interface SystemExecution

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

public interface SystemExecution extends org.eclipse.emf.ecore.EObject
A representation of the model object 'System Execution'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    de.uni_hildesheim.sse.vil.expressions.expressionDsl.Call
    Returns the value of the 'Call' containment reference.
    org.eclipse.emf.common.util.EList<de.uni_hildesheim.sse.vil.expressions.expressionDsl.SubCall>
    Returns the value of the 'Calls' containment reference list.
    void
    setCall(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Call value)
    Sets the value of the 'Call' containment 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
  • Method Details

    • getCall

      de.uni_hildesheim.sse.vil.expressions.expressionDsl.Call getCall()
      Returns the value of the 'Call' containment reference.
      Returns:
      the value of the 'Call' containment reference.
      See Also:
    • setCall

      void setCall(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Call value)
      Sets the value of the 'Call' containment reference.
      Parameters:
      value - the new value of the 'Call' containment reference.
      See Also:
    • getCalls

      org.eclipse.emf.common.util.EList<de.uni_hildesheim.sse.vil.expressions.expressionDsl.SubCall> getCalls()
      Returns the value of the 'Calls' containment reference list. The list contents are of type SubCall.
      Returns:
      the value of the 'Calls' containment reference list.
      See Also: