Class ExtensionDefinitionSlot<T>

java.lang.Object
org.incenp.obofoundry.sssom.slots.Slot<T>
org.incenp.obofoundry.sssom.slots.ExtensionDefinitionSlot<T>
Type Parameters:
T - The type of SSSOM object the slot is associated with. Of note, currently, only the MappingSet object is defined to have a slot of that type.

public class ExtensionDefinitionSlot<T> extends Slot<T>
Represents a metadata slot that holds a list of extension definitions (describing the non-standard metadata slots in used within a mapping set).
  • Method Details

    • accept

      public void accept(ISlotVisitor<T> visitor, T target, Object value)
      Description copied from class: Slot
      Accepts a visitor.
      Overrides:
      accept in class Slot<T>
      Parameters:
      visitor - The visitor to accept.
      target - The object this slot is attached to.
      value - The value of the slot.