Interface ManyToOneDataOperation

    • Method Detail

      • setResultingData

        void setResultingData​(Data value)
        Sets the value of the 'Resulting Data' containment reference.
        Parameters:
        value - the new value of the 'Resulting Data' containment reference.
        See Also:
        getResultingData()
        Generated class or method.
      • determineIncomingData

        EList<Data> determineIncomingData()
        Specified by:
        determineIncomingData in interface DataOperation
        Generated class or method.
        EMF model class or method.
        ordered="false" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL body='self.consumedData->asSet()'"
      • determineOutgoingData

        EList<Data> determineOutgoingData()
        Specified by:
        determineOutgoingData in interface DataOperation
        Generated class or method.
        EMF model class or method.
        ordered="false" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL body='self.resultingData->asSet()'"