Uses of Interface
net.ontopia.topicmaps.core.TopicMapBuilderIF
Packages that use TopicMapBuilderIF
Package
Description
Provides interfaces for topic map objects; the topic map API for all Ontopia
topic map implementations.
The implementation of and public API to the DB2TM module for
converting relational data (in CSV files or RDBMSs) to Topic Maps.
The in-memory implementation of the core topic map interfaces.
Relational database implementation of the core topic map
interfaces.
INTERNAL: Classes that are used by many implementations.
This package provides topic map utility classes, which are a toolkit for
working with the topic map model provided by the core interfaces.
Provides support for the ISO-standardized textual Compact Topic Maps
syntax (or CTM) format for topic maps.
-
Uses of TopicMapBuilderIF in net.ontopia.topicmaps.core
Methods in net.ontopia.topicmaps.core that return TopicMapBuilderIFModifier and TypeMethodDescriptionTopicMapIF.getBuilder()PUBLIC: Gets a topic map builder for use with this transaction. -
Uses of TopicMapBuilderIF in net.ontopia.topicmaps.db2tm
Fields in net.ontopia.topicmaps.db2tm declared as TopicMapBuilderIFMethods in net.ontopia.topicmaps.db2tm that return TopicMapBuilderIFModifier and TypeMethodDescriptionprotected TopicMapBuilderIFContext.getBuilder()INTERNAL: Gets the topic map builder currently in use. -
Uses of TopicMapBuilderIF in net.ontopia.topicmaps.impl.basic
Classes in net.ontopia.topicmaps.impl.basic that implement TopicMapBuilderIFModifier and TypeClassDescriptionclassINTERNAL: The default topic map builder implementation.Methods in net.ontopia.topicmaps.impl.basic that return TopicMapBuilderIF -
Uses of TopicMapBuilderIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicMapBuilderIFModifier and TypeClassDescriptionclassINTERNAL: The default topic map builder implementation.Methods in net.ontopia.topicmaps.impl.rdbms that return TopicMapBuilderIF -
Uses of TopicMapBuilderIF in net.ontopia.topicmaps.impl.remote
Classes in net.ontopia.topicmaps.impl.remote that implement TopicMapBuilderIFModifier and TypeClassDescriptionclassINTERNAL: 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. -
Uses of TopicMapBuilderIF in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils declared as TopicMapBuilderIFMethods in net.ontopia.topicmaps.impl.utils that return TopicMapBuilderIFModifier and TypeMethodDescriptionAbstractTopicMapTransaction.getBuilder()TopicMapTransactionIF.getBuilder()Deprecated.PUBLIC: Gets a topic map builder for use with this transaction. -
Uses of TopicMapBuilderIF in net.ontopia.topicmaps.utils
Fields in net.ontopia.topicmaps.utils declared as TopicMapBuilderIF -
Uses of TopicMapBuilderIF in net.ontopia.topicmaps.utils.ctm
Constructors in net.ontopia.topicmaps.utils.ctm with parameters of type TopicMapBuilderIFModifierConstructorDescriptionBuilderEventHandler(TopicMapBuilderIF builder, ParseContextIF context) -
Uses of TopicMapBuilderIF in net.ontopia.topicmaps.viz
Fields in net.ontopia.topicmaps.viz declared as TopicMapBuilderIF