Uses of Class
org.d2rq.r2rml.ComponentCollection

Packages that use ComponentCollection
org.d2rq.r2rml   
 

Uses of ComponentCollection in org.d2rq.r2rml
 

Methods in org.d2rq.r2rml that return ComponentCollection
 ComponentCollection<Join> Mapping.joins()
           
 ComponentCollection<LogicalTable> Mapping.logicalTables()
           
 ComponentCollection<PredicateObjectMap> Mapping.predicateObjectMaps()
           
 ComponentCollection<ReferencingObjectMap> Mapping.referencingObjectMaps()
           
 ComponentCollection<TermMap> Mapping.termMaps()
           
 ComponentCollection<TriplesMap> Mapping.triplesMaps()