Class PrototypeBridge.Container

java.lang.Object
org.palladiosimulator.protocom.framework.java.ee.prototype.PrototypeBridge.Container
Enclosing class:
PrototypeBridge

public class PrototypeBridge.Container extends Object
The Container class stores the data of a PCM resource container.
  • Constructor Details

    • Container

      public Container(String id, String name, String cpuRate, String hddRate)
      Constructs a new Container object.
      Parameters:
      id - the PCM identifier of the container
      name - the name of the container
      cpuRate - the processing rate of the container's CPU
      hddRate - the processing rate of the container's HDD
  • Method Details

    • getId

      public String getId()
      Gets the ID.
      Returns:
      the ID
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • getCpuRate

      public String getCpuRate()
      Gets the specification of the CPU rate.
      Returns:
      the specification of the CPU rate
    • getHddRate

      public String getHddRate()
      Gets the specification of the HDD rate.
      Returns:
      the specification of the HDD rate