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

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

Definition at line 25 of file SvmRepositoryInFile.h.

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

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

Here is the call graph for this function:


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