public class MemoryTopicMapSystemImpl extends Object implements TopicMapSystemIF
| Constructor and Description |
|---|
MemoryTopicMapSystemImpl(TopicMapSystemFactory topicMapSystemFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.tmapi.core.Locator |
createLocator(String reference) |
TopicMapImpl |
createTopicMap(org.tmapi.core.Locator loc) |
TopicMapImpl |
createTopicMap(String reference) |
TopicMapImpl |
createTopicMap(TopicMapIF topicmap) |
boolean |
getFeature(String feature) |
Set<org.tmapi.core.Locator> |
getLocators() |
Object |
getProperty(String property) |
TopicMapImpl |
getTopicMap(org.tmapi.core.Locator loc) |
TopicMapImpl |
getTopicMap(String reference) |
void |
remove(LocatorIF loc) |
org.tmapi.core.Locator |
wrapLocator(LocatorIF loc) |
public MemoryTopicMapSystemImpl(TopicMapSystemFactory topicMapSystemFactory)
public void close()
close in interface org.tmapi.core.TopicMapSystempublic org.tmapi.core.Locator createLocator(String reference)
createLocator in interface org.tmapi.core.TopicMapSystempublic org.tmapi.core.Locator wrapLocator(LocatorIF loc)
wrapLocator in interface TopicMapSystemIFpublic TopicMapImpl createTopicMap(org.tmapi.core.Locator loc) throws org.tmapi.core.TopicMapExistsException
createTopicMap in interface org.tmapi.core.TopicMapSystemorg.tmapi.core.TopicMapExistsExceptionpublic TopicMapImpl createTopicMap(TopicMapIF topicmap) throws org.tmapi.core.TopicMapExistsException
org.tmapi.core.TopicMapExistsExceptionpublic TopicMapImpl createTopicMap(String reference) throws org.tmapi.core.TopicMapExistsException
createTopicMap in interface org.tmapi.core.TopicMapSystemorg.tmapi.core.TopicMapExistsExceptionpublic boolean getFeature(String feature) throws org.tmapi.core.FeatureNotRecognizedException
getFeature in interface org.tmapi.core.TopicMapSystemorg.tmapi.core.FeatureNotRecognizedExceptionpublic Set<org.tmapi.core.Locator> getLocators()
getLocators in interface org.tmapi.core.TopicMapSystempublic Object getProperty(String property)
getProperty in interface org.tmapi.core.TopicMapSystempublic TopicMapImpl getTopicMap(String reference)
getTopicMap in interface org.tmapi.core.TopicMapSystempublic TopicMapImpl getTopicMap(org.tmapi.core.Locator loc)
getTopicMap in interface org.tmapi.core.TopicMapSystempublic void remove(LocatorIF loc)
remove in interface TopicMapSystemIF