Package org.incenp.obofoundry.sssom.slots
package org.incenp.obofoundry.sssom.slots
-
ClassDescriptionCurieMapSlot<T>Represents a metadata slot that holds the prefix (or curie) map used by a mapping set.DateSlot<T>Represents a metadata slot that holds a date.DoubleSlot<T>Represents a metadata slot that holds a numerical value.Represents a metadata slot that is intended to hold an entity reference (which is internally represented by a String).Represents a metadata slot that holds an entity type enumeration value.Represents a metadata slot that holds a list of extension definitions (describing the non-standard metadata slots in used within a mapping set).Represents a metadata slot that holds all extension values (non-standard metadata slots) for a SSSOM object.ISimpleSlotVisitor<T,
V> A visitor interface to visit the different metadata slot of a SSSOM Java object.ISlotVisitor<T>A visitor interface to visit the different types of metadata slots of a SSSOM object.Represents a metadata slot that holds a mapping cardinality value.Represents a metadata slot that holds a predicate modifier enumeration value.Slot<T>Represents a metadata slot on a SSSOM object.SlotHelper<T>A class to facilitate the manipulation of SSSOM slots.A helper class to implement the propagation of slots from the mapping set level to the level of individual mappings and the other way round.A default implementation of theISlotVisitor
interface that does nothing for every slot type.StringSlot<T>Represents a metadata slot that is backed by a String-typed field.URISlot<T>Represents a metadata slot that is intended to hold a URI (which is internally represented by a string).VersionSlot<T>Represents a metadata slot that holds a SSSOM version.