org.tmapi.index.core
Interface TopicMapObjectsIndex
- All Superinterfaces: 
- Index, TopicMapSystem.ConfigurableHelperObject
- public interface TopicMapObjectsIndex- extends Index
An index of all TopicMapObject instances in the 
 TopicMap by the value(s) of their sourceLocator
 property.
 
 
 
getTopicMapObjectBySourceLocator
public TopicMapObject getTopicMapObjectBySourceLocator(Locator sourceLocator)
- Returns the TopicMapObject with the specified locator
 as one of its source locators.
 
- 
 
- 
- Parameters:
- sourceLocator- the source locator of the object to be returned 
                      (MUST NOT be- null)
- Returns:
- the TopicMapObject with the specified source locator
 		or nullif no such object exists in the indexed TopicMap.