Class AllocationContextAdapter
- java.lang.Object
-
- org.palladiosimulator.protocom.model.ModelAdapter<org.palladiosimulator.pcm.allocation.AllocationContext>
-
- org.palladiosimulator.protocom.model.allocation.AllocationContextAdapter
-
public class AllocationContextAdapter extends ModelAdapter<org.palladiosimulator.pcm.allocation.AllocationContext>
Adapter class for PCM AllocationContext entities.
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
-
Constructor Summary
Constructors Constructor Description AllocationContextAdapter(org.palladiosimulator.pcm.allocation.AllocationContext entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssemblyContextAdapter
getAssemblyContext()
Gets the assembly context.ResourceContainerAdapter
getResourceContainer()
Gets the resource container.-
Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
-
-
-
Method Detail
-
getResourceContainer
public ResourceContainerAdapter getResourceContainer()
Gets the resource container.- Returns:
- an adapter for the resource container
-
getAssemblyContext
public AssemblyContextAdapter getAssemblyContext()
Gets the assembly context.- Returns:
- an adapter for the assembly context
-
-