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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopicMapStoreIF
createStore()
PUBLIC: Creates a topic map store object.
-
-
-
Method Detail
-
createStore
TopicMapStoreIF createStore()
PUBLIC: Creates a topic map store object.- Returns:
- An object implementing TopicMapStoreIF
-
-