Uses of Class
net.ontopia.topicmaps.entry.AbstractTopicMapReference
Packages that use AbstractTopicMapReference
Package
Description
High level interfaces for locating and maintaining references to
topic maps.
Relational database implementation of the core topic map
interfaces.
This package provides topic map utility classes, which are a toolkit for
working with the topic map model provided by the core interfaces.
Provides support for the ISO-standardized textual Compact Topic Maps
syntax (or CTM) format for topic maps.
This package provides support for the textual Linear Topic Map
Notation (or LTM) format for topic maps.
This package provides support for RDF (Resource Description
Framework), a topic map-like data model for metadata defined by the
W3C.
Classes for importing and exporting topic maps in the XML
interchange format.
-
Uses of AbstractTopicMapReference in net.ontopia.topicmaps.entry
Subclasses of AbstractTopicMapReference in net.ontopia.topicmaps.entryModifier and TypeClassDescriptionclassINTERNAL: Common abstract superclass for references from sources that support what Ontopoly needs.classINTERNAL: An abstract topic map reference class that retrieves topic maps referenced through URLs.classINTERNAL: A topic map reference that uses a topic map store factory to create stores. -
Uses of AbstractTopicMapReference in net.ontopia.topicmaps.impl.rdbms
Subclasses of AbstractTopicMapReference in net.ontopia.topicmaps.impl.rdbmsModifier and TypeClassDescriptionclassINTERNAL: RDBMS database topic map reference. -
Uses of AbstractTopicMapReference in net.ontopia.topicmaps.utils
Subclasses of AbstractTopicMapReference in net.ontopia.topicmaps.utilsModifier and TypeClassDescriptionclassINTERNAL: A topic map reference that uses a TopicMapRepositoryIF to retrieve a list of topic maps and create a new merged topic map from them. -
Uses of AbstractTopicMapReference in net.ontopia.topicmaps.utils.ctm
Subclasses of AbstractTopicMapReference in net.ontopia.topicmaps.utils.ctmModifier and TypeClassDescriptionclassINTERNAL: An CTM file topic map reference. -
Uses of AbstractTopicMapReference in net.ontopia.topicmaps.utils.ltm
Subclasses of AbstractTopicMapReference in net.ontopia.topicmaps.utils.ltmModifier and TypeClassDescriptionclassINTERNAL: An LTM file topic map reference. -
Uses of AbstractTopicMapReference in net.ontopia.topicmaps.utils.rdf
Subclasses of AbstractTopicMapReference in net.ontopia.topicmaps.utils.rdfModifier and TypeClassDescriptionclassINTERNAL: An RDF file topic map reference. -
Uses of AbstractTopicMapReference in net.ontopia.topicmaps.xml
Subclasses of AbstractTopicMapReference in net.ontopia.topicmaps.xmlModifier and TypeClassDescriptionclassINTERNAL: A TM/XML file topic map reference.classINTERNAL: An XTM document topic map reference.