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 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.