Reimplemented from Impala::Persistency::Locator. Definition at line 112 of file SimilarityTableSetLocator.h. References GetConceptSet(), GetContainer(), Impala::Persistency::Locator::GetDataSet(), GetFeature(), Impala::Persistency::Locator::GetHost(), GetInIndexString(), GetModel(), Impala::Persistency::Locator::GetProtocol(), and GetWalkType(). Referenced by Impala::Persistency::operator<<(). 00113 { 00114 return "SimilarityTableSetLocator(" + GetProtocol() + "," + GetHost() 00115 + "," + GetDataSet() + "," + GetInIndexString() + "," 00116 + GetWalkType() + "," + GetConceptSet() + "," 00117 + GetModel() + "," + GetFeature() + "," + GetContainer() + ")"; 00118 }
Here is the call graph for this function:
|