Uses of Class
org.incenp.obofoundry.sssom.SSSOMFormatException
-
-
Uses of SSSOMFormatException in org.incenp.obofoundry.sssom
Methods in org.incenp.obofoundry.sssom that throw SSSOMFormatException Modifier and Type Method Description voidValidator. check(MappingSet ms)Checks whether the given mapping set is valid, and throws an exception if it is not.MappingYAMLConverter. convertMapping(Map<String,Object> rawMap)Converts a generic dictionary (as may have been obtained from a YAML or JSON parser) into aMappingobject.MappingYAMLConverter. convertMapping(Map<String,Object> rawMap, Version targetVersion)Converts a generic dictionary (as may have been obtained from a YAML or JSON parser) into aMappingobject.MappingSetYAMLConverter. convertMappingSet(Map<String,Object> rawMap)Converts a generic dictionary (as may have been obtained from a YAML or JSON parser) into aMappingSetobject.voidIYAMLPreprocessor. process(Map<String,Object> rawMap)Apply a treatment to the specified dictionary.MappingSetJSONReader. read()abstract MappingSetSSSOMReader. read()Reads a mapping set from the source file.MappingSetTSVReader. read()Reads a mapping set from the source file(s).MappingSetTSVReader. read(boolean metadataOnly)Reads a mapping set from the source file(s), with the option of reading the metadata only.protected voidSSSOMReader. validate(MappingSet mappingSet)Validates a mapping set. -
Uses of SSSOMFormatException in org.incenp.obofoundry.sssom.compatibility
Methods in org.incenp.obofoundry.sssom.compatibility that throw SSSOMFormatException Modifier and Type Method Description voidJsonLDConverter. process(Map<String,Object> rawMap)voidLiteralProfileConverter. process(Map<String,Object> rawMap)voidMatchTermTypeConverter. process(Map<String,Object> rawMap)voidMatchTypeConverter. process(Map<String,Object> rawMap)voidSemanticSimilarityConverter. process(Map<String,Object> rawMap) -
Uses of SSSOMFormatException in org.incenp.obofoundry.sssom.extract
Subclasses of SSSOMFormatException in org.incenp.obofoundry.sssom.extract Modifier and Type Class Description classExtractorSyntaxExceptionAn exception thrown when parsing an invalid “extractor expression”. -
Uses of SSSOMFormatException in org.incenp.obofoundry.sssom.rdf
Methods in org.incenp.obofoundry.sssom.rdf that throw SSSOMFormatException Modifier and Type Method Description MappingSetRDFConverter. fromRDF(org.eclipse.rdf4j.model.Model model)Converts a RDF model to a MappingSet object.MappingRDFConverter. mappingFromRDF(org.eclipse.rdf4j.model.Model model)Converts a RDF model to a Mapping object.MappingRDFConverter. mappingFromRDF(org.eclipse.rdf4j.model.Model model, Version targetVersion)Converts a RDF model to a Mapping object.MappingSetRDFReader. read() -
Uses of SSSOMFormatException in org.incenp.obofoundry.sssom.util
Methods in org.incenp.obofoundry.sssom.util that throw SSSOMFormatException Modifier and Type Method Description SSSOMReaderReaderFactory. getReader(File file)Gets a SSSOM reader suitable for the format used in the provided file.SSSOMReaderReaderFactory. getReader(InputStream stream)Gets a SSSOM reader suitable for the format used in the provided stream.SSSOMReaderReaderFactory. getReader(Reader reader)Gets a SSSOM reader suitable for the format used in the provider Reader object.SSSOMReaderReaderFactory. getReader(Reader reader, String filename)Gets a SSSOM reader suitable for the format used in the provided Reader object.SSSOMReaderReaderFactory. getReader(String filename)Gets a SSSOM reader suitable for the format used in the file with the provided name.SSSOMReaderReaderFactory. getReader(String filename, boolean allowStdin)Gets a SSSOM reader suitable for the format used in the file with the provided name.SSSOMReaderReaderFactory. getReader(String filename, boolean allowStdin, SerialisationFormat fmt)Gets a SSSOM reader for the provided file, with a possibly explicitly specified format.SSSOMReaderReaderFactory. getReader(String filename, String metaFilename)Gets a SSSOM reader suitable for the format used in the file with the provided name.SSSOMReaderReaderFactory. getReader(String filename, String metaFilename, boolean allowStdin)Gets a SSSOM reader suitable for the format used in the file with the provided name.SSSOMReaderReaderFactory. getReader(String filename, String metaFilename, boolean allowStdin, SerialisationFormat fmt)Gets a SSSOM reader suitable for the specified file, with a possibly explicitly specified format.
-