Package org.d2rq.lang

Interface Summary
D2RQMappingVisitor  
 

Class Summary
AliasDeclaration A "foo AS bar" declaration that establishes an alias for a named table, as used with d2rq:alias.
ClassMap Java class corresponding to d2rq:ClassMap.
CompiledD2RQMapping  
Configuration Representation of a d2rq:Configuration from the mapping file.
D2RQCompiler  
D2RQMappingVisitor.Default  
D2RQReader Creates a Mapping from a Jena model representation of a D2RQ mapping file.
D2RQValidator TODO: Add database validation (Connection details valid?
D2RQWriter Writes a D2RQ Mapping instance as a Turtle file to an output stream.
Database Representation of a d2rq:Database from the mapping file.
DownloadMap A d2rq:DownloadMap instance.
Join A representation of a d2rq:join value.
JoinSetParser Parses join condition strings as used in d2rq:join.
MapObject Abstract base class for classes that represent things in the mapping file.
Mapping A D2RQ mapping.
Microsyntax Static methods for handling various microsyntaxes used in the D2RQ mapping language.
NodeMakerFactory Creates NodeMakers corresponding to ResourceMaps in a D2RQ mapping.
OpBuilder Builder for the DatabaseOps corresponding to various mapping constructs in the D2RQ mapping language.
PropertyBridge Java object corresponding to d2rq:PropertyBridge.
ResourceMap Getters and setters for everything that's common to class maps, property bridges and download maps
TranslationTable Represents a d2rq:TranslationTable.
TranslationTable.Translation  
 

Enum Summary
Join.Direction