36373839404142
* @param scr * Maintains the mapping between classes and their identifiers * within the store. */ public RelationContainer(StoreReader sr, StoreClassRegister scr) { relation = new Relation(sr, scr); }