|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface provides mechanisms dealing with member types, the topics defining the types of association members.
| Method Summary | |
java.util.Collection |
getMembersOfType(Topic type)
Returns the members which are typed by type. |
java.util.Collection |
getMembersOfType(Topic type,
boolean includeMergedTopics)
Returns the members which are typed by the topic type. |
java.util.Collection |
getMemberTypes()
Returns the topics which define the type of one or more members in the topic map. |
| Methods inherited from interface org.tm4j.topicmap.index.Index |
close, isOpen, open, reindex |
| Method Detail |
public java.util.Collection getMembersOfType(Topic type)
type.
type - The topic which types all of the members returned.
Members for which
type defines the member type.
public java.util.Collection getMembersOfType(Topic type,
boolean includeMergedTopics)
type.
If includeMergedTopics is true, the returned Collection also
includes all members typed by any topic that is merged with type.
type - the member type to query forincludeMergedTopics - if true, then the return set includes all Members
that are typed by a topic merged with type.
public java.util.Collection getMemberTypes()
Topics which are the
type of at least one member in the topic map indexed.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||