Class BasicComponentAdapter
- java.lang.Object
-
- org.palladiosimulator.protocom.model.ModelAdapter<E>
-
- org.palladiosimulator.protocom.model.repository.InterfaceProvidingRequiringEntityAdapter<org.palladiosimulator.pcm.repository.BasicComponent>
-
- org.palladiosimulator.protocom.model.repository.BasicComponentAdapter
-
public class BasicComponentAdapter extends InterfaceProvidingRequiringEntityAdapter<org.palladiosimulator.pcm.repository.BasicComponent>
Adapter class for PCM BasicComponent entities. TODO: Super class -> InterfaceProvidingRequiringEntityAdapter
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
-
Constructor Summary
Constructors Constructor Description BasicComponentAdapter(org.palladiosimulator.pcm.repository.BasicComponent entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassFqn()
String
getClassPackageFqn()
String
getContextClassName()
String
getContextInterfaceFqn()
String
getContextInterfaceName()
String
getContextPackageFqn()
Object
getContextPackageName()
String
getInterfaceName()
List<ServiceEffectSpecificationAdapter>
getServiceEffectSpecifications()
Get the 'Service Effect Specifications'.-
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
-
getServiceEffectSpecifications
public List<ServiceEffectSpecificationAdapter> getServiceEffectSpecifications()
Get the 'Service Effect Specifications'.- Returns:
- a list of adapters for the 'Service Effect Specifications'
-
getClassFqn
public String getClassFqn()
-
getClassPackageFqn
public String getClassPackageFqn()
-
getInterfaceName
public String getInterfaceName()
-
getContextPackageName
public Object getContextPackageName()
-
getContextPackageFqn
public String getContextPackageFqn()
-
getContextClassName
public String getContextClassName()
-
getContextInterfaceName
public String getContextInterfaceName()
-
getContextInterfaceFqn
public String getContextInterfaceFqn()
-
-