Interface DiscreteRangeDegree

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, DataTypeDegree, DegreeOfFreedomInstance, DiscreteDegree, EObject, org.palladiosimulator.pcm.core.entity.NamedElement, Notifier, OrderedDataTypeDegree, org.palladiosimulator.pcm.PCMBaseClass, org.palladiosimulator.pcm.PCMClass, RangeDegree
All Known Subinterfaces:
ATNumberOfReplicaDegree, CapacityDegree, DiscreteComponentParamDegree, DiscreteProcessingRateDegree, NumberOfCoresAsRangeDegree, ResourceContainerReplicationDegree, ResourceContainerReplicationDegreeWithComponentChange
All Known Implementing Classes:
ATNumberOfReplicaDegreeImpl, CapacityDegreeImpl, DiscreteComponentParamDegreeImpl, DiscreteProcessingRateDegreeImpl, DiscreteRangeDegreeImpl, NumberOfCoresAsRangeDegreeImpl, ResourceContainerReplicationDegreeImpl, ResourceContainerReplicationDegreeWithComponentChangeImpl

public interface DiscreteRangeDegree extends RangeDegree, DiscreteDegree
A representation of the model object ' Discrete Range Degree'. This class represents DegreeOfFreedoms that have a range of integer values as their domain. The set of possile values of the degree of freedom is defined as the integer interval between "from" and "to". TODO OCL: from must be smaller that to.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getTo

      int getTo()
      Returns the value of the 'To' attribute.

      If the meaning of the 'To' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'To' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setTo

      void setTo(int value)
      Sets the value of the 'To' attribute.
      Parameters:
      value - the new value of the 'To' attribute.
      See Also:
      Generated class or method.
    • getFrom

      int getFrom()
      Returns the value of the 'From' attribute.

      If the meaning of the 'From' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'From' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setFrom

      void setFrom(int value)
      Sets the value of the 'From' attribute.
      Parameters:
      value - the new value of the 'From' attribute.
      See Also:
      Generated class or method.