Class EntryLevelSystemCallAdapter
- java.lang.Object
-
- org.palladiosimulator.protocom.model.ModelAdapter<E>
-
- org.palladiosimulator.protocom.model.usage.UserActionAdapter<org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall>
-
- org.palladiosimulator.protocom.model.usage.EntryLevelSystemCallAdapter
-
public class EntryLevelSystemCallAdapter extends UserActionAdapter<org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall>
Adapter class for PCM EntryLevelSystemCall user actions.
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
-
Constructor Summary
Constructors Constructor Description EntryLevelSystemCallAdapter(org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignatureAdapter
getOperationSignature()
OperationProvidedRoleAdapter
getProvidedRole()
-
Methods inherited from class org.palladiosimulator.protocom.model.usage.UserActionAdapter
getSuccessor
-
Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
-
-
-
Method Detail
-
getProvidedRole
public OperationProvidedRoleAdapter getProvidedRole()
-
getOperationSignature
public SignatureAdapter getOperationSignature()
-
-