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