All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Notifier
All Known Implementing Classes:
ScenarioOutputImpl

public interface ScenarioOutput extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Scenario Output'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getScenario

      org.palladiosimulator.pcm.usagemodel.UsageScenario getScenario()
      Returns the value of the 'Scenario' reference.
      Returns:
      the value of the 'Scenario' reference.
      See Also:
      Generated class or method.
      EMF model 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:
      Generated class or method.
    • getOperationOutput

      EList<OperationOutput> getOperationOutput()
      Returns the value of the 'Operation Output' containment reference list. The list contents are of type OperationOutput.
      Returns:
      the value of the 'Operation Output' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • isMisUsage

      boolean isMisUsage()
      Returns the value of the 'Mis Usage' attribute.
      Returns:
      the value of the 'Mis Usage' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.eclipse.emf.ecore.xml.type.Boolean"
    • setMisUsage

      void setMisUsage(boolean value)
      Sets the value of the 'Mis Usage' attribute.
      Parameters:
      value - the new value of the 'Mis Usage' attribute.
      See Also:
      Generated class or method.
    • isPassed

      boolean isPassed()
      Returns the value of the 'Passed' attribute.
      Returns:
      the value of the 'Passed' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.eclipse.emf.ecore.xml.type.Boolean"
    • setPassed

      void setPassed(boolean value)
      Sets the value of the 'Passed' attribute.
      Parameters:
      value - the new value of the 'Passed' attribute.
      See Also:
      Generated class or method.