Class FileDocumentTarget

java.lang.Object
org.semanticweb.owlapi.io.FileDocumentTarget
All Implemented Interfaces:
OWLOntologyDocumentTarget

public class FileDocumentTarget extends Object implements OWLOntologyDocumentTarget
An OWLOntologyDocumentTarget that supports writing out to a File.
Since:
3.2.0
Author:
Matthew Horridge, The University of Manchester, Bio-Health Informatics Group
  • Constructor Details

    • FileDocumentTarget

      public FileDocumentTarget(File file)
      Constructs the document target, with the target being the specified file.
      Parameters:
      file - The file that is the target.
  • Method Details