Uses of Package
net.ontopia.topicmaps.core
-
Packages that use net.ontopia.topicmaps.core Package Description net.ontopia.infoset.content net.ontopia.infoset.fulltext.core Interfaces for working with fulltext indexes.net.ontopia.infoset.fulltext.impl.lucene The Lucene fulltext integration.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.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.tmapi2.index 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.taglibs.value General (Topic Map independent) value-producing tags, which provide mainly set manipulation operations on collections.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.rest net.ontopia.topicmaps.rest.converters net.ontopia.topicmaps.rest.core net.ontopia.topicmaps.rest.model.mixin net.ontopia.topicmaps.rest.resources net.ontopia.topicmaps.rest.utils net.ontopia.topicmaps.rest.v1 net.ontopia.topicmaps.rest.v1.association net.ontopia.topicmaps.rest.v1.name net.ontopia.topicmaps.rest.v1.occurrence net.ontopia.topicmaps.rest.v1.query net.ontopia.topicmaps.rest.v1.role net.ontopia.topicmaps.rest.v1.scoped net.ontopia.topicmaps.rest.v1.topic net.ontopia.topicmaps.rest.v1.topicmap net.ontopia.topicmaps.rest.v1.variant 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.tmprefs net.ontopia.topicmaps.utils.tmrap net.ontopia.topicmaps.utils.xfml net.ontopia.topicmaps.viz 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 Class Description TopicMapIF PUBLIC: Represents an entire topic map. -
Classes in net.ontopia.topicmaps.core used by net.ontopia.infoset.fulltext.core Class Description 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.infoset.fulltext.impl.lucene Class Description 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.infoset.fulltext.impl.rdbms Class Description TopicMapIF PUBLIC: Represents an entire topic map. -
Classes in net.ontopia.topicmaps.core used by net.ontopia.infoset.fulltext.topicmaps Class Description 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 Class Description 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 Class Description 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 Class Description 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 Class Description 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.core Class Description 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.DuplicateReificationException INTERNAL: Thrown when a reifiable object is reified by a topic that already reifies another reifiable object.NameIF 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 Class Description 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 Class Description 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 Class Description 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.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.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.entry Class Description 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).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 Class Description 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.NameIF 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 Class Description 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.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.impl.rdbms Class Description 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.NameIF 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 Class Description 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.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.impl.remote Class Description 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 Class Description 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.tmapi2.index Class Description 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.impl.utils Class Description 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.NameIF 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.nav.context Class Description 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 Class Description 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.NameIF 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.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.nav2.core Class Description 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 Class Description 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 Class Description 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 Class Description 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 Class Description TopicMapIF PUBLIC: Represents an entire topic map. -
Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.nav2.servlets Class Description TopicMapIF PUBLIC: Represents an entire topic map. -
Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.nav2.taglibs.TMvalue Class Description 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 Class Description TopicMapIF PUBLIC: Represents an entire topic map. -
Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.nav2.taglibs.value Class Description ScopedIF PUBLIC: Implemented by topic map objects that have scope. -
Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.nav2.utils Class Description 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.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 Class Description TopicMapIF PUBLIC: Represents an entire topic map. -
Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.query.impl.basic Class Description 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 Class Description 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.utils Class Description 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 Class Description 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 Class Description TopicMapIF PUBLIC: Represents an entire topic map. -
Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.query.utils Class Description 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.rest Class Description TopicMapIF PUBLIC: Represents an entire topic map. -
Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.rest.converters Class Description 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. -
Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.rest.core Class Description TopicMapIF PUBLIC: Represents an entire topic map. -
Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.rest.model.mixin Class Description 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.NameIF 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.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.rest.resources Class Description 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. -
Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.rest.utils Class Description TopicMapIF PUBLIC: Represents an entire topic map. -
Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.rest.v1 Class Description ReifiableIF PUBLIC: Implemented by topic map objects that can be reified.TMObjectIF PUBLIC: The base topic map object interface that all topic map objects implement.TopicMapIF PUBLIC: Represents an entire topic map.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.rest.v1.association Class Description 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.rest.v1.name Class Description 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. -
Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.rest.v1.occurrence Class Description 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 net.ontopia.topicmaps.rest.v1.query Class Description TopicMapIF PUBLIC: Represents an entire topic map. -
Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.rest.v1.role Class Description 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.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.rest.v1.scoped Class Description 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.rest.v1.topic Class Description 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.rest.v1.topicmap Class Description 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.rest.v1.variant Class Description 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.utils Class Description 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.NameIF 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).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 Class Description 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.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 Class Description AssociationIF PUBLIC: Implemented by objects representing associations 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.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 Class Description 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.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 Class Description 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.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.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.VariantNameIF PUBLIC: Implemented by objects representing variant names for topics. -
Classes in net.ontopia.topicmaps.core used by net.ontopia.topicmaps.utils.rdf Class Description 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.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.tmprefs Class Description 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.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.utils.tmrap Class Description 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 Class Description 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.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 Class Description 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.xml Class Description 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.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 Class Description 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 Class Description 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.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 Class Description TMObjectIF PUBLIC: The base topic map object interface that all topic map objects implement. -
Classes in net.ontopia.topicmaps.core used by ontopoly.utils Class Description 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.