Interface Reasoning

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

    public interface Reasoning
    extends EObject, org.palladiosimulator.pcm.core.entity.Entity
    A representation of the model object 'Reasoning'.

    The following features are supported:

    See Also:
    QualityModelPackage.getReasoning()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • getTransformations

        EList getTransformations()
        Returns the value of the 'Transformations' reference list. The list contents are of type Transformation.

        If the meaning of the 'Transformations' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Transformations' reference list.
        See Also:
        QualityModelPackage.getReasoning_Transformations()
        Generated class or method.
        EMF model class or method.
        type="org.palladiosimulator.qualitymodel.Transformation" required="true"
      • getOutput

        Dimension getOutput()
        Returns the value of the 'Output' reference.

        If the meaning of the 'Output' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Output' reference.
        See Also:
        setOutput(Dimension), QualityModelPackage.getReasoning_Output()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setOutput

        void setOutput​(Dimension value)
        Sets the value of the 'Output' reference.
        Parameters:
        value - the new value of the 'Output' reference.
        See Also:
        getOutput()
        Generated class or method.