org.tm4j.topicmap.source.TopicMapSource .populateTopicMap(org.tm4j.topicmap.TopicMap map,org.tm4j.topicmap.TopicMapProvider provider)

Description

A callback method called by the TopicMapProvider implementation to populate the topic map. This method allows the provider to give a reference to itself to the callback method and is provided because the TopicMap.getProvider() method cannot be easily implemented on the Ozone backend.

Parameters
org.tm4j.topicmap.TopicMap map the TopicMap instance to be populated
org.tm4j.topicmap.TopicMapProvider provider the TopicMapProvider instance that manages map

Other Resources

Related Topics