Package org.eclipse.rdf4j.spin.function
Class KnownFunctionParser
- java.lang.Object
-
- org.eclipse.rdf4j.spin.function.KnownFunctionParser
-
- All Implemented Interfaces:
FunctionParser
public class KnownFunctionParser extends java.lang.Object implements FunctionParser
-
-
Field Summary
Fields Modifier and Type Field Description private FunctionRegistry
functionRegistry
private com.google.common.base.Function<IRI,java.lang.String>
wellKnownFunctions
-
Constructor Summary
Constructors Constructor Description KnownFunctionParser(FunctionRegistry functionRegistry, com.google.common.base.Function<IRI,java.lang.String> wellKnownFunctions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function
parse(IRI funcUri, TripleSource store)
-
-
-
Field Detail
-
functionRegistry
private final FunctionRegistry functionRegistry
-
wellKnownFunctions
private final com.google.common.base.Function<IRI,java.lang.String> wellKnownFunctions
-
-
Constructor Detail
-
KnownFunctionParser
public KnownFunctionParser(FunctionRegistry functionRegistry, com.google.common.base.Function<IRI,java.lang.String> wellKnownFunctions)
-
-
Method Detail
-
parse
public Function parse(IRI funcUri, TripleSource store) throws RDF4JException
- Specified by:
parse
in interfaceFunctionParser
- Throws:
RDF4JException
-
-