|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopicMapSourceIF | |
---|---|
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.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 | |
---|---|
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 | |
---|---|
protected TopicMapSourceIF |
AbstractTopicMapReference.source
|
Fields in net.ontopia.topicmaps.entry with type parameters of type TopicMapSourceIF | |
---|---|
protected java.util.Map<java.lang.String,TopicMapSourceIF> |
TopicMapSourceManager.smap
|
protected java.util.Set<TopicMapSourceIF> |
TopicMapSourceManager.sources
|
Methods in net.ontopia.topicmaps.entry that return TopicMapSourceIF | |
---|---|
TopicMapSourceIF |
TopicMapReferenceIF.getSource()
PUBLIC: Gets the source to which the reference belongs. |
TopicMapSourceIF |
AbstractTopicMapReference.getSource()
|
TopicMapSourceIF |
TopicMapSourceManager.getSourceById(java.lang.String source_id)
|
TopicMapSourceIF |
TopicMapRepositoryIF.getSourceById(java.lang.String source_id)
PUBLIC: Returns the topic map source that has the given source id. |
Methods in net.ontopia.topicmaps.entry that return types with arguments of type TopicMapSourceIF | |
---|---|
java.util.Collection<TopicMapSourceIF> |
TopicMapSourceManager.getSources()
|
java.util.Collection<TopicMapSourceIF> |
TopicMapRepositoryIF.getSources()
PUBLIC: Returns an immutable collection containing the TopicMapSourceIFs registered with the topic map repository. |
static java.util.List<TopicMapSourceIF> |
XMLConfigSource.readSources(java.lang.String config_file)
INTERNAL: Returns a collection containing the topic map sources created by reading the configuration file. |
static java.util.List<TopicMapSourceIF> |
XMLConfigSource.readSources(java.lang.String config_file,
java.util.Map<java.lang.String,java.lang.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 | |
---|---|
void |
TopicMapSourceManager.addSource(TopicMapSourceIF source)
|
void |
TopicMapRepositoryIF.addSource(TopicMapSourceIF source)
PUBLIC: Adds the source to the repository. |
void |
TopicMapSourceManager.removeSource(TopicMapSourceIF source)
|
void |
TopicMapRepositoryIF.removeSource(TopicMapSourceIF source)
PUBLIC: Removes the source from the repository. |
void |
TopicMapReferenceIF.setSource(TopicMapSourceIF source)
PUBLIC: Sets the source to which the reference belongs. |
void |
AbstractTopicMapReference.setSource(TopicMapSourceIF source)
|
Constructors in net.ontopia.topicmaps.entry with parameters of type TopicMapSourceIF | |
---|---|
TopicMapSourceManager(TopicMapSourceIF source)
|
Constructor parameters in net.ontopia.topicmaps.entry with type arguments of type TopicMapSourceIF | |
---|---|
TopicMapSourceManager(java.util.Collection<TopicMapSourceIF> sources)
|
Uses of TopicMapSourceIF in net.ontopia.topicmaps.impl.rdbms |
---|
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicMapSourceIF | |
---|---|
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.utils.ctm |
---|
Classes in net.ontopia.topicmaps.utils.ctm that implement TopicMapSourceIF | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
static TopicMapSourceIF |
ConversionUtils.getSource(TopicMapRepositoryIF rep,
java.lang.String tmsource)
|
Uses of TopicMapSourceIF in ontopoly.sysmodel |
---|
Methods in ontopoly.sysmodel that return TopicMapSourceIF | |
---|---|
protected TopicMapSourceIF |
TopicMapSource.getSource()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |