Uses of Class
org.incenp.obofoundry.sssom.slots.DoubleSlot
Packages that use DoubleSlot
-
Uses of DoubleSlot in org.incenp.obofoundry.sssom.owl
Methods in org.incenp.obofoundry.sssom.owl with parameters of type DoubleSlotModifier and TypeMethodDescriptionvoid
AnnotationVisitor.visit
(DoubleSlot<T> slot, T object, Double value) -
Uses of DoubleSlot in org.incenp.obofoundry.sssom.slots
Methods in org.incenp.obofoundry.sssom.slots with parameters of type DoubleSlotModifier and TypeMethodDescriptionvoid
ISlotVisitor.visit
(DoubleSlot<T> slot, T object, Double value) Visits a double-typed slot.void
SlotVisitorBase.visit
(DoubleSlot<T> slot, T object, Double value)