MatchFunction
150151152153154155156157158
// add NotFunction targetFunctions.addAll((new NotFunctionCluster()).getSupportedFunctions()); // add ComparisonFunction targetFunctions.addAll((new ComparisonFunctionCluster()).getSupportedFunctions()); // add MatchFunction targetFunctions.addAll((new MatchFunctionCluster()).getSupportedFunctions()); targetAbstractFunctions = new HashMap<URI, MapFunctionProxy>(); }
158159160161162163164165166167
getSupportedFunctions()); // add ComparisonFunction targetFunctions.addAll((new ComparisonFunctionCluster()). getSupportedFunctions()); // add MatchFunction targetFunctions.addAll((new MatchFunctionCluster()). getSupportedFunctions()); targetAbstractFunctions = new HashMap(); }
157158159160161162163164165166