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()
           
 

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)
           
 void RelationBuilder.addOther(RelationBuilder other)