Uses of Interface
org.incenp.obofoundry.sssom.transform.ISSSOMTransformApplication
Packages that use ISSSOMTransformApplication
-
Uses of ISSSOMTransformApplication in org.incenp.obofoundry.sssom.owl
Classes in org.incenp.obofoundry.sssom.owl that implement ISSSOMTransformApplicationModifier and TypeClassDescriptionclass
A 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 ISSSOMTransformApplicationModifier and TypeClassDescriptionclass
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 ISSSOMTransformApplicationModifierConstructorDescriptionSSSOMTransformReader
(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.