Class RDFTopicMapReference

All Implemented Interfaces:
AutoCloseable, TopicMapReferenceIF, TransactionEventListenerIF

public class RDFTopicMapReference extends AbstractOntopolyURLReference
INTERNAL: An RDF file topic map reference.
  • Constructor Details

  • Method Details

    • setMappingFile

      public void setMappingFile(String file)
      Since:
      2.0.3
    • getMappingFile

      public String getMappingFile()
      Since:
      2.0.5
    • setSyntax

      public void setSyntax(String syntax)
      Since:
      2.0.3
    • getSyntax

      public String getSyntax()
      Since:
      2.1
    • setLenient

      public void setLenient(boolean lenient)
      Since:
      2.1
    • setGenerateNames

      public void setGenerateNames(boolean generateNames)
      Since:
      2.0.5
    • getGenerateNames

      public boolean getGenerateNames()
      Since:
      2.1
    • getImporter

      protected TopicMapReaderIF getImporter()
      Specified by:
      getImporter in class AbstractOntopolyURLReference