Interface ScenarioOutput

    • Method Detail

      • setResult

        void setResult​(boolean value)
        Sets the value of the 'Result' attribute.
        Parameters:
        value - the new value of the 'Result' attribute.
        See Also:
        isResult()
        Generated class or method.
      • setScenario

        void setScenario​(org.palladiosimulator.pcm.usagemodel.UsageScenario value)
        Sets the value of the 'Scenario' reference.
        Parameters:
        value - the new value of the 'Scenario' reference.
        See Also:
        getScenario()
        Generated class or method.
      • setOperationsignature

        void setOperationsignature​(org.palladiosimulator.pcm.repository.OperationSignature value)
        Sets the value of the 'Operationsignature' reference.
        Parameters:
        value - the new value of the 'Operationsignature' reference.
        See Also:
        getOperationsignature()
        Generated class or method.
      • setOperationinterface

        void setOperationinterface​(org.palladiosimulator.pcm.repository.OperationInterface value)
        Sets the value of the 'Operationinterface' reference.
        Parameters:
        value - the new value of the 'Operationinterface' reference.
        See Also:
        getOperationinterface()
        Generated class or method.
      • setConnector

        void setConnector​(org.palladiosimulator.pcm.core.composition.Connector value)
        Sets the value of the 'Connector' reference.
        Parameters:
        value - the new value of the 'Connector' reference.
        See Also:
        getConnector()
        Generated class or method.
      • setRequestorSet

        void setRequestorSet​(org.palladiosimulator.pcm.confidentiality.context.set.ContextSet value)
        Sets the value of the 'Requestor Set' reference.
        Parameters:
        value - the new value of the 'Requestor Set' reference.
        See Also:
        getRequestorSet()
        Generated class or method.
      • getRequiredSets

        EList<org.palladiosimulator.pcm.confidentiality.context.set.ContextSet> getRequiredSets()
        Returns the value of the 'Required Sets' reference list. The list contents are of type ContextSet.
        Returns:
        the value of the 'Required Sets' reference list.
        See Also:
        OutputmodelPackage.getScenarioOutput_RequiredSets()
        Generated class or method.
        EMF model class or method.