Uses of Package
net.ontopia.topicmaps.core

Packages that use net.ontopia.topicmaps.core
net.ontopia.infoset.content   
net.ontopia.infoset.fulltext.impl.rdbms The RDBMS fulltext integration. 
net.ontopia.infoset.fulltext.topicmaps Collection of classes for indexing topic maps. 
net.ontopia.topicmaps.classify To classify content, use the SimpleClassifier class. 
net.ontopia.topicmaps.cmdlineutils Provides a collection of command-line utilities for working with topic maps. 
net.ontopia.topicmaps.cmdlineutils.sanity   
net.ontopia.topicmaps.cmdlineutils.statistics   
net.ontopia.topicmaps.cmdlineutils.utils   
net.ontopia.topicmaps.core Provides interfaces for topic map objects; the topic map API for all Ontopia topic map implementations. 
net.ontopia.topicmaps.core.events Provides an event interface to Ontopia where clients can receive notification about updates to topic maps. 
net.ontopia.topicmaps.core.index Provides interfaces for the engine's index system; the API for Ontopia topic map indexes. 
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.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.tmapi2   
net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations. 
net.ontopia.topicmaps.nav.context Contains the classes that implement the user context filter in the Navigator Framework. 
net.ontopia.topicmaps.nav.utils.comparators Provides Comparators which are used by the Navigator. 
net.ontopia.topicmaps.nav2.core Provides interfaces for the Navigator Tag Libraries and Framework. 
net.ontopia.topicmaps.nav2.impl.basic The basic implementation of the Navigator core interfaces. 
net.ontopia.topicmaps.nav2.impl.framework The implementation of the Navigator Framework related interfaces. 
net.ontopia.topicmaps.nav2.portlets.pojos   
net.ontopia.topicmaps.nav2.realm   
net.ontopia.topicmaps.nav2.servlets This package contains the servlet classes used by Ontopia's navigator framework. 
net.ontopia.topicmaps.nav2.taglibs.TMvalue Value-producing tags, which extract information from the topic map and insert it into the execution context. 
net.ontopia.topicmaps.nav2.taglibs.logic Logic tags, which define the execution context, modify the context, and control the flow of execution. 
net.ontopia.topicmaps.nav2.utils Provides utility classes for the Navigator Tag Libraries and Framework. 
net.ontopia.topicmaps.query.core Contains the interfaces through which interaction with query processors, queries, and query results are done. 
net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language. 
net.ontopia.topicmaps.query.impl.rdbms Contains the rdbms implementation of the query language. 
net.ontopia.topicmaps.query.impl.utils Code shared between query implementations. 
net.ontopia.topicmaps.query.parser Contains the code that parses tolog queries. 
net.ontopia.topicmaps.query.spi Provides a set of service provider interfaces for adding new predicates to the tolog query language. 
net.ontopia.topicmaps.query.utils This package provides query utility classes. 
net.ontopia.topicmaps.schema.core The core interfaces that are common to all schema language implementations. 
net.ontopia.topicmaps.schema.impl.osl The classes and interfaces used to represent constructs in the Ontopia Schema Language. 
net.ontopia.topicmaps.schema.impl.osl.cmdline   
net.ontopia.topicmaps.schema.utils Contains classes containing useful utilities that make working with schemas easier. 
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.utils.deciders Provides DeciderIFs which are used by the Navigator. 
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.utils.rdf This package provides support for RDF (Resource Description Framework), a topic map-like data model for metadata defined by the W3C. 
net.ontopia.topicmaps.utils.tmrap   
net.ontopia.topicmaps.utils.xfml   
net.ontopia.topicmaps.viz   
net.ontopia.topicmaps.webed.core The core interfaces of the Web Editor Framework; the main interfaces used to build Web Editor applications. 
net.ontopia.topicmaps.webed.impl.actions.tmobject Web editor action classes dealing with more than one kind of topic map object. 
net.ontopia.topicmaps.webed.impl.basic The basic implementation of the core interfaces belonging to Ontopia's web editor framework, except the classes related to the to the implementation of actions (which are in their own package structure). 
net.ontopia.topicmaps.webed.impl.utils   
net.ontopia.topicmaps.xml Classes for importing and exporting topic maps in the XML interchange format. 
ontopoly.conversion   
ontopoly.model   
ontopoly.models   
ontopoly.utils   
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.infoset.content
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.infoset.fulltext.impl.rdbms
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.infoset.fulltext.topicmaps
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
AssociationRoleIF
          PUBLIC: Implemented by objects representing association roles in the topic map model.
