Class QueryContext
- java.lang.Object
-
- net.ontopia.topicmaps.query.impl.basic.QueryContext
-
public class QueryContext extends 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.
-
-
Constructor Summary
Constructors Constructor Description QueryContext(TopicMapIF topicmap, TologQuery query, Map arguments, TologOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map
getParameters()
Object
getParameterValue(String paramname)
TologQuery
getQuery()
TologOptions
getTologOptions()
TopicMapIF
getTopicMap()
Object[]
getVariableTypes(String varname)
-
-
-
Constructor Detail
-
QueryContext
public QueryContext(TopicMapIF topicmap, TologQuery query, Map arguments, TologOptions options)
-
-
Method Detail
-
getTopicMap
public TopicMapIF getTopicMap()
-
getParameters
public Map getParameters()
-
getTologOptions
public TologOptions getTologOptions()
-
getQuery
public TologQuery getQuery()
-
-