Uses of Interface
net.ontopia.topicmaps.entry.TopicMapSourceIF
Packages that use TopicMapSourceIF
Package
Description
High level interfaces for locating and maintaining references to
topic maps.
Relational database implementation of the core topic map
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 TopicMapSourceIF in net.ontopia.topicmaps.entry
Classes in net.ontopia.topicmaps.entry that implement TopicMapSourceIFModifier and TypeClassDescriptionclassINTERNAL: Common abstract superclass for sources that support what Ontopoly needs, which is full-text indexing and creation of new topic maps.classINTERNAL: Abstract class implementing TopicMapSourceIF; locates topic map file references from a given directory on the local file system.classINTERNAL: A convenience class that that maintains an arbitrary collection of topic map references.classINTERNAL: TopicMapSourceIF that can reference individual topic map documents that contained in the classpath and can be loaded by a ClassLoader.classINTERNAL: TopicMapSourceIF that can reference individual topic map documents by their URL address.Fields in net.ontopia.topicmaps.entry declared as TopicMapSourceIFFields in net.ontopia.topicmaps.entry with type parameters of type TopicMapSourceIFModifier and TypeFieldDescriptionprotected Map<String,TopicMapSourceIF> TopicMapSourceManager.smapprotected Set<TopicMapSourceIF>TopicMapSourceManager.sourcesMethods in net.ontopia.topicmaps.entry that return TopicMapSourceIFModifier and TypeMethodDescriptionAbstractTopicMapReference.getSource()TopicMapReferenceIF.getSource()PUBLIC: Gets the source to which the reference belongs.TopicMapRepositoryIF.getSourceById(String source_id) PUBLIC: Returns the topic map source that has the given source id.TopicMapSourceManager.getSourceById(String source_id) Methods in net.ontopia.topicmaps.entry that return types with arguments of type TopicMapSourceIFModifier and TypeMethodDescriptionTopicMapRepositoryIF.getSources()PUBLIC: Returns an immutable collection containing the TopicMapSourceIFs registered with the topic map repository.TopicMapSourceManager.getSources()static List<TopicMapSourceIF>XMLConfigSource.readSources(String config_file) INTERNAL: Returns a collection containing the topic map sources created by reading the configuration file.static List<TopicMapSourceIF>XMLConfigSource.readSources(String config_file, Map<String, String> environ) INTERNAL: Returns a collection containing the topic map sources created by reading the configuration file.Methods in net.ontopia.topicmaps.entry with parameters of type TopicMapSourceIFModifier and TypeMethodDescriptionvoidTopicMapRepositoryIF.addSource(TopicMapSourceIF source) PUBLIC: Adds the source to the repository.voidTopicMapSourceManager.addSource(TopicMapSourceIF source) voidTopicMapRepositoryIF.removeSource(TopicMapSourceIF source) PUBLIC: Removes the source from the repository.voidTopicMapSourceManager.removeSource(TopicMapSourceIF source) voidAbstractTopicMapReference.setSource(TopicMapSourceIF source) voidTopicMapReferenceIF.setSource(TopicMapSourceIF source) PUBLIC: Sets the source to which the reference belongs.Constructors in net.ontopia.topicmaps.entry with parameters of type TopicMapSourceIFConstructor parameters in net.ontopia.topicmaps.entry with type arguments of type TopicMapSourceIF -
Uses of TopicMapSourceIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicMapSourceIFModifier and TypeClassDescriptionclassPUBLIC: A topic map source that refers to single reference that is located by pattern.classPUBLIC: A topic map source that holds a reference to a single rdbms topic map.classPUBLIC: A topic map source that holds the list of all topic map references accessible by a rdbms session. -
Uses of TopicMapSourceIF in net.ontopia.topicmaps.rest.model.mixin
Subinterfaces of TopicMapSourceIF in net.ontopia.topicmaps.rest.model.mixinMethods in net.ontopia.topicmaps.rest.model.mixin that return TopicMapSourceIF -
Uses of TopicMapSourceIF in net.ontopia.topicmaps.utils.ctm
Classes in net.ontopia.topicmaps.utils.ctm that implement TopicMapSourceIFModifier and TypeClassDescriptionclassINTERNAL: Source that locates CTM topic map files in a directory on the file system. -
Uses of TopicMapSourceIF in net.ontopia.topicmaps.utils.ltm
Classes in net.ontopia.topicmaps.utils.ltm that implement TopicMapSourceIFModifier and TypeClassDescriptionclassINTERNAL: Source that locates LTM topic map files in a directory on the file system. -
Uses of TopicMapSourceIF in net.ontopia.topicmaps.utils.rdf
Classes in net.ontopia.topicmaps.utils.rdf that implement TopicMapSourceIFModifier and TypeClassDescriptionclassINTERNAL: Source that locates RDF files in a directory on the file system. -
Uses of TopicMapSourceIF in net.ontopia.topicmaps.xml
Classes in net.ontopia.topicmaps.xml that implement TopicMapSourceIFModifier and TypeClassDescriptionclassINTERNAL: Source that locates TM/XML files in a directory on the file system.classINTERNAL: Source that locates XTM topic map documents in a directory on the file system. -
Uses of TopicMapSourceIF in ontopoly.conversion
Methods in ontopoly.conversion that return TopicMapSourceIFModifier and TypeMethodDescriptionstatic TopicMapSourceIFConversionUtils.getSource(TopicMapRepositoryIF rep, String tmsource) -
Uses of TopicMapSourceIF in ontopoly.sysmodel
Methods in ontopoly.sysmodel that return TopicMapSourceIF