org.tm4j.topicmap.TopicMapProvider .addTopicMap(org.tm4j.topicmap.source.TopicMapSource source,org.tm4j.topicmap.Topic[] addedThemes)

Description

Imports a topic map into the data store managed by this TopicMapProvider from the specified TopicMapSource

Parameters
org.tm4j.topicmap.Topic addedThemes themes to be added to the scope of each ScopedObject created by the import process. themes to be added to the scope of each ScopedObject created by the import process.
org.tm4j.topicmap.source.TopicMapSource source a implementation of the TopicMapSource interface representing a source for a TopicMap

Throws

Returns

The new TopicMap object managed by the TopicMapProvider.

Other Resources

Related Topics