Interface DerivedData

  • All Superinterfaces:
    org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, Data, org.palladiosimulator.pcm.core.entity.Entity, EObject, de.uka.ipd.sdq.identifier.Identifier, org.palladiosimulator.pcm.core.entity.NamedElement, Notifier
    All Known Implementing Classes:
    DerivedDataImpl

    public interface DerivedData
    extends Data
    A representation of the model object 'Derived Data'.

    The following features are supported:

    See Also:
    DataPackage.getDerivedData()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • getSources

        EList<Data> getSources()
        Returns the value of the 'Sources' reference list. The list contents are of type Data.
        Returns:
        the value of the 'Sources' reference list.
        See Also:
        DataPackage.getDerivedData_Sources()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setResultingDataType

        void setResultingDataType​(org.palladiosimulator.pcm.repository.DataType value)
        Sets the value of the 'Resulting Data Type' reference.
        Parameters:
        value - the new value of the 'Resulting Data Type' reference.
        See Also:
        getResultingDataType()
        Generated class or method.
      • determineDataType

        org.palladiosimulator.pcm.repository.DataType determineDataType()
        Specified by:
        determineDataType in interface Data
        Generated class or method.
        EMF model class or method.
        required="true" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL body='resultingDataType'"