Package de.mid.innovator.srv2api.icw2ac
Class ANActionHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ac.ANActionHelper
-
public abstract class ANActionHelper extends java.lang.Object
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:
ANAction
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
maintainActions(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Calls the maintenance commands for all the actions supplied.
-
-
-
Method Detail
-
maintainActions
public static void maintainActions(SrvContext srvCtx, java.util.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:
InoNetException
SrvErrorException
-
-