|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ontopia.topicmaps.db2tm.Context
public class Context
INTERNAL: Object used to hold contextual information while processing tuples. Note that mapping, relation, topicMap and baseLocator are all required properties.
Method Summary | |
---|---|
void |
close()
|
LocatorIF |
getBaseLocator()
INTERNAL: Gets the base locator currently in use. |
DeclarationContextIF |
getDeclarationContext()
|
RelationMapping |
getMapping()
INTERNAL: Gets the relation mapping currently in use. |
QueryProcessorIF |
getQueryProcessor()
INTERNAL: Gets the topic map query processor currently in use. |
TopicMapIF |
getTopicMap()
INTERNAL: Gets the topic map currently in use. |
void |
loadExtents()
|
void |
removeExtentObjects()
|
void |
setBaseLocator(LocatorIF baseloc)
INTERNAL: Sets the current base locator. |
void |
setMapping(RelationMapping rmapping)
INTERNAL: Sets the current relation mapping. |
void |
setRelation(Relation relation)
INTERNAL: Sets the current relation. |
void |
setTopicMap(TopicMapIF topicmap)
INTERNAL: Sets the current topic map. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public RelationMapping getMapping()
public void setMapping(RelationMapping rmapping)
public void setRelation(Relation relation)
public TopicMapIF getTopicMap()
public void setTopicMap(TopicMapIF topicmap)
public QueryProcessorIF getQueryProcessor()
public DeclarationContextIF getDeclarationContext()
public LocatorIF getBaseLocator()
public void setBaseLocator(LocatorIF baseloc)
public void loadExtents()
public void removeExtentObjects()
public void close()
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |