Class AbstractTopicMapReference

java.lang.Object
net.ontopia.topicmaps.entry.AbstractTopicMapReference
All Implemented Interfaces:
AutoCloseable, TopicMapReferenceIF
Direct Known Subclasses:
AbstractURLTopicMapReference, MergeReference, RDBMSTopicMapReference, StoreFactoryReference

public abstract class AbstractTopicMapReference extends Object implements TopicMapReferenceIF
INTERNAL: An abstract topic map reference class that contains methods that handles the id and title properties. Subclasses should implement the createStore method.