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 classAbstractOntopolyTopicMapSourceINTERNAL: Common abstract superclass for sources that support what Ontopoly needs, which is full-text indexing and creation of new topic maps.classAbstractPathTopicMapSourceINTERNAL: Abstract class implementing TopicMapSourceIF; locates topic map file references from a given directory on the local file system.classDefaultTopicMapSourceINTERNAL: A convenience class that that maintains an arbitrary collection of topic map references.classResourceTopicMapSourceINTERNAL: TopicMapSourceIF that can reference individual topic map documents that contained in the classpath and can be loaded by a ClassLoader.classURLTopicMapSourceINTERNAL: 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 TopicMapSourceIFAbstractTopicMapReference. sourceFields in net.ontopia.topicmaps.entry with type parameters of type TopicMapSourceIF Modifier and Type Field Description protected Map<String,TopicMapSourceIF>TopicMapSourceManager. smapprotected Set<TopicMapSourceIF>TopicMapSourceManager. sourcesMethods in net.ontopia.topicmaps.entry that return TopicMapSourceIF Modifier and Type Method Description TopicMapSourceIFAbstractTopicMapReference. getSource()TopicMapSourceIFTopicMapReferenceIF. getSource()PUBLIC: Gets the source to which the reference belongs.TopicMapSourceIFTopicMapRepositoryIF. getSourceById(String source_id)PUBLIC: Returns the topic map source that has the given source id.TopicMapSourceIFTopicMapSourceManager. 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 voidTopicMapRepositoryIF. 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 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 classRDBMSPatternSingleTopicMapSourcePUBLIC: A topic map source that refers to single reference that is located by pattern.classRDBMSSingleTopicMapSourcePUBLIC: A topic map source that holds a reference to a single rdbms topic map.classRDBMSTopicMapSourcePUBLIC: 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 interfaceMTopicMapSourceMethods in net.ontopia.topicmaps.rest.model.mixin that return TopicMapSourceIF Modifier and Type Method Description TopicMapSourceIFMTopicMapReference. 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 classCTMPathTopicMapSourceINTERNAL: 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 classLTMPathTopicMapSourceINTERNAL: 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 classRDFPathTopicMapSourceINTERNAL: 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 classTMXMLPathTopicMapSourceINTERNAL: Source that locates TM/XML files in a directory on the file system.classXTMPathTopicMapSourceINTERNAL: 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 TopicMapSourceIFConversionUtils. getSource(TopicMapRepositoryIF rep, String tmsource) -
Uses of TopicMapSourceIF in ontopoly.sysmodel
Methods in ontopoly.sysmodel that return TopicMapSourceIF Modifier and Type Method Description protected TopicMapSourceIFTopicMapSource. getSource()
-