Uses of Class
org.incenp.obofoundry.sssom.MergeOption
-
Packages that use MergeOption Package Description org.incenp.obofoundry.sssom -
-
Uses of MergeOption in org.incenp.obofoundry.sssom
Fields in org.incenp.obofoundry.sssom with type parameters of type MergeOption Modifier and Type Field Description static EnumSet<MergeOption>MergeOption. DEFAULTMerge all mappings and all metadata from the source set into the destination set, except the scalar (single-valued) slots.static EnumSet<MergeOption>MergeOption. MERGE_METADATAMerge all metadata from the source set into the destination set.Methods in org.incenp.obofoundry.sssom that return MergeOption Modifier and Type Method Description static MergeOptionMergeOption. valueOf(String name)Returns the enum constant of this type with the specified name.static MergeOption[]MergeOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.incenp.obofoundry.sssom that return types with arguments of type MergeOption Modifier and Type Method Description EnumSet<MergeOption>SetMerger. getMergeOptions()Gets the options that define the behaviour of this object.Method parameters in org.incenp.obofoundry.sssom with type arguments of type MergeOption Modifier and Type Method Description voidSetMerger. setMergeOptions(EnumSet<MergeOption> options)Sets the options to configure the behaviour of this object.
-