OccurrenceIF
          PUBLIC: Implemented by objects representing occurrences in the topic map model.
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicNameIF
          PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.
VariantNameIF
          PUBLIC: Implemented by objects representing variant names for topics.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.classify
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.cmdlineutils
ConstraintViolationException
          PUBLIC: Thrown when an object model constraint is violated.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.cmdlineutils.sanity
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.cmdlineutils.statistics
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.cmdlineutils.utils
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.core
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
AssociationRoleIF
          PUBLIC: Implemented by objects representing association roles in the topic map model.
ConstraintViolationException
          PUBLIC: Thrown when an object model constraint is violated.
NotRemovableException
          PUBLIC: Thrown when an object is attempted removed, but cannot.
OccurrenceIF
          PUBLIC: Implemented by objects representing occurrences in the topic map model.
ReifiableIF
          PUBLIC: Implemented by topic map objects that can be reified.
ScopedIF
          PUBLIC: Implemented by topic map objects that have scope.
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapBuilderIF
          PUBLIC: A helper for building topic map object structures.
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicMapStoreIF
          PUBLIC: A topic map store is used to represent the connection between one topic map and a repository where the data instantiating that topic map is held (in an implementation-specific form).
TopicNameIF
          PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.
TypedIF
          PUBLIC: Implemented by topic map objects that are instances of a single type, such as occurrences, associations, association roles, and topic names.
VariantNameIF
          PUBLIC: Implemented by objects representing variant names for topics.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.core.events
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.core.index
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
AssociationRoleIF
          PUBLIC: Implemented by objects representing association roles in the topic map model.
OccurrenceIF
          PUBLIC: Implemented by objects representing occurrences in the topic map model.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicNameIF
          PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.
VariantNameIF
          PUBLIC: Implemented by objects representing variant names for topics.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.db2tm
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
ScopedIF
          PUBLIC: Implemented by topic map objects that have scope.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapBuilderIF
          PUBLIC: A helper for building topic map object structures.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.entry
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicMapImporterIF
          PUBLIC: A topic map importer interface which enables the destination of the importation to be given, but allows the source from which the importer reads its input topic map to be implicit and implementation-dependent.
TopicMapStoreFactoryIF
          PUBLIC: Factory interface for creating new topic map store objects.
TopicMapStoreIF
          PUBLIC: A topic map store is used to represent the connection between one topic map and a repository where the data instantiating that topic map is held (in an implementation-specific form).
TopicMapWriterIF
          PUBLIC: A topic map writer is used to write/export topic maps in an implementation dependent way to an implicit destination.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.impl.basic
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
AssociationRoleIF
          PUBLIC: Implemented by objects representing association roles in the topic map model.
ConstraintViolationException
          PUBLIC: Thrown when an object model constraint is violated.
OccurrenceIF
          PUBLIC: Implemented by objects representing occurrences in the topic map model.
ReifiableIF
          PUBLIC: Implemented by topic map objects that can be reified.
ScopedIF
          PUBLIC: Implemented by topic map objects that have scope.
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapBuilderIF
          PUBLIC: A helper for building topic map object structures.
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicMapStoreFactoryIF
          PUBLIC: Factory interface for creating new topic map store objects.
TopicMapStoreIF
          PUBLIC: A topic map store is used to represent the connection between one topic map and a repository where the data instantiating that topic map is held (in an implementation-specific form).
TopicNameIF
          PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.
TypedIF
          PUBLIC: Implemented by topic map objects that are instances of a single type, such as occurrences, associations, association roles, and topic names.
VariantNameIF
          PUBLIC: Implemented by objects representing variant names for topics.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.impl.basic.index
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.impl.rdbms
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
AssociationRoleIF
          PUBLIC: Implemented by objects representing association roles in the topic map model.
ConstraintViolationException
          PUBLIC: Thrown when an object model constraint is violated.
NotRemovableException
          PUBLIC: Thrown when an object is attempted removed, but cannot.
OccurrenceIF
          PUBLIC: Implemented by objects representing occurrences in the topic map model.
ReifiableIF
          PUBLIC: Implemented by topic map objects that can be reified.
