|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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.
Field Summary | |
---|---|
protected LocatorIF |
baseloc
|
protected TopicMapBuilderIF |
builder
|
protected DeclarationContextIF |
dc
|
protected java.util.Set |
dsCandidates
|
protected java.lang.Object[] |
entityObjects
|
protected java.util.Collection[] |
extents
|
protected static int |
MAX_DSCANDIDATES
|
protected java.util.Collection |
newObjects
|
protected java.util.Collection |
oldObjects
|
protected java.util.Map |
oldValues
|
protected QueryProcessorIF |
qp
|
protected Relation |
relation
|
protected RelationMapping |
rmapping
|
protected TopicMapIF |
topicmap
|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected RelationMapping rmapping
protected Relation relation
protected TopicMapIF topicmap
protected LocatorIF baseloc
protected TopicMapBuilderIF builder
protected QueryProcessorIF qp
protected DeclarationContextIF dc
protected java.lang.Object[] entityObjects
protected java.util.Collection[] extents
protected java.util.Collection newObjects
protected java.util.Collection oldObjects
protected java.util.Map oldValues
protected static final int MAX_DSCANDIDATES
protected java.util.Set dsCandidates
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 |