- All Superinterfaces:
- Serializable, Supplier<OWLStorer>
- All Known Implementing Classes:
- DLSyntaxHTMLStorerFactory, DLSyntaxStorerFactory, FunctionalSyntaxStorerFactory, KRSS2OWLSyntaxStorerFactory, KRSSSyntaxStorerFactory, LatexStorerFactory, ManchesterSyntaxStorerFactory, OBOFormatStorerFactory, OWLStorerFactoryImpl, OWLXMLStorerFactory, RDFXMLStorerFactory, TurtleStorerFactory
public interface OWLStorerFactory
extends Serializable, Supplier<OWLStorer>
Factory for ontology storers. Provide a priority to allow for sorting of ontology storers.
Default implementations will have priorities starting at 0 and moving up by increments of one.
This allows the introduction of more storers at any position in the list: e.g., to insert a new
storer in the second position, it is sufficient for it to pick a priority value strictly between
0 and 1.