Class ServiceEffectSpecificationAdapter
- java.lang.Object
-
- org.palladiosimulator.protocom.model.ModelAdapter<org.palladiosimulator.pcm.seff.ServiceEffectSpecification>
-
- org.palladiosimulator.protocom.model.seff.ServiceEffectSpecificationAdapter
-
public class ServiceEffectSpecificationAdapter extends ModelAdapter<org.palladiosimulator.pcm.seff.ServiceEffectSpecification>
Adapter class for PCM ServiceEffectSpecification entities.
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
-
Constructor Summary
Constructors Constructor Description ServiceEffectSpecificationAdapter(org.palladiosimulator.pcm.seff.ServiceEffectSpecification entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignatureAdapter
getSignature()
Gets the signature.StartActionAdapter
getStart()
-
Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
-
-
-
Method Detail
-
getSignature
public SignatureAdapter getSignature()
Gets the signature.- Returns:
- an adapter for the signature
-
getStart
public StartActionAdapter getStart()
-
-