Definition at line 120 of file SvmRepositoryInFile.h. References Impala::FileNameConcat(), Impala::Persistency::ModelLocator::GetConceptSet(), Impala::Persistency::ModelLocator::GetFeature(), and Impala::Persistency::ModelLocator::GetModel(). Referenced by Add(), Delete(), Exists(), and Get(). 00121 { 00122 String dir = "ConceptModels"; 00123 00124 if (forAll) 00125 return dir; 00126 00127 dir = FileNameConcat(dir, loc.GetConceptSet()); 00128 dir = FileNameConcat(dir, loc.GetModel()); 00129 dir = FileNameConcat(dir, loc.GetFeature()); 00130 return dir; 00131 }
Here is the call graph for this function: ![]()
|