Class URISlot<T>

Type Parameters:
T - The type of SSSOM object the slot is associated with.

public class URISlot<T> extends StringSlot<T>
Represents a metadata slot that is intended to hold a URI (which is internally represented by a string).
  • 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 StringSlot<T>
      Parameters:
      visitor - The visitor to accept.
      target - The object this slot is attached to.
      value - The value of the slot.