|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ontopia.topicmaps.query.spi.AbstractSearcher
public abstract class AbstractSearcher
PUBLIC: Abstract SearcherIF convenience superclass used to get the default implementation of the four set methods. Subclassing this class ensures better forward compatibility.
Field Summary |
---|
Fields inherited from interface net.ontopia.topicmaps.query.spi.SearcherIF |
---|
ITEM_IDENTIFIER, OBJECT_ID, OBJECT_VALUE, OCCURRENCE_URI, STRING_VALUE, SUBJECT_IDENTIFIER, SUBJECT_LOCATOR |
Constructor Summary | |
---|---|
AbstractSearcher()
|
Method Summary | |
---|---|
void |
setModuleURI(java.lang.String moduleURI)
PUBLIC: Called by the query engine before using the instance to pass the module URI to the searcher. |
void |
setParameters(java.util.Map parameters)
PUBLIC: Called by the query engine before using the instance to pass the parameters in the module URI to the searcher. |
void |
setPredicateName(java.lang.String predicateName)
PUBLIC: Called by the query engine before using the instance to pass the name of the predicate (the part after the colon in the QName) to the searcher. |
void |
setTopicMap(TopicMapIF topicmap)
PUBLIC: Called by the query engine before using the instance to pass the topic map being queried to the predicate. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.ontopia.topicmaps.query.spi.SearcherIF |
---|
getResult, getValueType |
Constructor Detail |
---|
public AbstractSearcher()
Method Detail |
---|
public void setModuleURI(java.lang.String moduleURI)
SearcherIF
setModuleURI
in interface SearcherIF
public void setPredicateName(java.lang.String predicateName)
SearcherIF
setPredicateName
in interface SearcherIF
public void setTopicMap(TopicMapIF topicmap)
SearcherIF
setTopicMap
in interface SearcherIF
public void setParameters(java.util.Map parameters)
SearcherIF
setParameters
in interface SearcherIF
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |