Class SystemAdapter
- java.lang.Object
-
- org.palladiosimulator.protocom.model.ModelAdapter<E>
-
- org.palladiosimulator.protocom.model.repository.InterfaceProvidingRequiringEntityAdapter<org.palladiosimulator.pcm.system.System>
-
- org.palladiosimulator.protocom.model.system.SystemAdapter
-
public class SystemAdapter extends InterfaceProvidingRequiringEntityAdapter<org.palladiosimulator.pcm.system.System>
Adapter for PCM System entities.
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
-
Constructor Summary
Constructors Constructor Description SystemAdapter(org.palladiosimulator.pcm.system.System entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AssemblyContextAdapter>
getAssemblyContexts()
String
getInterfaceName()
-
Methods inherited from class org.palladiosimulator.protocom.model.repository.InterfaceProvidingRequiringEntityAdapter
getInfrastructureProvidedRoles, getOperationProvidedRoles, getOperationRequiredRoles
-
Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
-
-
-
Method Detail
-
getAssemblyContexts
public List<AssemblyContextAdapter> getAssemblyContexts()
-
getInterfaceName
public String getInterfaceName()
-
-