Definition at line 21 of file FoldLocator.h. References Impala::MakeString(), mConceptSet, mFoldType, mKeyword, mName, and mQuidClass. 00024 : Locator(protocolAndHost, dataSet) 00025 { 00026 mQuidClass = quidClass; 00027 mConceptSet = conceptSet; 00028 mKeyword = keyword; 00029 mFoldType = foldType; 00030 mName = keyword + "_fold_" + MakeString(foldNr); 00031 }
Here is the call graph for this function: ![]()
|