ScopedIF
          PUBLIC: Implemented by topic map objects that have scope.
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapBuilderIF
          PUBLIC: A helper for building topic map object structures.
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicMapReaderIF
          PUBLIC: A topic map reader is used to read topic maps from an implementation specific, implicit source.
TopicMapStoreFactoryIF
          PUBLIC: Factory interface for creating new topic map store objects.
TopicMapStoreIF
          PUBLIC: A topic map store is used to represent the connection between one topic map and a repository where the data instantiating that topic map is held (in an implementation-specific form).
TopicNameIF
          PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.
TypedIF
          PUBLIC: Implemented by topic map objects that are instances of a single type, such as occurrences, associations, association roles, and topic names.
VariantNameIF
          PUBLIC: Implemented by objects representing variant names for topics.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.impl.rdbms.index
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
AssociationRoleIF
          PUBLIC: Implemented by objects representing association roles in the topic map model.
OccurrenceIF
          PUBLIC: Implemented by objects representing occurrences in the topic map model.
TopicNameIF
          PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.
VariantNameIF
          PUBLIC: Implemented by objects representing variant names for topics.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.impl.remote
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
AssociationRoleIF
          PUBLIC: Implemented by objects representing association roles in the topic map model.
ConstraintViolationException
          PUBLIC: Thrown when an object model constraint is violated.
OccurrenceIF
          PUBLIC: Implemented by objects representing occurrences in the topic map model.
ReifiableIF
          PUBLIC: Implemented by topic map objects that can be reified.
ScopedIF
          PUBLIC: Implemented by topic map objects that have scope.
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapBuilderIF
          PUBLIC: A helper for building topic map object structures.
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicMapStoreIF
          PUBLIC: A topic map store is used to represent the connection between one topic map and a repository where the data instantiating that topic map is held (in an implementation-specific form).
TopicNameIF
          PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.
TypedIF
          PUBLIC: Implemented by topic map objects that are instances of a single type, such as occurrences, associations, association roles, and topic names.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.impl.tmapi2
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
AssociationRoleIF
          PUBLIC: Implemented by objects representing association roles in the topic map model.
OccurrenceIF
          PUBLIC: Implemented by objects representing occurrences in the topic map model.
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicMapStoreIF
          PUBLIC: A topic map store is used to represent the connection between one topic map and a repository where the data instantiating that topic map is held (in an implementation-specific form).
TopicNameIF
          PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.
VariantNameIF
          PUBLIC: Implemented by objects representing variant names for topics.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.impl.utils
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
AssociationRoleIF
          PUBLIC: Implemented by objects representing association roles in the topic map model.
ConstraintViolationException
          PUBLIC: Thrown when an object model constraint is violated.
NotRemovableException
          PUBLIC: Thrown when an object is attempted removed, but cannot.
OccurrenceIF
          PUBLIC: Implemented by objects representing occurrences in the topic map model.
ReifiableIF
          PUBLIC: Implemented by topic map objects that can be reified.
ScopedIF
          PUBLIC: Implemented by topic map objects that have scope.
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapBuilderIF
          PUBLIC: A helper for building topic map object structures.
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicMapImporterIF
          PUBLIC: A topic map importer interface which enables the destination of the importation to be given, but allows the source from which the importer reads its input topic map to be implicit and implementation-dependent.
TopicMapReaderIF
          PUBLIC: A topic map reader is used to read topic maps from an implementation specific, implicit source.
TopicMapStoreFactoryIF
          PUBLIC: Factory interface for creating new topic map store objects.
TopicMapStoreIF
          PUBLIC: A topic map store is used to represent the connection between one topic map and a repository where the data instantiating that topic map is held (in an implementation-specific form).
TopicNameIF
          PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.
TypedIF
          PUBLIC: Implemented by topic map objects that are instances of a single type, such as occurrences, associations, association roles, and topic names.
