Interface ResourceWriter<T>
- All Superinterfaces:
ResourceIO<T>
- All Known Subinterfaces:
FormalSystemExporter, LegalDocumentWriter
- All Known Implementing Classes:
AbstractLegalDocumentWriter, AbstractResourceWriter, CoqExporter, FASTAWriter, MetamathExporter, NativeFITSWriter, NativeHDF5TensorWriter, NativeHDF5Writer, NeuralModelWriter, OEISWriter, OpenMathWriter, PDBWriter, QedeqExporter, VTKWriter
Interface for writing/exporting resources.
Replaces OutputLoader.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Methods inherited from interface ResourceIO
getCategory, getDescription, getExpectedResourceFiles, getLongDescription, getName, getResourcePath, getResourceType, getSupportedExtensions, getSupportedVersions, isFileBased, isInput
-
Method Details
-
save
-
isOutput
default boolean isOutput()Description copied from interface:ResourceIOReturns true if this is an output (writer) resource.- Specified by:
isOutputin interfaceResourceIO<T>
-