org.tm4j.panckoucke.impl.abstraction.ix.IndexAbstractor .getElements()

Description

This method is called by #generateModel(TopicMapObject, AbstractionContext) generateModel. If for a concrete Instance of IndexAbstractor tm4j-Index-support is enabled (see the constructor for a description how to enable tm4j-index-support) the index-property of this instance is set to the specified index and the index is opened prior to call getElements of a subclass, Furthermore, prior to call this method the base class has set two more fields. The currentTMO-Field contains the TopicMapObject which is supplied in the call to generateModel(). The currentTopicMap-Field has either the same value as currentTMO if currentTMO is an instance of org.tm4j.topicmap.TopicMap or points to the TopicMap which is returned by currentTMO.getTopicMap(); The currentTopicMap-Field contains the

Returns

an Iterator, containing all TopicMapObjects which should be part of the generated model.

Other Resources