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

String Impala::Persistency::SvmProblemRepositoryInFile::GetDir ( const ModelLocator loc  )  [inline, private]

Definition at line 71 of file SvmProblemRepositoryInFile.h.

References Impala::FileNameConcat(), Impala::Persistency::ModelLocator::GetConceptSet(), Impala::Persistency::ModelLocator::GetFeature(), and Impala::Persistency::ModelLocator::GetModel().

Referenced by Add(), Delete(), Exists(), and Get().

00072     {
00073         String dir = "ConceptModels";
00074         dir = FileNameConcat(dir, loc.GetConceptSet());
00075         dir = FileNameConcat(dir, loc.GetModel());
00076         dir = FileNameConcat(dir, loc.GetFeature());
00077         return dir;
00078     }

Here is the call graph for this function:


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