* get the function configuration, which saves the function condition for task selection execution strategy
* @return function configuration object
*/
public static FunctionConfiguration getFunctionConfiguration(){
if(functionConfig == null){
functionConfig = new FunctionConfigurationImp();
}
return functionConfig;
}