Class ALState

  • All Implemented Interfaces:
    java.io.Serializable

    public class ALState
    extends java.lang.Object
    implements java.io.Serializable
    This class contains the main steps of the AssemblyLine execution.
    See Also:
    Serialized Form
    • Field Detail

      • MS_NOT_INITIALIZED

        public static final int MS_NOT_INITIALIZED
        Not initialized step.
        See Also:
        Constant Field Values
      • MS_DEBUG_INIT

        public static final int MS_DEBUG_INIT
        Debug initialization step.
        See Also:
        Constant Field Values
      • MS_INITCONN

        public static final int MS_INITCONN
        Initialize connectors step.
        See Also:
        Constant Field Values
      • MS_BEGINITER

        public static final int MS_BEGINITER
        Begin iteration step.
        See Also:
        Constant Field Values
      • MS_NEXTCONN

        public static final int MS_NEXTCONN
        Next connector operation step.
        See Also:
        Constant Field Values
      • MS_ENDCYCLE

        public static final int MS_ENDCYCLE
        End iteration cycle step.
        See Also:
        Constant Field Values
      • MS_CLOSECONN

        public static final int MS_CLOSECONN
        Close connector step.
        See Also:
        Constant Field Values
      • MS_BUILDTCB

        public static final int MS_BUILDTCB
        Build Task Call Block step.
        See Also:
        Constant Field Values
      • MS_DEBUG_CLOSE

        public static final int MS_DEBUG_CLOSE
        Deprecated.
        Not used.
        See Also:
        Constant Field Values
      • mainStep

        public volatile int mainStep
        Current MAIN Step
      • connectorIndex

        public int connectorIndex
        Next Connector index
      • iteratorIndex

        public int iteratorIndex
        Current Iterator index
      • cycleCounter

        public long cycleCounter
        Current cycle count
      • bailout

        public boolean bailout
        True if exiting "abnormally"
    • Constructor Detail

      • ALState

        public ALState()
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a string containing the fields
        Overrides:
        toString in class java.lang.Object
        Returns:
        contained fields