Package de.fzi.power.specification
Interface ResourceReplicaMeasuredFactor
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,ConsumptionFactor
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,MeasuredFactor
,NamedElement
,Notifier
public interface ResourceReplicaMeasuredFactor extends MeasuredFactor
A representation of the model object 'Resource Replica Measured Factor'.The following features are supported:
- See Also:
de.fzi.power.specification.SpecificationPackage#getResourceReplicaMeasuredFactor()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getReplicaId()
Returns the value of the 'Replica Id' attribute.void
setReplicaId(int value)
Sets the value of the 'Replica Id
' attribute.-
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, cdoWriteOption
-
Methods inherited from interface de.fzi.power.specification.ConsumptionFactor
getPowerModel, setPowerModel
-
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 de.fzi.power.specification.MeasuredFactor
getMetricType, setMetricType
-
Methods inherited from interface de.fzi.power.util.NamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getReplicaId
int getReplicaId()
Returns the value of the 'Replica Id' attribute.If the meaning of the 'Replica Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Replica Id' attribute.
- See Also:
setReplicaId(int)
,de.fzi.power.specification.SpecificationPackage#getResourceReplicaMeasuredFactor_ReplicaId()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setReplicaId
void setReplicaId(int value)
Sets the value of the 'Replica Id
' attribute.- Parameters:
value
- the new value of the 'Replica Id' attribute.- See Also:
getReplicaId()
- Generated class or method.
-
-