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

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

Definition at line 23 of file AllParameterFileRepositoryInFile.h.

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

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:27 2011 for ImpalaSrc by  doxygen 1.5.1