Class PcmRMIProtoUserAction


  • public class PcmRMIProtoUserAction
    extends PcmProtoUserAction
    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 Detail

      • PcmRMIProtoUserAction

        public PcmRMIProtoUserAction()
    • Method Detail

      • _userAction

        protected String _userAction​(org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall userAction)
        EntryLevelSystemCall is an user action which calls a system service from an usage scenario.
        Overrides:
        _userAction in class PcmProtoUserAction