Definition at line 45 of file SvmProblemRepositoryInFile.h. References Impala::Persistency::ModelLocator::GetConcept(), GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), RepFS(), and Write(). 00046 { 00047 String dir = GetDir(loc); 00048 File file = RepFS().GetFile(loc, dir, loc.GetConcept() + ".problem.txt", 00049 true, false); 00050 Write(problem, file); 00051 }
Here is the call graph for this function: ![]()
|