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

bool Impala::Persistency::SvmProblemRepositoryInFile::Exists ( const ModelLocator loc  )  [inline]

Definition at line 24 of file SvmProblemRepositoryInFile.h.

References Impala::Persistency::ModelLocator::GetConcept(), GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), RepFS(), and Impala::Persistency::File::Valid().

00025     {
00026         String dir = GetDir(loc);
00027         File file = RepFS().GetFile(loc, dir, loc.GetConcept() + ".problem.txt",
00028                                     false, true);
00029         return file.Valid();
00030     }

Here is the call graph for this function:


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