Uses of Interface
net.ontopia.topicmaps.core.TopicMapBuilderIF

Packages that use TopicMapBuilderIF
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
 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
protected  TopicMapBuilderIF Context.builder
           
 

Uses of TopicMapBuilderIF in net.ontopia.topicmaps.impl.basic
 

Classes in net.ontopia.topicmaps.impl.basic that implement TopicMapBuilderIF
 class TopicMapBuilder
          INTERNAL: The default topic map builder implementation.
 

Methods in net.ontopia.topicmaps.impl.basic that return TopicMapBuilderIF
 TopicMapBuilderIF TopicMap.getBuilder()
           
 

Uses of TopicMapBuilderIF in net.ontopia.topicmaps.impl.rdbms
 

Methods in net.ontopia.topicmaps.impl.rdbms that return TopicMapBuilderIF
 TopicMapBuilderIF TopicMap.getBuilder()
           
 TopicMapBuilderIF ReadOnlyTopicMap.getBuilder()
           
 

Uses of TopicMapBuilderIF in net.ontopia.topicmaps.impl.remote
 

Classes in net.ontopia.topicmaps.impl.remote that implement TopicMapBuilderIF
 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
protected  TopicMapBuilderIF AbstractTopicMapTransaction.builder
           
 

Methods in net.ontopia.topicmaps.impl.utils that return TopicMapBuilderIF
 TopicMapBuilderIF TopicMapTransactionIF.getBuilder()
          Deprecated. PUBLIC: Gets a topic map builder for use with this transaction.
 TopicMapBuilderIF AbstractTopicMapTransaction.getBuilder()
           
 

Uses of TopicMapBuilderIF in net.ontopia.topicmaps.utils
 

Fields in net.ontopia.topicmaps.utils declared as TopicMapBuilderIF
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
BuilderEventHandler(TopicMapBuilderIF builder, ParseContextIF context)
           
 

Uses of TopicMapBuilderIF in net.ontopia.topicmaps.viz
 

Fields in net.ontopia.topicmaps.viz declared as TopicMapBuilderIF
protected  TopicMapBuilderIF VizConfigurationManager.builder
           
 



Copyright © 2000-2012 Ontopia.