Class ResourceEnvironmentAdapter
java.lang.Object
org.palladiosimulator.protocom.model.ModelAdapter<org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment>
org.palladiosimulator.protocom.model.resourceenvironment.ResourceEnvironmentAdapter
public class ResourceEnvironmentAdapter
extends ModelAdapter<org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment>
Adapter class for PCM ResourceEnvironment entities.
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
Constructor Summary
ConstructorDescriptionResourceEnvironmentAdapter
(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment entity) -
Method Summary
Modifier and TypeMethodDescriptionGets the resource containers.Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
Constructor Details
-
ResourceEnvironmentAdapter
public ResourceEnvironmentAdapter(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment entity)
-
-
Method Details
-
getResourceContainers
Gets the resource containers.- Returns:
- a list of adapters for the resource containers
-