Package net.ontopia.topicmaps.impl.basic
Class InMemoryStoreFactory
java.lang.Object
net.ontopia.topicmaps.impl.basic.InMemoryStoreFactory
- All Implemented Interfaces:
TopicMapStoreFactoryIF
PUBLIC: The in-memory TopicMapStoreFactoryIF implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPUBLIC: Creates a topic map store object.
-
Constructor Details
-
InMemoryStoreFactory
public InMemoryStoreFactory()
-
-
Method Details
-
createStore
Description copied from interface:TopicMapStoreFactoryIFPUBLIC: Creates a topic map store object.- Specified by:
createStorein interfaceTopicMapStoreFactoryIF- Returns:
- An object implementing TopicMapStoreIF
-