Class RemoteTopicMapBuilder
- java.lang.Object
-
- net.ontopia.topicmaps.impl.basic.TopicMapBuilder
-
- net.ontopia.topicmaps.impl.remote.RemoteTopicMapBuilder
-
- All Implemented Interfaces:
Serializable
,TopicMapBuilderIF
public class RemoteTopicMapBuilder extends TopicMapBuilder
INTERNAL: The remote (remote in the sense that it deals with remote topics - and not that the transactions work in a remote or distributed fashion) implementation of a topicMapBuilder.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.ontopia.topicmaps.impl.basic.TopicMapBuilder
tm
-
Fields inherited from interface net.ontopia.topicmaps.core.TopicMapBuilderIF
MSG_ASSOCATION_NOT_NULL, MSG_ASSOCIATION_ROLE_PLAYER_NOT_NULL, MSG_ASSOCIATION_ROLE_TYPE_NOT_NULL, MSG_ASSOCIATION_TYPE_NOT_NULL, MSG_OCCURRENCE_DATATYPE_NOT_NULL, MSG_OCCURRENCE_LOCATOR_NOT_NULL, MSG_OCCURRENCE_TYPE_NOT_NULL, MSG_OCCURRENCE_VALUE_NOT_NULL, MSG_TOPIC_NAME_NOT_NULL, MSG_TOPIC_NAME_VALUE_NOT_NULL, MSG_TOPIC_NOT_NULL, MSG_TOPIC_TYPE_NOT_NULL, MSG_VARIANT_DATATYPE_NOT_NULL, MSG_VARIANT_LOCATOR_NOT_NULL, MSG_VARIANT_VALUE_NOT_NULL
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TopicIF
createTopic()
-
Methods inherited from class net.ontopia.topicmaps.impl.basic.TopicMapBuilder
addScope, checkCollection, getTopicMap, makeAssociation, makeAssociation, makeAssociationRole, makeOccurrence, makeOccurrence, makeOccurrence, makeOccurrence, makeTopic, makeTopic, makeTopic, makeTopicName, makeTopicName, makeVariantName, makeVariantName, makeVariantName, makeVariantName
-
-
-
-
Method Detail
-
createTopic
protected TopicIF createTopic()
- Overrides:
createTopic
in classTopicMapBuilder
-
-