Package org.aksw.iguana.cc.config
Class CONSTANTS
- java.lang.Object
-
- org.aksw.iguana.cc.config.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 workerIDstatic 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()
-
-
-
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
-
-