Interface DataOperation

    • Method Detail

      • setContainer

        void setContainer​(DataProcessingContainer value)
        Sets the value of the 'Container' container reference.
        Parameters:
        value - the new value of the 'Container' container reference.
        See Also:
        getContainer()
        Generated class or method.
      • getIncomingData

        EList<Data> getIncomingData()
        Returns the value of the 'Incoming Data' reference list. The list contents are of type Data.
        Returns:
        the value of the 'Incoming Data' reference list.
        See Also:
        ProcessingPackage.getDataOperation_IncomingData()
        Generated class or method.
        EMF model class or method.
        transient="true" changeable="false" volatile="true" derived="true" ordered="false" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL derivation='determineIncomingData()'"
      • getProcessingEffectProvider

        ProcessingEffectProvider getProcessingEffectProvider()
        Returns the value of the 'Processing Effect Provider' reference.
        Returns:
        the value of the 'Processing Effect Provider' reference.
        See Also:
        ProcessingPackage.getDataOperation_ProcessingEffectProvider()
        Generated class or method.
        EMF model class or method.
        required="true" transient="true" changeable="false" volatile="true" derived="true" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL derivation='self.container.oclAsType(ecore::EObject).eContainer().oclAsType(dataprocessing::effectspecification::ProcessingEffectProvider)'"
      • getOutgoingData

        EList<Data> getOutgoingData()
        Returns the value of the 'Outgoing Data' reference list. The list contents are of type Data.
        Returns:
        the value of the 'Outgoing Data' reference list.
        See Also:
        ProcessingPackage.getDataOperation_OutgoingData()
        Generated class or method.
        EMF model class or method.
        transient="true" changeable="false" volatile="true" derived="true" ordered="false" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL derivation='determineOutgoingData()'"
      • determineIncomingData

        EList<Data> determineIncomingData()
        Generated class or method.
        EMF model class or method.
        ordered="false" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL body='self.oclAsSet()->selectByType(dataprocessing::data::Data)'"
      • determineOutgoingData

        EList<Data> determineOutgoingData()
        Generated class or method.
        EMF model class or method.
        ordered="false" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL body='self.oclAsSet()->selectByType(dataprocessing::data::Data)'"