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
Constructors Constructor Description AllocationAdapter(org.palladiosimulator.pcm.allocation.Allocation entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<AllocationContextAdapter>
getAllocationContexts()
Gets the allocation contexts.-
Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
-
-
-
Method Detail
-
getAllocationContexts
public Iterable<AllocationContextAdapter> getAllocationContexts()
Gets the allocation contexts.- Returns:
- a list of adapters for the allocation contexts
-
-