Interface Strategy
-
- All Superinterfaces:
EObject
,NamedElement
,Notifier
- All Known Implementing Classes:
StrategyImpl
public interface Strategy extends NamedElement
- See Also:
ReconfigurationrulePackage.getStrategy()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.servicelevelobjective.ServiceLevelObjectiveRepository
getSlos()
Returns the value of the 'Slos' reference.EList<Tactic>
getTactics()
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 Detail
-
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:
setSlos(ServiceLevelObjectiveRepository)
,ReconfigurationrulePackage.getStrategy_Slos()
- 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:
getSlos()
- Generated class or method.
-
getTactics
EList<Tactic> 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:
ReconfigurationrulePackage.getStrategy_Tactics()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
-