Class PcmServletProtoUserAction
java.lang.Object
org.palladiosimulator.protocom.lang.java.util.PcmUserAction
org.palladiosimulator.protocom.lang.java.util.PcmProtoUserAction
org.palladiosimulator.protocom.tech.servlet.util.PcmServletProtoUserAction
Defines templates for actions of both kinds: SEFF actions and user actions.
TODO: Remove programming language and technology-depend source from this class
and use template methods instead. Also move it to .lang then.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
_userAction
(org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall userAction) EntryLevelSystemCall is an user action which calls a system service from an usage scenario.userAction
(org.palladiosimulator.pcm.usagemodel.AbstractUserAction userAction) Methods inherited from class org.palladiosimulator.protocom.lang.java.util.PcmProtoUserAction
_userAction, _userAction, _userAction, _userAction, _userAction
Methods inherited from class org.palladiosimulator.protocom.lang.java.util.PcmUserAction
findUserStart, userActions
-
Constructor Details
-
PcmServletProtoUserAction
public PcmServletProtoUserAction()
-
-
Method Details
-
_userAction
EntryLevelSystemCall is an user action which calls a system service from an usage scenario.- Overrides:
_userAction
in classPcmProtoUserAction
-
userAction
- Overrides:
userAction
in classPcmProtoUserAction
-