org.tm4j.topicmap.utils.XTMBuilder .setAddedThemes(org.tm4j.topicmap.Topic[] addedThemes)

Description

Sets the collection of Topics to be added to the scope of every Association, Occurrence and BaseName built by this class.

Parameters
org.tm4j.topicmap.Topic addedThemes an array of the Topics to be added. The topics in this array may be from the TopicMap instance being populated by the builder or from another TopicMap. Any Topic from another TopicMap will first be copied into the TopicMap being populated by the builder. The copy will be a shallow copy (only unscoped names, subject address and subject indicators are copied).

Other Resources

Related Topics

Has Parameters