VariantNameIF
          PUBLIC: Implemented by objects representing variant names for topics.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.nav.context
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.nav.utils.comparators
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.nav2.core
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.nav2.impl.basic
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.nav2.impl.framework
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.nav2.portlets.pojos
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.nav2.realm
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.nav2.servlets
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.nav2.taglibs.TMvalue
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TypedIF
          PUBLIC: Implemented by topic map objects that are instances of a single type, such as occurrences, associations, association roles, and topic names.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.nav2.taglibs.logic
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.nav2.utils
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicMapStoreIF
          PUBLIC: A topic map store is used to represent the connection between one topic map and a repository where the data instantiating that topic map is held (in an implementation-specific form).
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.query.core
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.query.impl.basic
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.query.impl.rdbms
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.query.impl.utils
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.query.parser
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.query.spi
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.query.utils
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.schema.core
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.schema.impl.osl
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
AssociationRoleIF
          PUBLIC: Implemented by objects representing association roles in the topic map model.
OccurrenceIF
          PUBLIC: Implemented by objects representing occurrences in the topic map model.
ScopedIF
          PUBLIC: Implemented by topic map objects that have scope.
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicNameIF
          PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.
VariantNameIF
          PUBLIC: Implemented by objects representing variant names for topics.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.schema.impl.osl.cmdline
AssociationRoleIF
          PUBLIC: Implemented by objects representing association roles in the topic map model.
ScopedIF
          PUBLIC: Implemented by topic map objects that have scope.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.schema.utils
AssociationRoleIF
          PUBLIC: Implemented by objects representing association roles in the topic map model.
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.utils
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
AssociationRoleIF
          PUBLIC: Implemented by objects representing association roles in the topic map model.
ConstraintViolationException
          PUBLIC: Thrown when an object model constraint is violated.
OccurrenceIF
          PUBLIC: Implemented by objects representing occurrences in the topic map model.
ReifiableIF
          PUBLIC: Implemented by topic map objects that can be reified.
ScopedIF
          PUBLIC: Implemented by topic map objects that have scope.
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapBuilderIF
          PUBLIC: A helper for building topic map object structures.
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicMapImporterIF
          PUBLIC: A topic map importer interface which enables the destination of the importation to be given, but allows the source from which the importer reads its input topic map to be implicit and implementation-dependent.
TopicMapReaderIF
          PUBLIC: A topic map reader is used to read topic maps from an implementation specific, implicit source.
TopicMapStoreFactoryIF
          PUBLIC: Factory interface for creating new topic map store objects.
TopicMapStoreIF
          PUBLIC: A topic map store is used to represent the connection between one topic map and a repository where the data instantiating that topic map is held (in an implementation-specific form).
TopicMapWriterIF
          PUBLIC: A topic map writer is used to write/export topic maps in an implementation dependent way to an implicit destination.
TopicNameIF
          PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.
TypedIF
          PUBLIC: Implemented by topic map objects that are instances of a single type, such as occurrences, associations, association roles, and topic names.
VariantNameIF
          PUBLIC: Implemented by objects representing variant names for topics.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.utils.ctm
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
ReifiableIF
          PUBLIC: Implemented by topic map objects that can be reified.
ScopedIF
          PUBLIC: Implemented by topic map objects that have scope.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapBuilderIF
          PUBLIC: A helper for building topic map object structures.
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicMapImporterIF
          PUBLIC: A topic map importer interface which enables the destination of the importation to be given, but allows the source from which the importer reads its input topic map to be implicit and implementation-dependent.
TopicMapReaderIF
          PUBLIC: A topic map reader is used to read topic maps from an implementation specific, implicit source.
TopicMapStoreFactoryIF
          PUBLIC: Factory interface for creating new topic map store objects.
TopicMapWriterIF
          PUBLIC: A topic map writer is used to write/export topic maps in an implementation dependent way to an implicit destination.
TopicNameIF
          PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.utils.deciders
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
OccurrenceIF
          PUBLIC: Implemented by objects representing occurrences in the topic map model.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicNameIF
          PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.
VariantNameIF
          PUBLIC: Implemented by objects representing variant names for topics.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.utils.jtm
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicMapImporterIF
          PUBLIC: A topic map importer interface which enables the destination of the importation to be given, but allows the source from which the importer reads its input topic map to be implicit and implementation-dependent.
TopicMapReaderIF
          PUBLIC: A topic map reader is used to read topic maps from an implementation specific, implicit source.
TopicMapStoreFactoryIF
          PUBLIC: Factory interface for creating new topic map store objects.
TopicMapWriterIF
          PUBLIC: A topic map writer is used to write/export topic maps in an implementation dependent way to an implicit destination.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.utils.ltm
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicMapImporterIF
          PUBLIC: A topic map importer interface which enables the destination of the importation to be given, but allows the source from which the importer reads its input topic map to be implicit and implementation-dependent.
