Uses of Class
org.semanticweb.owlapi.rio.OWLAPIRDFFormat
Packages that use OWLAPIRDFFormat
-
Uses of OWLAPIRDFFormat in org.semanticweb.owlapi.rio
Fields in org.semanticweb.owlapi.rio declared as OWLAPIRDFFormatModifier and TypeFieldDescriptionstatic final OWLAPIRDFFormatOWLAPIRDFFormat.MANCHESTER_OWLThe Manchester OWL Syntax file format.static final OWLAPIRDFFormatOWLAPIRDFFormat.OWL_FUNCTIONALThe OWL Functional Syntax file format.static final OWLAPIRDFFormatOWLAPIRDFFormat.OWL_XMLThe OWL/XML file format.Methods in org.semanticweb.owlapi.rio that return OWLAPIRDFFormatModifier and TypeMethodDescriptionabstract OWLAPIRDFFormatRioAbstractParserFactory.getRDFFormat()RioFunctionalSyntaxParserFactory.getRDFFormat()RioManchesterSyntaxParserFactory.getRDFFormat()RioOWLRDFParser.getRDFFormat()RioOWLXMLParserFactory.getRDFFormat()Constructors in org.semanticweb.owlapi.rio with parameters of type OWLAPIRDFFormatModifierConstructorDescriptionRioOWLRDFParser(OWLAPIRDFFormat owlFormat) RioOWLRDFParser(OWLAPIRDFFormat owlFormat, org.eclipse.rdf4j.model.ValueFactory valueFactory)