|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TopicNameIndex
TopicNameIndex is an interface for an index of Topic labels within a TopicMap. Labels in Ceryle are Topic base names in the scope of the XTM PSI "Display".
| Method Summary | |
|---|---|
boolean |
addToIndex(Topic topic)
Adds the Topic to the index, returning true if added. |
Topic |
getTopicByName(String label)
Returns a Topic with the provided label, null if unable to match. |
void |
index()
Builds the index of Topic labels. |
boolean |
isIndexed()
Returns true if the indexer has been run. |
| Method Detail |
|---|
boolean isIndexed()
boolean addToIndex(Topic topic)
throws IndexException
IndexExceptionvoid index()
Topic getTopicByName(String label)
label - the label for the Topic.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||