Uses of Class
org.d2rq.r2rml.MappingTerm

Packages that use MappingTerm
org.d2rq.r2rml   
org.d2rq.validation   
 

Uses of MappingTerm in org.d2rq.r2rml
 

Subclasses of MappingTerm in org.d2rq.r2rml
 class ColumnNameR2RML
          A column name is the name of a column of a logical table.
 class ConstantIRI
          A string that can be validated as an absolute IRI according to RFC 3987.
 class ConstantShortcut
           
 class LanguageTag
           
 class SQLQuery
          A SQL query is a SELECT query in the SQL language that can be executed over the input database.
 class StringTemplate
          A string template is a format string that can be used to build strings from multiple components.
 class TableOrViewName
          A SQL table or view name.
 

Methods in org.d2rq.r2rml with parameters of type MappingTerm
 void MappingVisitor.visitTermProperty(Property property, MappingTerm term)
           
 void MappingVisitor.DoNothingImplementation.visitTermProperty(Property property, MappingTerm term)
           
 void MappingVisitor.TreeWalkerImplementation.visitTermProperty(Property property, MappingTerm term)
           
 void MappingValidator.visitTermProperty(Property property, MappingTerm term)
           
 

Uses of MappingTerm in org.d2rq.validation
 

Methods in org.d2rq.validation with parameters of type MappingTerm
 void Report.report(Message.Problem problem, Resource subject, Property property, MappingTerm term)
           
 void Report.report(Message.Problem problem, Resource subject, Property property, MappingTerm term, String detailCode, String details)
           
 

Constructors in org.d2rq.validation with parameters of type MappingTerm
Message(Message.Problem problem, MappingTerm term, String detailCode, String details, Resource contextResource, Property contextProperty)