Uses of Class
de.fuberlin.wiwiss.d2rq.parser.RelationBuilder

Packages that use RelationBuilder
de.fuberlin.wiwiss.d2rq.map Classes that represent the components of a mapping file. 
de.fuberlin.wiwiss.d2rq.parser Code that converts a D2RQ mapping file from its RDF representation into corresponding Java objects. 
 

Uses of RelationBuilder in de.fuberlin.wiwiss.d2rq.map
 

Methods in de.fuberlin.wiwiss.d2rq.map that return RelationBuilder
 RelationBuilder ResourceMap.relationBuilder(ConnectedDB database)
           
 

Uses of RelationBuilder in de.fuberlin.wiwiss.d2rq.parser
 

Methods in de.fuberlin.wiwiss.d2rq.parser with parameters of type RelationBuilder
 void RelationBuilder.addAliased(RelationBuilder other)
          Adds information from another relation builder to this one, applying this builder's alias mappings to the other one.
 void RelationBuilder.addOther(RelationBuilder other)