Uses of Interface
net.ontopia.topicmaps.utils.ImportExportServiceIF
-
Packages that use ImportExportServiceIF Package Description net.ontopia.topicmaps.utils This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces.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. -
-
Uses of ImportExportServiceIF in net.ontopia.topicmaps.utils
Methods in net.ontopia.topicmaps.utils that return types with arguments of type ImportExportServiceIF Modifier and Type Method Description static Set<ImportExportServiceIF>
ImportExportUtils. getServices()
Returns the loaded ImportExportServiceIF services. -
Uses of ImportExportServiceIF in net.ontopia.topicmaps.utils.rdf
Classes in net.ontopia.topicmaps.utils.rdf that implement ImportExportServiceIF Modifier and Type Class Description class
RDFImporterExporterService
ImportExportServiceIF service providing RDF import and export functionality.
-