Class CONSTANTS


  • public class CONSTANTS
    extends java.lang.Object
    Constants used only by the Core controller
    Author:
    f.conrads
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NO_OF_QUERY_MIXES  
      static java.lang.String TIME_LIMIT
      The key to get the timeLimit parameter.
      static java.lang.String WORKER_ID_KEY
      The key to set the workerID in the Extra Meta properties and the properties name in the final results to get the workerID
      static java.lang.String WORKER_TYPE_KEY
      The key to set the workerType in the Extra Meta properties and the properties name in the final results to get the workerType
    • Constructor Summary

      Constructors 
      Constructor Description
      CONSTANTS()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • WORKER_ID_KEY

        public static final java.lang.String WORKER_ID_KEY
        The key to set the workerID in the Extra Meta properties and the properties name in the final results to get the workerID
        See Also:
        Constant Field Values
      • WORKER_TYPE_KEY

        public static final java.lang.String WORKER_TYPE_KEY
        The key to set the workerType in the Extra Meta properties and the properties name in the final results to get the workerType
        See Also:
        Constant Field Values
      • TIME_LIMIT

        public static final java.lang.String TIME_LIMIT
        The key to get the timeLimit parameter. be aware that timeLimit can be null.
        See Also:
        Constant Field Values
      • NO_OF_QUERY_MIXES

        public static final java.lang.String NO_OF_QUERY_MIXES
        See Also:
        Constant Field Values
    • Constructor Detail

      • CONSTANTS

        public CONSTANTS()