Class AssemblyContextAdapter
- java.lang.Object
-
- org.palladiosimulator.protocom.model.ModelAdapter<org.palladiosimulator.pcm.core.composition.AssemblyContext>
-
- org.palladiosimulator.protocom.model.allocation.AssemblyContextAdapter
-
public class AssemblyContextAdapter extends ModelAdapter<org.palladiosimulator.pcm.core.composition.AssemblyContext>
Adapter class for PCM AssemblyContext entities.
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
-
Constructor Summary
Constructors Constructor Description AssemblyContextAdapter(org.palladiosimulator.pcm.core.composition.AssemblyContext entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicComponentAdapter
getEncapsulatedComponent()
String
getId()
Gets the ID.-
Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
-
-
-
Method Detail
-
getId
public String getId()
Gets the ID.- Returns:
- a string containing the ID
-
getEncapsulatedComponent
public BasicComponentAdapter getEncapsulatedComponent()
-
-