Uses of Enum Class
org.incenp.obofoundry.sssom.PropagationPolicy
Packages that use PropagationPolicy
-
Uses of PropagationPolicy in org.incenp.obofoundry.sssom
Subclasses with type arguments of type PropagationPolicy in org.incenp.obofoundry.sssomModifier and TypeClassDescriptionenumThe policy that defines how to propagate values between the mapping set level and the level of individual mappings.Fields in org.incenp.obofoundry.sssom declared as PropagationPolicyModifier and TypeFieldDescriptionprotected PropagationPolicySSSOMWriter.condensationPolicyprotected PropagationPolicySSSOMReader.propagationPolicyMethods in org.incenp.obofoundry.sssom that return PropagationPolicyModifier and TypeMethodDescriptionstatic PropagationPolicyReturns the enum constant of this class with the specified name.static PropagationPolicy[]PropagationPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PropagationPolicy in org.incenp.obofoundry.sssom.slots
Methods in org.incenp.obofoundry.sssom.slots with parameters of type PropagationPolicyModifier and TypeMethodDescriptionvoidSlotPropagator.setStrategy(PropagationPolicy policy) Sets the propagation policy to use.Constructors in org.incenp.obofoundry.sssom.slots with parameters of type PropagationPolicyModifierConstructorDescriptionSlotPropagator(PropagationPolicy policy) Creates a new instance with the specified propagation policy.SlotPropagator(PropagationPolicy policy, Version maxVersion) Creates a new instance with the specified propagation policy and highest version.