Uses of Class
org.incenp.obofoundry.sssom.owl.SSSOMTOwlApplication
-
Packages that use SSSOMTOwlApplication Package Description org.incenp.obofoundry.sssom.owl org.incenp.obofoundry.sssom.uriexpr -
-
Uses of SSSOMTOwlApplication in org.incenp.obofoundry.sssom.owl
Fields in org.incenp.obofoundry.sssom.owl declared as SSSOMTOwlApplication Modifier and Type Field Description protected SSSOMTOwlApplicationSSSOMTAnnotateFunction. appMethods in org.incenp.obofoundry.sssom.owl with parameters of type SSSOMTOwlApplication Modifier and Type Method Description static IMappingTransformer<org.semanticweb.owlapi.model.OWLAxiom>SSSOMTHelper. maybeCreateAnnotatedTransformer(SSSOMTOwlApplication application, IMappingTransformer<org.semanticweb.owlapi.model.OWLAxiom> innerTransformer, Map<String,String> keyedArguments)Given an axiom generator, maybe wraps it into another generator that would produce the same axiom but annotated with metadata from the mapping from which the axiom is derived.Constructors in org.incenp.obofoundry.sssom.owl with parameters of type SSSOMTOwlApplication Constructor Description SSSOMTAnnotateFunction(SSSOMTOwlApplication application)Creates a new instance.SSSOMTAnnotateFunction(SSSOMTOwlApplication application, String subject, String property, String value, String type)SSSOMTCreateAxiomFunction(SSSOMTOwlApplication application)Creates a new instance.SSSOMTDeclareFunction(SSSOMTOwlApplication application)Creates a new instance.SSSOMTDirectFunction(SSSOMTOwlApplication application)SSSOMTExistsFunction(SSSOMTOwlApplication application)Creates a new instance.SSSOMTIsAFunction(SSSOMTOwlApplication application)Creates a new instance. -
Uses of SSSOMTOwlApplication in org.incenp.obofoundry.sssom.uriexpr
Constructors in org.incenp.obofoundry.sssom.uriexpr with parameters of type SSSOMTOwlApplication Constructor Description SSSOMTUriExpressionDeclareFormatFunction(SSSOMTOwlApplication application)Creates a new instance.SSSOMTUriExpressionExpandFunction(SSSOMTOwlApplication application)
-