Interface Strategy
- All Superinterfaces:
EObject
,NamedElement
,Notifier
- All Known Implementing Classes:
StrategyImpl
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.servicelevelobjective.ServiceLevelObjectiveRepository
getSlos()
Returns the value of the 'Slos' reference.Returns the value of the 'Tactics' containment reference list.void
setSlos
(org.palladiosimulator.servicelevelobjective.ServiceLevelObjectiveRepository value) Sets the value of the 'Slos
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.palladiosimulator.simulizar.reconfigurationrule.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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
Returns the value of the 'Tactics' containment reference list. The list contents are of typeTactic
.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"
-