Definition at line 45 of file FoldLocator.h. References Impala::MakeString(), mConceptSet, mFoldType, mKeyword, mName, and mQuidClass. 00047 : Locator(base.GetProtocol(), base.GetHost(), base.GetDataSet()) 00048 { 00049 mQuidClass = quidClass; 00050 mConceptSet = conceptSet; 00051 mKeyword = keyword; 00052 mFoldType = foldType; 00053 mName = keyword + "_fold_" + MakeString(foldNr); 00054 }
Here is the call graph for this function: ![]()
|