Uses of Enum Class
org.incenp.obofoundry.uberon.util.SpeciesMerger.GCAMergeMode
Packages that use SpeciesMerger.GCAMergeMode
-
Uses of SpeciesMerger.GCAMergeMode in org.incenp.obofoundry.uberon.util
Methods in org.incenp.obofoundry.uberon.util that return SpeciesMerger.GCAMergeModeModifier and TypeMethodDescriptionstatic SpeciesMerger.GCAMergeModeReturns the enum constant of this class with the specified name.static SpeciesMerger.GCAMergeMode[]SpeciesMerger.GCAMergeMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.incenp.obofoundry.uberon.util with parameters of type SpeciesMerger.GCAMergeModeModifier and TypeMethodDescriptionvoidSpeciesMerger.setGCAMode(SpeciesMerger.GCAMergeMode mode) Sets the behaviour for general class axioms (GCAs) that have one (or more) merged class in their signature.