Uses of Package
net.ontopia.topicmaps.impl.utils

Packages that use net.ontopia.topicmaps.impl.utils
net.ontopia.infoset.fulltext.impl.rdbms The RDBMS fulltext integration. 
net.ontopia.topicmaps.entry High level interfaces for locating and maintaining references to topic maps. 
net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces. 
net.ontopia.topicmaps.impl.basic.index Index classes for use with the basic implementation. 
net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces. 
net.ontopia.topicmaps.impl.rdbms.index Index classes for use with the rdbms implementation. 
net.ontopia.topicmaps.impl.remote   
net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations. 
net.ontopia.topicmaps.query.impl.utils Code shared between query implementations. 
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.utils.jtm This package provides support for the JSON Topic Map Notation (or JTM) format for topic maps. 
net.ontopia.topicmaps.utils.ltm This package provides support for the textual Linear Topic Map Notation (or LTM) format for topic maps. 
net.ontopia.topicmaps.webed.impl.utils   
net.ontopia.topicmaps.xml Classes for importing and exporting topic maps in the XML interchange format. 
 

Classes in net.ontopia.topicmaps.impl.utils used by net.ontopia.infoset.fulltext.impl.rdbms
AbstractIndex
          INTERNAL: An abstract index class.
TopicMapTransactionIF
          Deprecated. All the useful methods have been moved to TopicMapStoreIF and TopicMapIF.
 

Classes in net.ontopia.topicmaps.impl.utils used by net.ontopia.topicmaps.entry
FulltextIndexManager
          INTERNAL: The indexer manager will keep track of base names, variants and occurrences that are changed in the topic map.
TopicMapTransactionIF
          Deprecated. All the useful methods have been moved to TopicMapStoreIF and TopicMapIF.
TransactionEventListenerIF
           
 

Classes in net.ontopia.topicmaps.impl.utils used by net.ontopia.topicmaps.impl.basic
AbstractSubjectIdentityCache
          INTERNAL: Class that maintains indexes for use with the TopicMapIF locator lookup methods.
AbstractTopicMapStore
          INTERNAL: An abstract TopicMapStoreIF implementation.
AbstractTopicMapTransaction
          INTERNAL: An abstract TopicMapTransactionIF implementation.
EventListenerIF
          INTERNAL: An event listener interface.
EventManagerIF
          INTERNAL: An event manager listener interface.
ObjectTreeManager
          INTERNAL: Event manager that fires object added and removed events for children of added or removed objects.
TopicMapTransactionIF
          Deprecated. All the useful methods have been moved to TopicMapStoreIF and TopicMapIF.
TopicModificationManager
          INTERNAL: Event manager that fires TopicIF.modified events.
 

Classes in net.ontopia.topicmaps.impl.utils used by net.ontopia.topicmaps.impl.basic.index
AbstractIndex
          INTERNAL: An abstract index class.
AbstractIndexManager
           
BasicIndex
          INTERNAL: An abstract dynamic index superclass.
EventListenerIF
          INTERNAL: An event listener interface.
EventManagerIF
          INTERNAL: An event manager listener interface.
IndexManagerIF
          Deprecated. Use the TopicMapIF.getIndex(String) method instead.
ObjectTreeManager
          INTERNAL: Event manager that fires object added and removed events for children of added or removed objects.
TopicMapTransactionIF
          Deprecated. All the useful methods have been moved to TopicMapStoreIF and TopicMapIF.
 

Classes in net.ontopia.topicmaps.impl.utils used by net.ontopia.topicmaps.impl.rdbms
AbstractTopicMapStore
          INTERNAL: An abstract TopicMapStoreIF implementation.
AbstractTopicMapTransaction
          INTERNAL: An abstract TopicMapTransactionIF implementation.
EventListenerIF
          INTERNAL: An event listener interface.
EventManagerIF
          INTERNAL: An event manager listener interface.
ObjectTreeManager
          INTERNAL: Event manager that fires object added and removed events for children of added or removed objects.
StorePoolableObjectFactory
          INTERNAL: A commons-pool PoolableObjectFactory that uses a TopicMapStoreFactoryIF to create TopicMapStoreIF objects.
TopicMapTransactionIF
          Deprecated. All the useful methods have been moved to TopicMapStoreIF and TopicMapIF.
TopicModificationManager
          INTERNAL: Event manager that fires TopicIF.modified events.
 

Classes in net.ontopia.topicmaps.impl.utils used by net.ontopia.topicmaps.impl.rdbms.index
AbstractIndex
          INTERNAL: An abstract index class.