TopicMapReaderIF
          PUBLIC: A topic map reader is used to read topic maps from an implementation specific, implicit source.
TopicMapStoreFactoryIF
          PUBLIC: Factory interface for creating new topic map store objects.
TopicMapWriterIF
          PUBLIC: A topic map writer is used to write/export topic maps in an implementation dependent way to an implicit destination.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.utils.rdf
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapFragmentWriterIF
          PUBLIC: Implementations of this interface can export fragments of topic maps to some Topic Maps syntax given a collection of topics to include.
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicMapImporterIF
          PUBLIC: A topic map importer interface which enables the destination of the importation to be given, but allows the source from which the importer reads its input topic map to be implicit and implementation-dependent.
TopicMapReaderIF
          PUBLIC: A topic map reader is used to read topic maps from an implementation specific, implicit source.
TopicMapWriterIF
          PUBLIC: A topic map writer is used to write/export topic maps in an implementation dependent way to an implicit destination.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.utils.tmrap
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicMapStoreFactoryIF
          PUBLIC: Factory interface for creating new topic map store objects.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.utils.xfml
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicMapImporterIF
          PUBLIC: A topic map importer interface which enables the destination of the importation to be given, but allows the source from which the importer reads its input topic map to be implicit and implementation-dependent.
TopicMapReaderIF
          PUBLIC: A topic map reader is used to read topic maps from an implementation specific, implicit source.
TopicMapStoreFactoryIF
          PUBLIC: Factory interface for creating new topic map store objects.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.viz
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
AssociationRoleIF
          PUBLIC: Implemented by objects representing association roles in the topic map model.
OccurrenceIF
          PUBLIC: Implemented by objects representing occurrences in the topic map model.
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapBuilderIF
          PUBLIC: A helper for building topic map object structures.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.webed.core
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.webed.impl.actions.tmobject
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.webed.impl.basic
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.webed.impl.utils
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.xml
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
ConstraintViolationException
          PUBLIC: Thrown when an object model constraint is violated.
ScopedIF
          PUBLIC: Implemented by topic map objects that have scope.
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapFragmentWriterIF
          PUBLIC: Implementations of this interface can export fragments of topic maps to some Topic Maps syntax given a collection of topics to include.
TopicMapIF
          PUBLIC: Represents an entire topic map.
TopicMapImporterIF
          PUBLIC: A topic map importer interface which enables the destination of the importation to be given, but allows the source from which the importer reads its input topic map to be implicit and implementation-dependent.
TopicMapReaderIF
          PUBLIC: A topic map reader is used to read topic maps from an implementation specific, implicit source.
TopicMapStoreFactoryIF
          PUBLIC: Factory interface for creating new topic map store objects.
TopicMapWriterIF
          PUBLIC: A topic map writer is used to write/export topic maps in an implementation dependent way to an implicit destination.
TypedIF
          PUBLIC: Implemented by topic map objects that are instances of a single type, such as occurrences, associations, association roles, and topic names.
VariantNameIF
          PUBLIC: Implemented by objects representing variant names for topics.
 

Classes in net.ontopia.topicmaps.core used by ontopoly.conversion
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
OccurrenceIF
          PUBLIC: Implemented by objects representing occurrences in the topic map model.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicMapIF
          PUBLIC: Represents an entire topic map.
 

Classes in net.ontopia.topicmaps.core used by ontopoly.model
OccurrenceIF
          PUBLIC: Implemented by objects representing occurrences in the topic map model.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicNameIF
          PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.
 

Classes in net.ontopia.topicmaps.core used by ontopoly.models
TMObjectIF
          PUBLIC: The base topic map object interface that all topic map objects implement.
 

Classes in net.ontopia.topicmaps.core used by ontopoly.utils
AssociationIF
          PUBLIC: Implemented by objects representing associations in the topic map model.
AssociationRoleIF
          PUBLIC: Implemented by objects representing association roles in the topic map model.
OccurrenceIF
          PUBLIC: Implemented by objects representing occurrences in the topic map model.
TopicIF
          PUBLIC: This interface is implemented by objects representing topics in the topic map model.
TopicNameIF
          PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic.
 



Copyright © 2000-2012 Ontopia.