Package org.aksw.rml.jena.plugin
Class ReferenceFormulationRegistry
java.lang.Object
org.aksw.rml.jena.plugin.ReferenceFormulationRegistry
- All Implemented Interfaces:
ReferenceFormulationService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<String, ReferenceFormulation> static final org.apache.jena.sparql.util.Symbol -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReferenceFormulationRegistrychooseRegistry(org.apache.jena.sparql.util.Context cxt) static ReferenceFormulationRegistryget()If there is no entry then null must be returnedstatic ReferenceFormulationRegistryget(org.apache.jena.sparql.util.Context cxt) getMap()voidput(String key, ReferenceFormulation ref) static voidregistryDefaults(ReferenceFormulationRegistry registry) static voidset(org.apache.jena.sparql.util.Context cxt, ReferenceFormulationRegistry registry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.rml.jena.plugin.ReferenceFormulationService
getOrThrow
-
Field Details
-
symRegistry
public static final org.apache.jena.sparql.util.Symbol symRegistry -
registry
-
-
Constructor Details
-
ReferenceFormulationRegistry
public ReferenceFormulationRegistry()
-
-
Method Details
-
set
public static void set(org.apache.jena.sparql.util.Context cxt, ReferenceFormulationRegistry registry) -
chooseRegistry
-
get
-
get
-
registryDefaults
-
put
-
get
Description copied from interface:ReferenceFormulationServiceIf there is no entry then null must be returned- Specified by:
getin interfaceReferenceFormulationService
-
getMap
-