Class EntityReferenceSlot<T>
java.lang.Object
org.incenp.obofoundry.sssom.slots.Slot<T>
org.incenp.obofoundry.sssom.slots.StringSlot<T>
org.incenp.obofoundry.sssom.slots.EntityReferenceSlot<T>
- Type Parameters:
T
- The type of SSSOM object the slot is associated with.
Represents a metadata slot that is intended to hold an entity reference
(which is internally represented by a String).
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ISlotVisitor<T> visitor, T target, Object value) Accepts a visitor.Methods inherited from class org.incenp.obofoundry.sssom.slots.StringSlot
isMultivalued, setValue
Methods inherited from class org.incenp.obofoundry.sssom.slots.Slot
accept, getCompliantVersion, getName, getType, getURI, getValue, isEntityReference, isPropagatable, isURI, setValue
-
Method Details
-
accept
Description copied from class:Slot
Accepts a visitor.- Overrides:
accept
in classStringSlot<T>
- Parameters:
visitor
- The visitor to accept.target
- The object this slot is attached to.value
- The value of the slot.
-