org.tm4j.topicmap.ScopedObject .setScope(org.tm4j.topicmap.Topic[] scopingTopics)

Description

Sets the collection of topics which define the scope of validity for this object. The input array will be processed to a set, removing any duplicate Topics. For the purposes of defining scope, merging will not be considered. So if topic A and B are two different topics and are in the array scopingTopics getScope() will return a two element collection, regardless of whether A and B are merged at the time of addition or merging of the topics happens after their addition to the collection.

Parameters
org.tm4j.topicmap.Topic scopingTopics the new set of scoping topics for this object

Throws

Other Resources

Related Topics

Has Parameters