org.tm4j.topicmap.index.basic .MemberTypesIndex
Description
This interface provides mechanisms dealing with member types, the topics defining the types of association members.
Interfaces
| Method Summary | |
|---|---|
| java.util.Collection |
getMemberTypes()
Returns the topics which define the type of one or more
members in the topic map.
|
| java.util.Collection |
getMembersOfType(org.tm4j.topicmap.Topic type)
Returns the members which are typed by type.
|
| java.util.Collection |
getMembersOfType(org.tm4j.topicmap.Topic type,boolean includeMergedTopics)
Returns the members which are typed by the topic type.
|
Related Topics
Imports
Is Contained By
