Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait