All Superinterfaces:
EObject, NamedElement, Notifier
All Known Implementing Classes:
StrategyImpl

public interface Strategy extends NamedElement
A representation of the model object 'Strategy'.

The following features are supported:

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

    • getSlos

      org.palladiosimulator.servicelevelobjective.ServiceLevelObjectiveRepository getSlos()
      Returns the value of the 'Slos' reference.

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

      Returns:
      the value of the 'Slos' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setSlos

      void setSlos(org.palladiosimulator.servicelevelobjective.ServiceLevelObjectiveRepository value)
      Sets the value of the 'Slos' reference.
      Parameters:
      value - the new value of the 'Slos' reference.
      See Also:
      Generated class or method.
    • getTactics

      EList<Tactic> getTactics()
      Returns the value of the 'Tactics' containment reference list. The list contents are of type Tactic.

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

      Returns:
      the value of the 'Tactics' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"