Uses of Class
de.fuberlin.wiwiss.d2rq.map.ClassMap

Packages that use ClassMap
de.fuberlin.wiwiss.d2rq.map Classes that represent the components of a mapping file. 
 

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

Fields in de.fuberlin.wiwiss.d2rq.map declared as ClassMap
protected  ClassMap ResourceMap.refersToClassMap
           
 

Methods in de.fuberlin.wiwiss.d2rq.map that return ClassMap
 ClassMap Mapping.classMap(Resource name)
           
 

Methods in de.fuberlin.wiwiss.d2rq.map with parameters of type ClassMap
 void Mapping.addClassMap(ClassMap classMap)
           
 void PropertyBridge.setBelongsToClassMap(ClassMap classMap)
           
 void PropertyBridge.setRefersToClassMap(ClassMap classMap)