| CurieMapSlot<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.
|
| EntityReferenceSlot<T> |
Represents a metadata slot that is intended to hold an entity reference
(which is internally represented by a String).
|
| EntityTypeSlot<T> |
Represents a metadata slot that holds an entity type enumeration value.
|
| ExtensionDefinitionSlot<T> |
Represents a metadata slot that holds a list of extension definitions
(describing the non-standard metadata slots in used within a mapping set).
|
| ExtensionSlot<T> |
Represents a metadata slot that holds all extension values (non-standard
metadata slots) for a SSSOM object.
|
| MappingCardinalitySlot<T> |
Represents a metadata slot that holds a mapping cardinality value.
|
| PredicateModifierSlot<T> |
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.
|
| SlotPropagator |
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.
|
| SlotVisitorBase<T> |
A default implementation of the ISlotVisitor 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.
|