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

Impala::Persistency::FoldLocator::FoldLocator ( CString  dataSet,
int  quidClass,
CString  conceptSet,
CString  keyword,
CString  foldType,
int  foldNr,
CmdOptions options 
) [inline]

Definition at line 33 of file FoldLocator.h.

References Impala::MakeString(), mConceptSet, mFoldType, mKeyword, mName, and mQuidClass.

00036         : Locator(dataSet, options)
00037     {
00038         mQuidClass = quidClass;
00039         mConceptSet = conceptSet;
00040         mKeyword = keyword;
00041         mFoldType = foldType;
00042         mName = keyword + "_fold_" + MakeString(foldNr);
00043     }

Here is the call graph for this function:


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