Uses of Package
org.tmapi.core

Packages that use org.tmapi.core
org.tmapi.core Core interfaces which provide the functionality of the Topic Maps - Data Model
org.tmapi.index Index interfaces which provide lookup of Topic Maps Constructs. 
 

Classes in org.tmapi.core used by org.tmapi.core
Association
          Represents an association item.
Construct
          Base interface for all Topic Maps constructs.
DatatypeAware
          Common base interface for Occurrences and Variants.
FactoryConfigurationException
          Exception thrown when a TopicMapSystemFactory instance cannot be instantiated through the method TopicMapSystemFactory.newInstance().
FeatureNotRecognizedException
          Exception thrown when the TopicMapSystemFactory does not recognize the name of a feature that the application is trying to enable or disable.
FeatureNotSupportedException
          Exception thrown when the underlying implementation cannot support enabling or disabling a recognised feature.
IdentityConstraintException
          This exception is used to report identity constraint violations.
Locator
          Immutable representation of an IRI.
MalformedIRIException
          Thrown to indicate that a malformed IRI has occurred.
ModelConstraintException
          This exception is used to report Topic Maps - Data Model constraint violations.
Name
          Represents a topic name item.
Occurrence
          Represents an occurrence item.
Reifiable
          Indicates that a Construct is reifiable.
Role
          Represents an association role item.
Scoped
          Indicates that a statement (Topic Maps construct) has a scope.
TMAPIException
          The base class for all standard (non run-time) exceptions thrown by a TMAPI system.
TMAPIRuntimeException
          Instances of this exception class should be thrown in cases where there is an error in the underlying topic map processing system or when integrity constraints are violated.
Topic
          Represents a topic item.
TopicInUseException
          Thrown when an attempt is made to remove a Topic which is being used as a type, as a reifier, or as a role player in an association, or in a scope.
TopicMap
          Represents a topic map item.
TopicMapExistsException
          Exception thrown when an attempt is made to create a new TopicMap under a storage address (an IRI) that is already assigned to another TopicMap in the same TopicMapSystem.
TopicMapSystem
          A generic interface to a TMAPI system.
TopicMapSystemFactory
          This factory class provides access to a topic map system.
Typed
          Indicates that a Topic Maps construct is typed.
Variant
          Represents a variant item.
 

Classes in org.tmapi.core used by org.tmapi.index
Association
          Represents an association item.
Locator
          Immutable representation of an IRI.
Name
          Represents a topic name item.
Occurrence
          Represents an occurrence item.
Role
          Represents an association role item.
Topic
          Represents a topic item.
Variant
          Represents a variant item.