|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This Index gives direct access to all TopicNames. you can get all TopicNames, or a TopicName by value
| Method Summary | |
java.util.Collection |
getTopicNamesByType(Topic type)
Retrieves the TopicNames in the indexed TopicMap whose type is defined by the specified Topic. |
java.util.Collection |
getTopicNamesByValue(java.lang.String value)
Retrieves the TopicNames in the TopicMap which have a value equal to value
The return value may be an empty Collection but must never be null. |
java.util.Collection |
getTopicNameTypes()
Retrieves the topics in the TopicMap which define the type of one or more TopicNames. |
| Methods inherited from interface org.tmapi.index.Index |
close, getFlags, isOpen, open, reindex |
| Methods inherited from interface org.tmapi.core.TopicMapSystem.ConfigurableHelperObject |
configure |
| Method Detail |
public java.util.Collection getTopicNamesByValue(java.lang.String value)
value
The return value may be an empty Collection but must never be null.
value - of the TopicNames to be returned (MUST NOT be null)
public java.util.Collection getTopicNameTypes()
null.
public java.util.Collection getTopicNamesByType(Topic type)
null.
type - the type of the TopicNames to be retrieved.
If type is null a collection containing all untyped
TopicNames will be returned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||