|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NameIndexIF
PUBLIC: Index that holds information about the names of topics in the topic map. The intention is to provide quick lookup of objects by name.
| Method Summary | |
|---|---|
java.util.Collection<TopicNameIF> |
getTopicNames(java.lang.String name_value)
PUBLIC: Gets all topic names that have the given name value (in any scope). |
java.util.Collection<VariantNameIF> |
getVariants(java.lang.String value)
INTERNAL: Gets all variants that have the specified value independent of datatype. |
java.util.Collection<VariantNameIF> |
getVariants(java.lang.String value,
LocatorIF datatype)
INTERNAL: Gets all variants that have the specified value and datatype. |
| Method Detail |
|---|
java.util.Collection<TopicNameIF> getTopicNames(java.lang.String name_value)
name_value - A string; the value of a topic name.
java.util.Collection<VariantNameIF> getVariants(java.lang.String value)
java.util.Collection<VariantNameIF> getVariants(java.lang.String value,
LocatorIF datatype)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||