Uses of Class
org.incenp.obofoundry.sssom.SSSOMReader
Packages that use SSSOMReader
Package
Description
-
Uses of SSSOMReader in org.incenp.obofoundry.sssom
Subclasses of SSSOMReader in org.incenp.obofoundry.sssomModifier and TypeClassDescriptionclass
A parser to read a SSSOM mapping set from a JSON serialisation format.class
A parser to read a SSSOM mapping set from the TSV serialisation format. -
Uses of SSSOMReader in org.incenp.obofoundry.sssom.rdf
Subclasses of SSSOMReader in org.incenp.obofoundry.sssom.rdfModifier and TypeClassDescriptionclass
A parser to read a SSSOM mapping set from the RDF Turtle serialisation format. -
Uses of SSSOMReader in org.incenp.obofoundry.sssom.util
Methods in org.incenp.obofoundry.sssom.util that return SSSOMReaderModifier and TypeMethodDescriptionGets a SSSOM reader suitable for the format used in the provided file.ReaderFactory.getReader
(InputStream stream) Gets a SSSOM reader suitable for the format used in the provided stream.Gets a SSSOM reader suitable for the format used in the provider Reader object.Gets a SSSOM reader suitable for the format used in the provided Reader object.ReaderFactory.getReader
(Reader reader, SerialisationFormat fmt) Gets a SSSOM reader for the specified reader object and format.Gets a SSSOM reader suitable for the format used in the file with the provided name.Gets a SSSOM reader suitable for the format used in the file with the provided name.ReaderFactory.getReader
(String filename, boolean allowStdin, SerialisationFormat fmt) Gets a SSSOM reader for the provided file, with a possibly explicitly specified format.Gets a SSSOM reader suitable for the format used in the file with the provided name.Gets a SSSOM reader suitable for the format used in the file with the provided name.ReaderFactory.getReader
(String filename, String metaFilename, boolean allowStdin, SerialisationFormat fmt) Gets a SSSOM reader suitable for the specified file, with a possibly explicitly specified format.