Uses of Class
org.incenp.obofoundry.sssom.slots.StringSlot
Packages that use StringSlot
Package
Description
-
Uses of StringSlot in org.incenp.obofoundry.sssom
Methods in org.incenp.obofoundry.sssom with parameters of type StringSlotModifier and TypeMethodDescriptionvoid
SetMerger.visit
(StringSlot<MappingSet> slot, MappingSet src, List<String> values) -
Uses of StringSlot in org.incenp.obofoundry.sssom.extract
Methods in org.incenp.obofoundry.sssom.extract with parameters of type StringSlot -
Uses of StringSlot in org.incenp.obofoundry.sssom.owl
Methods in org.incenp.obofoundry.sssom.owl with parameters of type StringSlot -
Uses of StringSlot in org.incenp.obofoundry.sssom.slots
Subclasses of StringSlot in org.incenp.obofoundry.sssom.slotsModifier and TypeClassDescriptionclass
Represents a metadata slot that is intended to hold an entity reference (which is internally represented by a String).class
URISlot<T>
Represents a metadata slot that is intended to hold a URI (which is internally represented by a string).Methods in org.incenp.obofoundry.sssom.slots with parameters of type StringSlotModifier and TypeMethodDescriptionvoid
ISlotVisitor.visit
(StringSlot<T> slot, T object, String value) Visits a string-typed slot.void
Visits a multi-valued string-typed slot.void
SlotVisitorBase.visit
(StringSlot<T> slot, T object, String value) void