Class SignatureAdapter
- java.lang.Object
-
- org.palladiosimulator.protocom.model.ModelAdapter<org.palladiosimulator.pcm.repository.Signature>
-
- org.palladiosimulator.protocom.model.repository.SignatureAdapter
-
public class SignatureAdapter extends ModelAdapter<org.palladiosimulator.pcm.repository.Signature>
Adapter class for PCM Signature entities.
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
-
Constructor Summary
Constructors Constructor Description SignatureAdapter(org.palladiosimulator.pcm.repository.Signature entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getServiceName()
Gets the name of the service.String
getSignatureName()
Gets a unique signature name for the specified signature.-
Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
-
-
-
Method Detail
-
getServiceName
public String getServiceName()
Gets the name of the service.- Returns:
- a string containing the name of the service
-
getSignatureName
public String getSignatureName()
Gets a unique signature name for the specified signature.- Parameters:
signature
- the signature for which the unique name is generated- Returns:
- a string containing the unique name of the signature
-
-