Uses of Class
org.incenp.obofoundry.sssom.slots.Slot
Packages that use Slot
Package
Description
-
Uses of Slot in org.incenp.obofoundry.sssom
Methods in org.incenp.obofoundry.sssom with parameters of type SlotModifier and TypeMethodDescriptionvoid
SetMerger.visit
(Slot<MappingSet> slot, MappingSet src, Object value) -
Uses of Slot in org.incenp.obofoundry.sssom.extract
Fields in org.incenp.obofoundry.sssom.extract declared as SlotMethods in org.incenp.obofoundry.sssom.extract with parameters of type SlotConstructors in org.incenp.obofoundry.sssom.extract with parameters of type SlotModifierConstructorDescriptionMappingSetSlotExtractor
(Slot<MappingSet> slot, int itemNo) Creates a new instance.MappingSlotExtractor
(int mappingNo, Slot<Mapping> slot, int itemNo) Creates a new instance.SlotExtractor
(Slot<T> slot) Creates a new instance.SlotExtractor
(Slot<T> slot, int itemNo) Creates a new instance. -
Uses of Slot in org.incenp.obofoundry.sssom.owl
Methods in org.incenp.obofoundry.sssom.owl with parameters of type Slot -
Uses of Slot in org.incenp.obofoundry.sssom.slots
Subclasses of Slot in org.incenp.obofoundry.sssom.slotsModifier and TypeClassDescriptionclass
CurieMapSlot<T>
Represents a metadata slot that holds the prefix (or curie) map used by a mapping set.class
DateSlot<T>
Represents a metadata slot that holds a date.class
DoubleSlot<T>
Represents a metadata slot that holds a numerical value.class
Represents a metadata slot that is intended to hold an entity reference (which is internally represented by a String).class
Represents a metadata slot that holds an entity type enumeration value.class
Represents a metadata slot that holds a list of extension definitions (describing the non-standard metadata slots in used within a mapping set).class
Represents a metadata slot that holds all extension values (non-standard metadata slots) for a SSSOM object.class
Represents a metadata slot that holds a mapping cardinality value.class
Represents a metadata slot that holds a predicate modifier enumeration value.class
StringSlot<T>
Represents a metadata slot that is backed by a String-typed field.class
URISlot<T>
Represents a metadata slot that is intended to hold a URI (which is internally represented by a string).class
VersionSlot<T>
Represents a metadata slot that holds a SSSOM version.Methods in org.incenp.obofoundry.sssom.slots that return SlotModifier and TypeMethodDescriptionSlotHelper.getSlotByName
(String name) Finds a slot by its name.SlotHelper.getSlotByURI
(String uri) Finds a slot by its associated URI.Methods in org.incenp.obofoundry.sssom.slots that return types with arguments of type SlotModifier and TypeMethodDescriptionSlotHelper.getSlots()
Gets the current list of slots set to be visited.Collection
<Slot<T>> SlotHelper.getSlotsByName
(Collection<String> names) Finds slots by their names.Methods in org.incenp.obofoundry.sssom.slots with parameters of type Slot -
Uses of Slot in org.incenp.obofoundry.sssom.transform
Methods in org.incenp.obofoundry.sssom.transform with parameters of type Slot