Uses of Interface
org.incenp.obofoundry.sssom.extract.IValueExtractor
-
Packages that use IValueExtractor Package Description org.incenp.obofoundry.sssom.extract -
-
Uses of IValueExtractor in org.incenp.obofoundry.sssom.extract
Classes in org.incenp.obofoundry.sssom.extract that implement IValueExtractor Modifier and Type Class Description classHashExtractorExtracts the standard SSSOM hash for a mapping.classMappingExtensionExtractorExtracts the value of an extension slot from a mapping object.classMappingSetExtensionExtractorExtracts the value of an extension slot from a mapping set object.classMappingSetSlotExtractorExtracts the value of a slot from a mapping set object.classMappingSlotExtractorExtracts the value of a slot from a mapping object.classMappingValueExtractorBase class for extractors that extract a value from a specific mapping record.classSExpressionExtractorExtracts the canonical S-expression that represents a mapping.Methods in org.incenp.obofoundry.sssom.extract that return IValueExtractor Modifier and Type Method Description IValueExtractorValueExtractorFactory. parse(String expression)Parses an “extractor expression” into aIValueExtractor.
-