Class MemoryTopicMapSystemImpl
java.lang.Object
net.ontopia.topicmaps.impl.tmapi2.MemoryTopicMapSystemImpl
- All Implemented Interfaces:
TopicMapSystemIF,org.tmapi.core.TopicMapSystem
INTERNAL: OKS->TMAPI 2 object wrapper.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.tmapi.core.LocatorcreateLocator(String reference) createTopicMap(String reference) createTopicMap(TopicMapIF topicmap) createTopicMap(org.tmapi.core.Locator loc) booleangetFeature(String feature) Set<org.tmapi.core.Locator>getProperty(String property) getTopicMap(String reference) getTopicMap(org.tmapi.core.Locator loc) voidorg.tmapi.core.LocatorwrapLocator(LocatorIF loc)
-
Constructor Details
-
MemoryTopicMapSystemImpl
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceorg.tmapi.core.TopicMapSystem
-
createLocator
- Specified by:
createLocatorin interfaceorg.tmapi.core.TopicMapSystem
-
wrapLocator
- Specified by:
wrapLocatorin interfaceTopicMapSystemIF
-
createTopicMap
public TopicMapImpl createTopicMap(org.tmapi.core.Locator loc) throws org.tmapi.core.TopicMapExistsException - Specified by:
createTopicMapin interfaceorg.tmapi.core.TopicMapSystem- Throws:
org.tmapi.core.TopicMapExistsException
-
createTopicMap
public TopicMapImpl createTopicMap(TopicMapIF topicmap) throws org.tmapi.core.TopicMapExistsException - Throws:
org.tmapi.core.TopicMapExistsException
-
createTopicMap
- Specified by:
createTopicMapin interfaceorg.tmapi.core.TopicMapSystem- Throws:
org.tmapi.core.TopicMapExistsException
-
getFeature
- Specified by:
getFeaturein interfaceorg.tmapi.core.TopicMapSystem- Throws:
org.tmapi.core.FeatureNotRecognizedException
-
getLocators
- Specified by:
getLocatorsin interfaceorg.tmapi.core.TopicMapSystem
-
getProperty
- Specified by:
getPropertyin interfaceorg.tmapi.core.TopicMapSystem
-
getTopicMap
- Specified by:
getTopicMapin interfaceorg.tmapi.core.TopicMapSystem
-
getTopicMap
- Specified by:
getTopicMapin interfaceorg.tmapi.core.TopicMapSystem
-
remove
- Specified by:
removein interfaceTopicMapSystemIF
-