Package net.ontopia.topicmaps.core
Interface TopicMapStoreFactoryIF
- All Known Implementing Classes:
InMemoryStoreFactory,RDBMSStoreFactory,SameStoreFactory
public interface TopicMapStoreFactoryIF
PUBLIC: Factory interface for creating new topic map store
objects.
Factories are used to make object creation independent of the
specific topic map implementation used.
-
Method Summary
Modifier and TypeMethodDescriptionPUBLIC: Creates a topic map store object.
-
Method Details
-
createStore
TopicMapStoreIF createStore()PUBLIC: Creates a topic map store object.- Returns:
- An object implementing TopicMapStoreIF
-