Package de.mid.innovator.srv2api.icw2ac
Class ANActionHelper
java.lang.Object
de.mid.innovator.srv2api.icw2ac.ANActionHelper
An action is a named element that is the fundamental unit of executable functionality. The execution of an action represents some transformation or processing in the modeled system, be it a computer system or otherwise.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidmaintainActions(SrvContext srvCtx, List<? extends ELElement> seq) Calls the maintenance commands for all the actions supplied.
-
Method Details
-
maintainActions
public static void maintainActions(SrvContext srvCtx, List<? extends ELElement> seq) throws InoNetException, SrvErrorException Calls the maintenance commands for all the actions supplied. The following types of actions are supported:ANCallBehavior,ANCallOperation,ANSendSignal,ANBroadcastSignal,ANAddStructuralFeatureValue,ANRemoveStructuralFeatureValue,ANAcceptEvent,ANAcceptCall,ANCreateObject,ANTestIdentity,ANReadSelf,ANReadStructuralFeature,ANClearAssociation,ANValSpec,ANReadLink,ANCreateLink,ANDestroyLink.- Parameters:
srvCtx- The context of the related innovator server.seq- List of ELElement- Throws:
InoNetExceptionSrvErrorException
-