public class SameStoreFactory extends Object implements TopicMapStoreFactoryIF
| Modifier and Type | Field and Description |
|---|---|
protected TopicMapStoreIF |
store |
| Constructor and Description |
|---|
SameStoreFactory(TopicMapStoreIF store)
PUBLIC: Creates a TopicMapStoreFactoryIF which persistently
references the given store
|
| Modifier and Type | Method and Description |
|---|---|
TopicMapStoreIF |
createStore()
PUBLIC: Returns a topicmap store, which is the store given to the
constructor.
|
protected TopicMapStoreIF store
public SameStoreFactory(TopicMapStoreIF store)
store - the given topicMapStoreFactoryIFpublic TopicMapStoreIF createStore()
createStore in interface TopicMapStoreFactoryIF