|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.ontopia.topicmaps.core | |
---|---|
net.ontopia.topicmaps.classify | To classify content, use the SimpleClassifier class. |
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 the OKS 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.rdbms | Relational database implementation of the core topic map interfaces. |
net.ontopia.topicmaps.impl.utils | INTERNAL: Classes that are used by many implementations. |
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.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.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.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.webed.core | The core interfaces of the Web Editor Framework; the main interfaces used to build Web Editor applications. |
net.ontopia.topicmaps.webed.utils | Utility classes for the Web Editor Framework; useful for writing Web Editor applications. |
net.ontopia.topicmaps.xml | Classes for importing and exporting topic maps in the XML interchange format. |
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.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 | |
---|---|
TopicMapIF
PUBLIC: Represents an entire topic map. |
Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.entry | |
---|---|
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). |
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.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.utils | |
---|---|
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. |
|
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.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.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. |
|
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.utils | |
---|---|
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.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. |
|
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. |
|
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.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. |
|
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. |
|
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 | |
---|---|
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.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.utils | |
---|---|
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.xml | |
---|---|
ConstraintViolationException
PUBLIC: Thrown when an object model constraint is violated. |
|
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. |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |