Package org.semanticweb.owlapi.rio
Class RioJsonStorerFactory
java.lang.Object
org.semanticweb.owlapi.util.OWLStorerFactoryImpl
org.semanticweb.owlapi.rio.AbstractRioStorerFactory
org.semanticweb.owlapi.rio.RioJsonStorerFactory
- All Implemented Interfaces:
Serializable,Supplier<org.semanticweb.owlapi.model.OWLStorer>,RioRDFStorerFactory,org.semanticweb.owlapi.model.OWLStorerFactory
- Since:
- 4.0.0
- Author:
- Peter Ansell p_ansell@yahoo.com
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.semanticweb.owlapi.rio.AbstractRioStorerFactory
createStorerMethods inherited from class org.semanticweb.owlapi.util.OWLStorerFactoryImpl
get, getFormatFactoryMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.semanticweb.owlapi.model.OWLStorerFactory
createStorer, getFormatFactory
-
Constructor Details
-
RioJsonStorerFactory
public RioJsonStorerFactory()Default constructor.
-