Class ResourceContainerAdapter
- java.lang.Object
-
- org.palladiosimulator.protocom.model.ModelAdapter<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>
-
- org.palladiosimulator.protocom.model.resourceenvironment.ResourceContainerAdapter
-
public class ResourceContainerAdapter extends ModelAdapter<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>
Adapter class for PCM ResourceContainer entities.
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
-
Constructor Summary
Constructors Constructor Description ResourceContainerAdapter(org.palladiosimulator.pcm.resourceenvironment.ResourceContainer entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCpuRate()
Gets the CPU processing rate.String
getHddRate()
Gets the HDD processing rate.String
getId()
Gets the ID.-
Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
-
-
-
Method Detail
-
getId
public String getId()
Gets the ID.- Returns:
- a string containing the ID
-
getCpuRate
public String getCpuRate()
Gets the CPU processing rate.- Returns:
- a string containing the specification of the CPU processing rate
-
getHddRate
public String getHddRate()
Gets the HDD processing rate.- Returns:
- a string containing the specification of the HDD processing rate
-
-