Uses of Class
org.incenp.obofoundry.sssom.PropagationPolicy
-
Packages that use PropagationPolicy Package Description org.incenp.obofoundry.sssom org.incenp.obofoundry.sssom.slots -
-
Uses of PropagationPolicy in org.incenp.obofoundry.sssom
Fields in org.incenp.obofoundry.sssom declared as PropagationPolicy Modifier and Type Field Description protected PropagationPolicySSSOMWriter. condensationPolicyprotected PropagationPolicySSSOMReader. propagationPolicyMethods in org.incenp.obofoundry.sssom that return PropagationPolicy Modifier and Type Method Description static PropagationPolicyPropagationPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static PropagationPolicy[]PropagationPolicy. values()Returns an array containing the constants of this enum type, 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 PropagationPolicy Modifier and Type Method Description voidSlotPropagator. setStrategy(PropagationPolicy policy)Sets the propagation policy to use.Constructors in org.incenp.obofoundry.sssom.slots with parameters of type PropagationPolicy Constructor Description SlotPropagator(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.
-