IndexManagerIF
          Deprecated. Use the TopicMapIF.getIndex(String) method instead.
 

Classes in net.ontopia.topicmaps.impl.utils used by net.ontopia.topicmaps.impl.remote
AbstractTopicMapStore
          INTERNAL: An abstract TopicMapStoreIF implementation.
AbstractTopicMapTransaction
          INTERNAL: An abstract TopicMapTransactionIF implementation.
TopicMapTransactionIF
          Deprecated. All the useful methods have been moved to TopicMapStoreIF and TopicMapIF.
 

Classes in net.ontopia.topicmaps.impl.utils used by net.ontopia.topicmaps.impl.utils
AbstractAttachManager
          INTERNAL: A class that configures event listeners for an object tree manager object and figures out which objects have been detached from the object model.
AbstractAttachManager.AttachHandlerIF
          INTERNAL: Interface that manages attaching new objects to the object model.
AbstractAttachManager.DetachHandlerIF
          INTERNAL: Interface that manages detaching new objects to the object model.
AbstractIndex
          INTERNAL: An abstract index class.
AbstractSubjectIdentityCache.EventHandler
           
AbstractTopicMapStore
          INTERNAL: An abstract TopicMapStoreIF implementation.
AbstractTopicMapTransaction
          INTERNAL: An abstract TopicMapTransactionIF implementation.
Argument
          INTERNAL: Represents one argument in the signature checked by ArgumentValidator.
BasicIndex
          INTERNAL: An abstract dynamic index superclass.
EncodingSnifferIF
          INTERNAL: An object which can guess the encoding of an input stream by peeking into its contents.
EventListenerIF
          INTERNAL: An event listener interface.
EventManagerIF
          INTERNAL: An event manager listener interface.
FulltextIndexManager
          INTERNAL: The indexer manager will keep track of base names, variants and occurrences that are changed in the topic map.
IndexManagerIF
          Deprecated. Use the TopicMapIF.getIndex(String) method instead.
ObjectTreeManager
          INTERNAL: Event manager that fires object added and removed events for children of added or removed objects.
ObjectTreeManager.EventHandler
           
SnapshotTMObject
          INTERNAL:
TMRevitalizerIF
          INTERNAL: Interface implemented by a class that is able to revitalize objects.
TopicMapTransactionIF
          Deprecated. All the useful methods have been moved to TopicMapStoreIF and TopicMapIF.
TopicModificationManager
          INTERNAL: Event manager that fires TopicIF.modified events.
TopicModificationManager.EventHandler
           
 

Classes in net.ontopia.topicmaps.impl.utils used by net.ontopia.topicmaps.query.impl.utils
Argument
          INTERNAL: Represents one argument in the signature checked by ArgumentValidator.
ArgumentValidator
          INTERNAL: Instances of this class represent a signature of some predicate/function/object that takes a positional list of arguments and can validate whether a given list of arguments are valid according to the signature.
 

Classes in net.ontopia.topicmaps.impl.utils used by net.ontopia.topicmaps.utils.ctm
AbstractTopicMapReader
          INTERNAL: Common abstract superclass for topic map readers.
EncodingSnifferIF
          INTERNAL: An object which can guess the encoding of an input stream by peeking into its contents.
TransactionEventListenerIF
           
 

Classes in net.ontopia.topicmaps.impl.utils used by net.ontopia.topicmaps.utils.jtm
AbstractTopicMapReader
          INTERNAL: Common abstract superclass for topic map readers.
EncodingSnifferIF
          INTERNAL: An object which can guess the encoding of an input stream by peeking into its contents.
 

Classes in net.ontopia.topicmaps.impl.utils used by net.ontopia.topicmaps.utils.ltm
AbstractTopicMapReader
          INTERNAL: Common abstract superclass for topic map readers.
EncodingSnifferIF
          INTERNAL: An object which can guess the encoding of an input stream by peeking into its contents.
TransactionEventListenerIF
           
 

Classes in net.ontopia.topicmaps.impl.utils used by net.ontopia.topicmaps.webed.impl.utils
Argument
          INTERNAL: Represents one argument in the signature checked by ArgumentValidator.
ArgumentValidator
          INTERNAL: Instances of this class represent a signature of some predicate/function/object that takes a positional list of arguments and can validate whether a given list of arguments are valid according to the signature.
 

Classes in net.ontopia.topicmaps.impl.utils used by net.ontopia.topicmaps.xml
TransactionEventListenerIF
           
 



Copyright © 2000-2012 Ontopia.