Uses of Class
org.d2rq.r2rml.Mapping

Packages that use Mapping
org.d2rq.r2rml   
 

Uses of Mapping in org.d2rq.r2rml
 

Methods in org.d2rq.r2rml that return Mapping
 Mapping R2RMLReader.getMapping()
           
 

Methods in org.d2rq.r2rml with parameters of type Mapping
 void MappingVisitor.visitComponent(Mapping mapping)
           
 void MappingVisitor.DoNothingImplementation.visitComponent(Mapping mapping)
           
 void MappingValidator.visitComponent(Mapping mapping)
           
 

Constructors in org.d2rq.r2rml with parameters of type Mapping
MappingValidator(Mapping mapping)
           
MappingValidator(Mapping mapping, SQLConnection sqlConnection)
           
MappingVisitor.TreeWalkerImplementation(Mapping mapping)
           
R2RMLCompiler(Mapping mapping, SQLConnection sqlConnection)