Uses of Interface
org.incenp.obofoundry.sssom.slots.ISimpleSlotVisitor
-
Packages that use ISimpleSlotVisitor Package Description org.incenp.obofoundry.sssom.slots org.incenp.obofoundry.sssom.transform -
-
Uses of ISimpleSlotVisitor in org.incenp.obofoundry.sssom.slots
Methods in org.incenp.obofoundry.sssom.slots with parameters of type ISimpleSlotVisitor Modifier and Type Method Description <V> VSlot. 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 ISimpleSlotVisitor Modifier and Type Class Description classMappingEditorA mapping transformer that applies arbitrary changes to a mapping.
-