Uses of Interface
net.ontopia.topicmaps.entry.TopicMapSourceIF
-
Packages that use TopicMapSourceIF Package Description net.ontopia.topicmaps.entry High level interfaces for locating and maintaining references to topic maps.net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces.net.ontopia.topicmaps.rest.model.mixin 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.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.xml Classes for importing and exporting topic maps in the XML interchange format.ontopoly.conversion ontopoly.sysmodel -
-
Uses of TopicMapSourceIF in net.ontopia.topicmaps.entry
Classes in net.ontopia.topicmaps.entry that implement TopicMapSourceIF Modifier and Type Class Description class
AbstractOntopolyTopicMapSource
INTERNAL: Common abstract superclass for sources that support what Ontopoly needs, which is full-text indexing and creation of new topic maps.class
AbstractPathTopicMapSource
INTERNAL: Abstract class implementing TopicMapSourceIF; locates topic map file references from a given directory on the local file system.class
DefaultTopicMapSource
INTERNAL: A convenience class that that maintains an arbitrary collection of topic map references.class
ResourceTopicMapSource
INTERNAL: TopicMapSourceIF that can reference individual topic map documents that contained in the classpath and can be loaded by a ClassLoader.class
URLTopicMapSource
INTERNAL: TopicMapSourceIF that can reference individual topic map documents by their URL address.Fields in net.ontopia.topicmaps.entry declared as TopicMapSourceIF Modifier and Type Field Description protected TopicMapSourceIF
AbstractTopicMapReference. source
Fields in net.ontopia.topicmaps.entry with type parameters of type TopicMapSourceIF Modifier and Type Field Description protected Map<String,TopicMapSourceIF>
TopicMapSourceManager. smap
protected Set<TopicMapSourceIF>
TopicMapSourceManager. sources
Methods in net.ontopia.topicmaps.entry that return TopicMapSourceIF Modifier and Type Method Description TopicMapSourceIF
AbstractTopicMapReference. getSource()
TopicMapSourceIF
TopicMapReferenceIF. getSource()
PUBLIC: Gets the source to which the reference belongs.TopicMapSourceIF
TopicMapRepositoryIF. getSourceById(String source_id)
PUBLIC: Returns the topic map source that has the given source id.TopicMapSourceIF
TopicMapSourceManager. getSourceById(String source_id)
Methods in net.ontopia.topicmaps.entry that return types with arguments of type TopicMapSourceIF Modifier and Type Method Description Collection<TopicMapSourceIF>
TopicMapRepositoryIF. getSources()
PUBLIC: Returns an immutable collection containing the TopicMapSourceIFs registered with the topic map repository.Collection<TopicMapSourceIF>
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 TopicMapSourceIF Modifier and Type Method Description void
TopicMapRepositoryIF. addSource(TopicMapSourceIF source)
PUBLIC: Adds the source to the repository.void
TopicMapSourceManager. addSource(TopicMapSourceIF source)
void
TopicMapRepositoryIF. removeSource(TopicMapSourceIF source)
PUBLIC: Removes the source from the repository.void
TopicMapSourceManager. removeSource(TopicMapSourceIF source)
void
AbstractTopicMapReference. setSource(TopicMapSourceIF source)
void
TopicMapReferenceIF. setSource(TopicMapSourceIF source)
PUBLIC: Sets the source to which the reference belongs.Constructors in net.ontopia.topicmaps.entry with parameters of type TopicMapSourceIF Constructor Description TopicMapSourceManager(TopicMapSourceIF source)
Constructor parameters in net.ontopia.topicmaps.entry with type arguments of type TopicMapSourceIF Constructor Description TopicMapSourceManager(Collection<TopicMapSourceIF> sources)
-
Uses of TopicMapSourceIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicMapSourceIF Modifier and Type Class Description class
RDBMSPatternSingleTopicMapSource
PUBLIC: A topic map source that refers to single reference that is located by pattern.class
RDBMSSingleTopicMapSource
PUBLIC: A topic map source that holds a reference to a single rdbms topic map.class
RDBMSTopicMapSource
PUBLIC: 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.mixin Modifier and Type Interface Description interface
MTopicMapSource
Methods in net.ontopia.topicmaps.rest.model.mixin that return TopicMapSourceIF Modifier and Type Method Description TopicMapSourceIF
MTopicMapReference. getSource()
-
Uses of TopicMapSourceIF in net.ontopia.topicmaps.utils.ctm
Classes in net.ontopia.topicmaps.utils.ctm that implement TopicMapSourceIF Modifier and Type Class Description class
CTMPathTopicMapSource
INTERNAL: 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 TopicMapSourceIF Modifier and Type Class Description class
LTMPathTopicMapSource
INTERNAL: 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 TopicMapSourceIF Modifier and Type Class Description class
RDFPathTopicMapSource
INTERNAL: 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 TopicMapSourceIF Modifier and Type Class Description class
TMXMLPathTopicMapSource
INTERNAL: Source that locates TM/XML files in a directory on the file system.class
XTMPathTopicMapSource
INTERNAL: 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 TopicMapSourceIF Modifier and Type Method Description static TopicMapSourceIF
ConversionUtils. getSource(TopicMapRepositoryIF rep, String tmsource)
-
Uses of TopicMapSourceIF in ontopoly.sysmodel
Methods in ontopoly.sysmodel that return TopicMapSourceIF Modifier and Type Method Description protected TopicMapSourceIF
TopicMapSource. getSource()
-