Interface OperationInstance

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Operation getOperation()
      Helper method to determine the instantiated operation
      ParameterInstance getParameter​(String name)
      Helper method to determine the instantiated parameter with a certain name
      org.eclipse.emf.common.util.EList<ParameterInstance> getParameters()
      Returns the value of the 'Parameters' containment reference list.
      Object getParameterValue​(String name)
      Helper method to determine the value of a parameter with a certain name
      void setParameterValue​(String name, Object value)
      • 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 Detail

      • getOperation

        Operation getOperation()
        Helper method to determine the instantiated operation
      • setParameterValue

        void setParameterValue​(String name,
                               Object value)
      • getParameter

        ParameterInstance getParameter​(String name)
        Helper method to determine the instantiated parameter with a certain name
      • getParameterValue

        Object getParameterValue​(String name)
        Helper method to determine the value of a parameter with a certain name