Uses of Enum Class
org.incenp.obofoundry.sssom.MergeOption
Packages that use MergeOption
-
Uses of MergeOption in org.incenp.obofoundry.sssom
Fields in org.incenp.obofoundry.sssom with type parameters of type MergeOptionModifier and TypeFieldDescriptionstatic final EnumSet
<MergeOption> MergeOption.DEFAULT
Merge all mappings and all metadata from the source set into the destination set, except the scalar (single-valued) slots.static final EnumSet
<MergeOption> MergeOption.MERGE_METADATA
Merge all metadata from the source set into the destination set.Methods in org.incenp.obofoundry.sssom that return MergeOptionModifier and TypeMethodDescriptionstatic MergeOption
Returns the enum constant of this class with the specified name.static MergeOption[]
MergeOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.incenp.obofoundry.sssom that return types with arguments of type MergeOptionModifier and TypeMethodDescriptionSetMerger.getMergeOptions()
Gets the options that define the behaviour of this object.Method parameters in org.incenp.obofoundry.sssom with type arguments of type MergeOptionModifier and TypeMethodDescriptionvoid
SetMerger.setMergeOptions
(EnumSet<MergeOption> options) Sets the options to configure the behaviour of this object.