Class SignatureAdapter
java.lang.Object
org.palladiosimulator.protocom.model.ModelAdapter<org.palladiosimulator.pcm.repository.Signature>
org.palladiosimulator.protocom.model.repository.SignatureAdapter
Adapter class for PCM Signature entities.
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the service.Gets a unique signature name for the specified signature.Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
Constructor Details
-
SignatureAdapter
public SignatureAdapter(org.palladiosimulator.pcm.repository.Signature entity)
-
-
Method Details
-
getServiceName
Gets the name of the service.- Returns:
- a string containing the name of the service
-
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
-