Uses of Class
org.incenp.obofoundry.sssom.owl.OWLHelper.UpdateMode
-
Packages that use OWLHelper.UpdateMode Package Description org.incenp.obofoundry.sssom.owl -
-
Uses of OWLHelper.UpdateMode in org.incenp.obofoundry.sssom.owl
Fields in org.incenp.obofoundry.sssom.owl with type parameters of type OWLHelper.UpdateMode Modifier and Type Field Description static EnumSet<OWLHelper.UpdateMode>OWLHelper.UpdateMode. ALLMethods in org.incenp.obofoundry.sssom.owl that return OWLHelper.UpdateMode Modifier and Type Method Description static OWLHelper.UpdateModeOWLHelper.UpdateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OWLHelper.UpdateMode[]OWLHelper.UpdateMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.incenp.obofoundry.sssom.owl with type arguments of type OWLHelper.UpdateMode Modifier and Type Method Description static voidOWLHelper. updateMappingSet(MappingSet ms, org.semanticweb.owlapi.model.OWLOntology ontology, String language, boolean langStrict, EnumSet<OWLHelper.UpdateMode> mode)Generic helper method to update a mapping set from a specified ontology.
-