Interface UsageScenarioRequirement

    • Method Detail

      • getUsageScenario

        org.palladiosimulator.pcm.usagemodel.UsageScenario getUsageScenario()
        Returns the value of the 'Usage Scenario' reference.

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

        Returns:
        the value of the 'Usage Scenario' reference.
        See Also:
        setUsageScenario(UsageScenario), QMLProfilePackage.getUsageScenarioRequirement_UsageScenario()
        Generated class or method.
        EMF model class or method.
        ordered="false"
      • setUsageScenario

        void setUsageScenario​(org.palladiosimulator.pcm.usagemodel.UsageScenario value)
        Sets the value of the 'Usage Scenario' reference.
        Parameters:
        value - the new value of the 'Usage Scenario' reference.
        See Also:
        getUsageScenario()
        Generated class or method.