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 Detail

      • createStore

        TopicMapStoreIF createStore()
        PUBLIC: Creates a topic map store object.
        Returns:
        An object implementing TopicMapStoreIF