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