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
 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


Copyright © 2000-2012 Ontopia.