Class CurieMapSlot<T>
- java.lang.Object
-
- org.incenp.obofoundry.sssom.slots.Slot<T>
-
- org.incenp.obofoundry.sssom.slots.CurieMapSlot<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 CurieMapSlot<T> extends Slot<T>
Represents a metadata slot that holds the prefix (or curie) map used by a mapping set.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ISlotVisitor<T> visitor, T target, Object value)Accepts a visitor.-
Methods inherited from class org.incenp.obofoundry.sssom.slots.Slot
accept, getCompliantVersion, getName, getType, getURI, getValue, isEntityReference, isPropagatable, isURI, setValue, setValue
-
-