Class ClientFunctorScriptsUtil


  • public class ClientFunctorScriptsUtil
    extends ClientJSONConfigUtil

    Created by Jeff Gaynor
    on 2/5/20 at 2:19 PM

    • Constructor Detail

      • ClientFunctorScriptsUtil

        public ClientFunctorScriptsUtil()
    • Method Detail

      • setRuntime

        public static void setRuntime​(net.sf.json.JSONObject config,
                                      net.sf.json.JSONObject runtime)
      • hasRuntime

        public static boolean hasRuntime​(net.sf.json.JSONObject config)
      • getRuntime

        public static net.sf.json.JSONObject getRuntime​(net.sf.json.JSONObject config)
      • getProcessor

        protected static net.sf.json.JSONObject getProcessor​(net.sf.json.JSONObject config,
                                                             String key,
                                                             String defaultFunctor)
        Retrieve the processor named by key. Processors are eventually LogicBlocks.
        Parameters:
        config -
        key -
        defaultFunctor -
        Returns:
      • getRuntimeArg

        public static net.sf.json.JSONArray getRuntimeArg​(net.sf.json.JSONObject config)