Uses of Interface
org.incenp.obofoundry.sssom.slots.ISimpleSlotVisitor
Packages that use ISimpleSlotVisitor
-
Uses of ISimpleSlotVisitor in org.incenp.obofoundry.sssom.slots
Methods in org.incenp.obofoundry.sssom.slots with parameters of type ISimpleSlotVisitorModifier and TypeMethodDescription<V> V
Slot.accept
(ISimpleSlotVisitor<T, V> visitor, T target, Object value) Accepts a simple visitor.<V> List
<V> SlotHelper.visitSlots
(T object, ISimpleSlotVisitor<T, V> visitor) Visits the slots of a given object, with a visitor that does not distinguish between slot types.<V> List
<V> SlotHelper.visitSlots
(T object, ISimpleSlotVisitor<T, V> visitor, boolean visitNull) Visits the slots of a given object, with a visitor that does not distinguish between slot types. -
Uses of ISimpleSlotVisitor in org.incenp.obofoundry.sssom.transform
Classes in org.incenp.obofoundry.sssom.transform that implement ISimpleSlotVisitorModifier and TypeClassDescriptionclass
A mapping transformer that applies arbitrary changes to a mapping.