Uses of Interface
net.ontopia.topicmaps.core.TopicMapBuilderIF
-
Packages that use TopicMapBuilderIF Package Description net.ontopia.topicmaps.core Provides interfaces for topic map objects; the topic map API for all Ontopia topic map implementations.net.ontopia.topicmaps.db2tm The implementation of and public API to the DB2TM module for converting relational data (in CSV files or RDBMSs) to Topic Maps.net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.remote net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations.net.ontopia.topicmaps.utils This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces.net.ontopia.topicmaps.utils.ctm Provides support for the ISO-standardized textual Compact Topic Maps syntax (or CTM) format for topic maps.net.ontopia.topicmaps.viz -
-
Uses of TopicMapBuilderIF in net.ontopia.topicmaps.core
Methods in net.ontopia.topicmaps.core that return TopicMapBuilderIF Modifier and Type Method Description TopicMapBuilderIF
TopicMapIF. 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 TopicMapBuilderIF Modifier and Type Field Description protected TopicMapBuilderIF
Context. builder
Methods in net.ontopia.topicmaps.db2tm that return TopicMapBuilderIF Modifier and Type Method Description protected TopicMapBuilderIF
Context. 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 TopicMapBuilderIF Modifier and Type Class Description class
TopicMapBuilder
INTERNAL: The default topic map builder implementation.Methods in net.ontopia.topicmaps.impl.basic that return TopicMapBuilderIF Modifier and Type Method Description TopicMapBuilderIF
TopicMap. getBuilder()
-
Uses of TopicMapBuilderIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicMapBuilderIF Modifier and Type Class Description class
TopicMapBuilder
INTERNAL: The default topic map builder implementation.Methods in net.ontopia.topicmaps.impl.rdbms that return TopicMapBuilderIF Modifier and Type Method Description TopicMapBuilderIF
ReadOnlyTopicMap. getBuilder()
TopicMapBuilderIF
TopicMap. getBuilder()
-
Uses of TopicMapBuilderIF in net.ontopia.topicmaps.impl.remote
Classes in net.ontopia.topicmaps.impl.remote that implement TopicMapBuilderIF Modifier and Type Class Description class
RemoteTopicMapBuilder
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. -
Uses of TopicMapBuilderIF in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils declared as TopicMapBuilderIF Modifier and Type Field Description protected TopicMapBuilderIF
AbstractTopicMapTransaction. builder
Methods in net.ontopia.topicmaps.impl.utils that return TopicMapBuilderIF Modifier and Type Method Description TopicMapBuilderIF
AbstractTopicMapTransaction. getBuilder()
TopicMapBuilderIF
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 Modifier and Type Field Description protected TopicMapBuilderIF
AssociationBuilder. builder
-
Uses of TopicMapBuilderIF in net.ontopia.topicmaps.utils.ctm
Constructors in net.ontopia.topicmaps.utils.ctm with parameters of type TopicMapBuilderIF Constructor Description BuilderEventHandler(TopicMapBuilderIF builder, ParseContextIF context)
-
Uses of TopicMapBuilderIF in net.ontopia.topicmaps.viz
Fields in net.ontopia.topicmaps.viz declared as TopicMapBuilderIF Modifier and Type Field Description protected TopicMapBuilderIF
VizConfigurationManager. builder
-