org.tm4j.topicmap.index.basic.MemberTypesIndex .getMembersOfType(org.tm4j.topicmap.Topic type,boolean includeMergedTopics)

Description

Returns the members which are typed by the topic type. If includeMergedTopics is true, the returned Collection also includes all members typed by any topic that is merged with type.

Parameters
boolean includeMergedTopics if true, then the return set includes all Members that are typed by a topic merged with type.
org.tm4j.topicmap.Topic type The topic which types all of the members returned. the member type to query for

Returns

an unmodifiable Collection of Member instances

Other Resources

Related Topics