Uses of Enum Class
org.incenp.obofoundry.sssom.owl.OWLHelper.UpdateMode
Packages that use OWLHelper.UpdateMode
-
Uses of OWLHelper.UpdateMode in org.incenp.obofoundry.sssom.owl
Fields in org.incenp.obofoundry.sssom.owl with type parameters of type OWLHelper.UpdateModeModifier and TypeFieldDescriptionstatic final EnumSet
<OWLHelper.UpdateMode> OWLHelper.UpdateMode.ALL
Methods in org.incenp.obofoundry.sssom.owl that return OWLHelper.UpdateModeModifier and TypeMethodDescriptionstatic OWLHelper.UpdateMode
Returns the enum constant of this class with the specified name.static OWLHelper.UpdateMode[]
OWLHelper.UpdateMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.incenp.obofoundry.sssom.owl with type arguments of type OWLHelper.UpdateModeModifier and TypeMethodDescriptionstatic void
OWLHelper.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.