Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Persistency::SvmProblemRepositoryInFile::Add ( const ModelLocator loc,
svm_problem *  problem 
) [inline]

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:


Generated on Thu Jan 13 09:23:48 2011 for ImpalaSrc by  doxygen 1.5.1