org.tm4j.topicmap.TopicMapUtils .getObjectsInScope(java.util.Collection scope,java.util.Collection objects)

Description

Gets the all topic map objects in the specified scope

Parameters
java.util.Collection objects The objects to be processed. If null, all objects in the topic map are processed.
java.util.Collection scope The scope to be searched.

Returns

The set of all objects in the given scope.

Other Resources

Related Topics