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

String Impala::Persistency::SvmRepositoryInFile::GetDir ( const ModelLocator loc,
bool  forAll 
) [inline, private]

Definition at line 120 of file SvmRepositoryInFile.h.

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

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

00121     {
00122         String dir = "ConceptModels";
00123 
00124         if (forAll)
00125             return dir;
00126 
00127         dir = FileNameConcat(dir, loc.GetConceptSet());
00128         dir = FileNameConcat(dir, loc.GetModel());
00129         dir = FileNameConcat(dir, loc.GetFeature());
00130         return dir;
00131     }

Here is the call graph for this function:


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