Class FcExperimentExecutor

    • Field Detail

      • CHILD_BODY

        public static int CHILD_BODY
        The child that represents the try block.
      • CHILD_FINALIZER

        public static int CHILD_FINALIZER
        The child that represents the finalizer block.
      • CHILD_HANDLER

        public static int CHILD_HANDLER
        The child that represents the catch block.
      • LOG

        protected static final org.slf4j.Logger LOG
      • props

        protected final TData props
    • Constructor Detail

      • FcExperimentExecutor

        public FcExperimentExecutor​(INodeExecutionParams<FcExperimentProps> params)
        Creates a new executor for executing a multiple condition node with the given params.
        Parameters:
        params - Parameters as provided the node handler, with the environment data and the action's properties model.