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

Util::PropertySet* Impala::Persistency::ScoreFileRepositoryInFile::Get ( const ModelLocator loc  )  [inline]

Definition at line 32 of file ScoreFileRepositoryInFile.h.

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

00033     {
00034         String dir = GetDir(loc);
00035         File file = RepFS().GetFile(loc, dir, loc.GetConcept() + ".score",
00036                                     false, false);
00037         if (!file.Valid())
00038             return 0;
00039         Util::PropertySet* res = new Util::PropertySet;
00040         Util::Read(res, file);
00041         return res;
00042     }

Here is the call graph for this function:


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