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
ConstructorDescriptionAllocationContextAdapter
(org.palladiosimulator.pcm.allocation.AllocationContext entity) -
Method Summary
Modifier and TypeMethodDescriptionGets the assembly context.Gets the resource container.Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
Constructor Details
-
AllocationContextAdapter
public AllocationContextAdapter(org.palladiosimulator.pcm.allocation.AllocationContext entity)
-
-
Method Details
-
getResourceContainer
Gets the resource container.- Returns:
- an adapter for the resource container
-
getAssemblyContext
Gets the assembly context.- Returns:
- an adapter for the assembly context
-