Package be.ugent.rml.termgenerator
Class LiteralGenerator
- java.lang.Object
-
- be.ugent.rml.termgenerator.TermGenerator
-
- be.ugent.rml.termgenerator.LiteralGenerator
-
public class LiteralGenerator extends TermGenerator
-
-
Constructor Summary
Constructors Constructor Description LiteralGenerator(SingleRecordFunctionExecutor functionExecutor)LiteralGenerator(SingleRecordFunctionExecutor functionExecutor, SingleRecordFunctionExecutor languageExecutor)LiteralGenerator(SingleRecordFunctionExecutor functionExecutor, Term datatype)LiteralGenerator(SingleRecordFunctionExecutor functionExecutor, String language)
-
-
-
Constructor Detail
-
LiteralGenerator
public LiteralGenerator(SingleRecordFunctionExecutor functionExecutor, String language)
-
LiteralGenerator
public LiteralGenerator(SingleRecordFunctionExecutor functionExecutor, SingleRecordFunctionExecutor languageExecutor)
-
LiteralGenerator
public LiteralGenerator(SingleRecordFunctionExecutor functionExecutor, Term datatype)
-
LiteralGenerator
public LiteralGenerator(SingleRecordFunctionExecutor functionExecutor)
-
-