Class ExternalCallActionAdapter
- java.lang.Object
-
- org.palladiosimulator.protocom.model.ModelAdapter<E>
-
- org.palladiosimulator.protocom.model.seff.ActionAdapter<org.palladiosimulator.pcm.seff.ExternalCallAction>
-
- org.palladiosimulator.protocom.model.seff.ExternalCallActionAdapter
-
public class ExternalCallActionAdapter extends ActionAdapter<org.palladiosimulator.pcm.seff.ExternalCallAction>
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.model.ModelAdapter
entity
-
-
Constructor Summary
Constructors Constructor Description ExternalCallActionAdapter(org.palladiosimulator.pcm.seff.ExternalCallAction entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignatureAdapter
getCalledService()
EList<org.palladiosimulator.pcm.parameter.VariableUsage>
getInputVariableUsages()
EList<org.palladiosimulator.pcm.parameter.VariableUsage>
getReturnVariableUsage()
OperationRequiredRoleAdapter
getRole()
-
Methods inherited from class org.palladiosimulator.protocom.model.seff.ActionAdapter
getId, getSafeId, getSuccessor
-
Methods inherited from class org.palladiosimulator.protocom.model.ModelAdapter
getBasePackageName, getEntity, getName, getSafeName, getSafeName, safeSpecification
-
-
-
-
Method Detail
-
getCalledService
public SignatureAdapter getCalledService()
-
getRole
public OperationRequiredRoleAdapter getRole()
-
getInputVariableUsages
public EList<org.palladiosimulator.pcm.parameter.VariableUsage> getInputVariableUsages()
-
getReturnVariableUsage
public EList<org.palladiosimulator.pcm.parameter.VariableUsage> getReturnVariableUsage()
-
-