Class FunctionsLoader
- java.lang.Object
-
- fr.mines_stetienne.ci.sparql_generate.xml.FunctionsLoader
-
- All Implemented Interfaces:
FunctionLoader
,IteratorFunctionLoader
public class FunctionsLoader extends Object implements FunctionLoader, IteratorFunctionLoader
- Author:
- Maxime Lefrançois
-
-
Constructor Summary
Constructors Constructor Description FunctionsLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
load(IteratorFunctionRegistry itereg)
void
load(FunctionRegistry fnreg)
-
-
-
Method Detail
-
load
public void load(FunctionRegistry fnreg)
- Specified by:
load
in interfaceFunctionLoader
-
load
public void load(IteratorFunctionRegistry itereg)
- Specified by:
load
in interfaceIteratorFunctionLoader
-
-