Package org.palladiosimulator.spd
Interface ScalingPolicy
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,org.palladiosimulator.pcm.core.entity.Entity,EObject,de.uka.ipd.sdq.identifier.Identifier,org.palladiosimulator.pcm.core.entity.NamedElement,Notifier,org.palladiosimulator.pcm.PCMBaseClass,org.palladiosimulator.pcm.PCMClass
- All Known Implementing Classes:
ScalingPolicyImpl
public interface ScalingPolicy
extends org.palladiosimulator.pcm.core.entity.Entity
A representation of the model object 'Scaling Policy'.
A scaling policy determines the complete information for scaling a parituclar target. Each ScalingPolicy is an Entity (PCM), it has a unique identifier and it has a name.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/emf/2002/Ecore constraints='policyNameInvariant'"
-
Field Summary
Fields inherited from interface org.palladiosimulator.pcm.core.entity.Entity
copyright -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Adjustment Type' containment reference.Returns the value of the 'Policy Constraints' containment reference list.Returns the value of the 'Scaling Trigger' containment reference.Returns the value of the 'Target Group' reference.booleanisActive()Returns the value of the 'Active' attribute.voidsetActive(boolean value) Sets the value of the 'Active' attribute.voidsetAdjustmentType(AdjustmentType value) Sets the value of the 'Adjustment Type' containment reference.voidsetScalingTrigger(ScalingTrigger value) Sets the value of the 'Scaling Trigger' containment reference.voidsetTargetGroup(TargetGroup value) Sets the value of the 'Target Group' reference.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, setIdMethods inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isActive
boolean isActive()Returns the value of the 'Active' attribute.- Returns:
- the value of the 'Active' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setActive
void setActive(boolean value) Sets the value of the 'Active' attribute.- Parameters:
value- the new value of the 'Active' attribute.- See Also:
- Generated class or method.
-
getAdjustmentType
AdjustmentType getAdjustmentType()Returns the value of the 'Adjustment Type' containment reference.- Returns:
- the value of the 'Adjustment Type' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setAdjustmentType
Sets the value of the 'Adjustment Type' containment reference.- Parameters:
value- the new value of the 'Adjustment Type' containment reference.- See Also:
- Generated class or method.
-
getTargetGroup
TargetGroup getTargetGroup()Returns the value of the 'Target Group' reference.- Returns:
- the value of the 'Target Group' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setTargetGroup
Sets the value of the 'Target Group' reference.- Parameters:
value- the new value of the 'Target Group' reference.- See Also:
- Generated class or method.
-
getPolicyConstraints
EList<PolicyConstraint> getPolicyConstraints()Returns the value of the 'Policy Constraints' containment reference list. The list contents are of typePolicyConstraint.- Returns:
- the value of the 'Policy Constraints' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getScalingTrigger
ScalingTrigger getScalingTrigger()Returns the value of the 'Scaling Trigger' containment reference.- Returns:
- the value of the 'Scaling Trigger' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setScalingTrigger
Sets the value of the 'Scaling Trigger' containment reference.- Parameters:
value- the new value of the 'Scaling Trigger' containment reference.- See Also:
- Generated class or method.
-