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
Constructors Constructor Description ResourceEnvironmentAdapter(org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResourceContainerAdapter>
getResourceContainers()
Gets the resource containers.-
Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
-
-
-
Method Detail
-
getResourceContainers
public List<ResourceContainerAdapter> getResourceContainers()
Gets the resource containers.- Returns:
- a list of adapters for the resource containers
-
-