public Engine() {
this.sinks = new ArrayList<>();
this.expressions = new ArrayList<>();
this.filterExpressions = new ArrayList<>();
this.resultSetToEntries = new ResultSetToEntries();
this.entryFunctions = new HashMap<>();
this.before = new ArrayList<>();
this.after = new ArrayList<>();
this.indexedFunctions = new HashMap<>();
this.loader = new FunctionScriptLoader();