Reimplemented from Impala::Persistency::Locator. Definition at line 140 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<<(). 00141 { 00142 return "SimilarityTableSetLocator(" + GetProtocol() + "," + GetHost() 00143 + "," + GetDataSet() + "," + GetInIndexString() + "," 00144 + GetWalkType() + "," + GetConceptSet() + "," 00145 + GetModel() + "," + GetFeature() + "," + GetContainer() + ")"; 00146 }
Here is the call graph for this function: ![]()
|