org.tm4j.topicmap.index .IndexMeta

Description

Provides basic meta data regarding the index to the IndexManager and to users of the Index interface.

Implementations of this interface

Method Summary
void isAutomaticallyOpened()
Determines whether or not this index is always returned opened by the IndexManager.
void isAutomaticallyUpdated()
Determines whether or not this index is automatically updated from events on the TopicMap.

Related Topics

Imports