Definition at line 82 of file AllParameterFileRepositoryInFile.h. References Impala::FileNameConcat(), Impala::Persistency::ModelLocator::GetConceptSet(), Impala::Persistency::ModelLocator::GetFeature(), and Impala::Persistency::ModelLocator::GetModel(). Referenced by Add(), Exists(), and Get(). 00083 { 00084 String dir = "ConceptModels"; 00085 dir = FileNameConcat(dir, loc.GetConceptSet()); 00086 dir = FileNameConcat(dir, loc.GetModel()); 00087 dir = FileNameConcat(dir, loc.GetFeature()); 00088 return dir; 00089 }
Here is the call graph for this function: ![]()
|