net.ontopia.topicmaps.query.impl.basic
Class QueryContext
java.lang.Object
net.ontopia.topicmaps.query.impl.basic.QueryContext
public class QueryContext
- extends java.lang.Object
INTERNAL: Object used to hold the global query execution context;
that is, the context beginning with the start of the execution of a
query and ending with the completion of its execution. Different
queries, and different executions of the same query, have different
contexts.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryContext
public QueryContext(TopicMapIF topicmap,
TologQuery query,
java.util.Map arguments,
TologOptions options)
getTopicMap
public TopicMapIF getTopicMap()
getVariableTypes
public java.lang.Object[] getVariableTypes(java.lang.String varname)
getParameterValue
public java.lang.Object getParameterValue(java.lang.String paramname)
getParameters
public java.util.Map getParameters()
getTologOptions
public TologOptions getTologOptions()
getQuery
public TologQuery getQuery()
Copyright © 2000-2012 Ontopia.