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