Package | Description |
---|---|
net.ontopia.topicmaps.impl.rdbms |
Relational database implementation of the core topic map
interfaces.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Topic.setTopicMap(TopicMap topicmap)
INTERNAL: Sets the topic map that the object belongs to.
|
protected void |
Occurrence.setTopicMap(TopicMap topicmap) |
protected void |
VariantName.setTopicMap(TopicMap topicmap) |
protected void |
Association.setTopicMap(TopicMap topicmap)
INTERNAL: Sets the topic map that the object belongs to.
|
protected void |
AssociationRole.setTopicMap(TopicMap topicmap) |
protected void |
TopicName.setTopicMap(TopicMap topicmap) |
protected void |
TMObject.transactionChanged(TopicMap topicmap)
INTERNAL: Called when the transaction to which the object belongs
has changed.
|