Class TNCIndex
- java.lang.Object
-
- net.ontopia.topicmaps.impl.basic.index.TNCIndex
-
-
Field Summary
Fields Modifier and Type Field Description protected NameIndexIF
nameix
-
Constructor Summary
Constructors Constructor Description TNCIndex(NameIndexIF nameix)
TNCIndex(TopicMapIF topicmap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<TopicIF>
getTopics(String basename_string, Collection<TopicIF> scope)
INTERNAL: Returns the topics that have a basename with the given string value in the given scope.
-
-
-
Field Detail
-
nameix
protected NameIndexIF nameix
-
-
Constructor Detail
-
TNCIndex
public TNCIndex(NameIndexIF nameix)
-
TNCIndex
public TNCIndex(TopicMapIF topicmap)
-
-
Method Detail
-
getTopics
public Collection<TopicIF> getTopics(String basename_string, Collection<TopicIF> scope)
INTERNAL: Returns the topics that have a basename with the given string value in the given scope.This method is used to look up topics in the socalled topic name space. Note that whether a single topic is returned depends on whether the topic map have been completely processed or not.
-
-