Uses of Interface
org.incenp.obofoundry.sssom.transform.ISSSOMTransformApplication
-
Packages that use ISSSOMTransformApplication Package Description org.incenp.obofoundry.sssom.owl org.incenp.obofoundry.sssom.transform -
-
Uses of ISSSOMTransformApplication in org.incenp.obofoundry.sssom.owl
Classes in org.incenp.obofoundry.sssom.owl that implement ISSSOMTransformApplication Modifier and Type Class Description classSSSOMTOwlApplicationA specialised application of the SSSOM/Transform language to read mapping processing rules that produce OWL axioms. -
Uses of ISSSOMTransformApplication in org.incenp.obofoundry.sssom.transform
Classes in org.incenp.obofoundry.sssom.transform that implement ISSSOMTransformApplication Modifier and Type Class Description classSSSOMTransformApplication<T>Represents a SSSOM/Transform application, that is, a specialisation of the SSSOM/Transform language (also called a “SSSOM/Transform dialect”) with its own functions and that produces its own type of mapping-derived objects.Constructors in org.incenp.obofoundry.sssom.transform with parameters of type ISSSOMTransformApplication Constructor Description SSSOMTransformReader(ISSSOMTransformApplication<T> application)Creates a new instance without an input source.SSSOMTransformReader(ISSSOMTransformApplication<T> application, File input)Creates a new instance to read from a file.SSSOMTransformReader(ISSSOMTransformApplication<T> application, InputStream input)Creates a new instance to read from a stream.SSSOMTransformReader(ISSSOMTransformApplication<T> application, Reader input)Creates a new instance to read from a reader object.SSSOMTransformReader(ISSSOMTransformApplication<T> application, String filename)Creates a new instance to read from a file.
-