Class UtilizationBucketInformation

java.lang.Object
de.uka.ipd.sdq.codegen.simudatavisualisation.datatypes.UtilizationBucketInformation

public class UtilizationBucketInformation extends Object
Deprecated.
Superseded by EDP2.
This class contains the information about one bucket of a Utilization. It stores the value at which a bucket starts and the Utilization for that bucket.
  • Constructor Summary

    Constructors
    Constructor
    Description
    UtilizationBucketInformation(double utilization, double value)
    Deprecated.
    Creates a new bucket information.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Deprecated.
    Receives the Utilization for the bucket.
    double
    Deprecated.
    Receives the value at which the bucket starts.
    void
    setUtilization(double utilization)
    Deprecated.
    Sets the probability for the bucket.
    void
    setValue(double value)
    Deprecated.
    Sets the value at which the bucket starts.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UtilizationBucketInformation

      public UtilizationBucketInformation(double utilization, double value)
      Deprecated.
      Creates a new bucket information.
      Parameters:
      utilization - The Utilization of the bucket.
      value - The value at which the bucket starts.
  • Method Details

    • getUtilization

      public double getUtilization()
      Deprecated.
      Receives the Utilization for the bucket.
      Returns:
      the Utilization
    • setUtilization

      public void setUtilization(double utilization)
      Deprecated.
      Sets the probability for the bucket.
      Parameters:
      probability - the new utilization for the bucket.
    • getValue

      public double getValue()
      Deprecated.
      Receives the value at which the bucket starts.
      Returns:
      the value at which the bucket starts.
    • setValue

      public void setValue(double value)
      Deprecated.
      Sets the value at which the bucket starts.
      Parameters:
      value - the new start value