Uses of Class
org.incenp.obofoundry.sssom.slots.Slot
-
Packages that use Slot Package Description org.incenp.obofoundry.sssom org.incenp.obofoundry.sssom.extract org.incenp.obofoundry.sssom.owl org.incenp.obofoundry.sssom.slots org.incenp.obofoundry.sssom.transform -
-
Uses of Slot in org.incenp.obofoundry.sssom
Methods in org.incenp.obofoundry.sssom with parameters of type Slot Modifier and Type Method Description voidSetMerger. visit(Slot<MappingSet> slot, MappingSet src, Object value)voidVersionComplianceVisitor. visit(Slot<T> slot, T object, Object unused)voidVersionEnforcerVisitor. visit(Slot<T> slot, T object, Object unused) -
Uses of Slot in org.incenp.obofoundry.sssom.extract
Fields in org.incenp.obofoundry.sssom.extract declared as Slot Modifier and Type Field Description protected Slot<T>SlotExtractor. slotMethods in org.incenp.obofoundry.sssom.extract with parameters of type Slot Modifier and Type Method Description voidSlotExtractor. visit(Slot<T> slot, T object, Object value)Constructors in org.incenp.obofoundry.sssom.extract with parameters of type Slot Constructor Description MappingSetSlotExtractor(Slot<MappingSet> slot, int itemNo)Creates a new instance.MappingSlotExtractor(int mappingNo, Slot<Mapping> slot, int itemNo)Creates a new instance.SlotExtractor(Slot<T> slot)Creates a new instance.SlotExtractor(Slot<T> slot, int itemNo)Creates a new instance. -
Uses of Slot in org.incenp.obofoundry.sssom.owl
Methods in org.incenp.obofoundry.sssom.owl with parameters of type Slot Modifier and Type Method Description org.semanticweb.owlapi.model.IRIDirectMetadataTransformer. transform(Slot<T> slot)org.semanticweb.owlapi.model.IRIStandardMapMetadataTransformer. transform(Slot<T> slot)voidAnnotationVisitor. visit(Slot<T> slot, T mapping, Object value) -
Uses of Slot in org.incenp.obofoundry.sssom.slots
Subclasses of Slot in org.incenp.obofoundry.sssom.slots Modifier and Type Class Description classCurieMapSlot<T>Represents a metadata slot that holds the prefix (or curie) map used by a mapping set.classDateSlot<T>Represents a metadata slot that holds a date.classDoubleSlot<T>Represents a metadata slot that holds a numerical value.classEntityReferenceSlot<T>Represents a metadata slot that is intended to hold an entity reference (which is internally represented by a String).classEntityTypeSlot<T>Represents a metadata slot that holds an entity type enumeration value.classExtensionDefinitionSlot<T>Represents a metadata slot that holds a list of extension definitions (describing the non-standard metadata slots in used within a mapping set).classExtensionSlot<T>Represents a metadata slot that holds all extension values (non-standard metadata slots) for a SSSOM object.classMappingCardinalitySlot<T>Represents a metadata slot that holds a mapping cardinality value.classPredicateModifierSlot<T>Represents a metadata slot that holds a predicate modifier enumeration value.classStringSlot<T>Represents a metadata slot that is backed by a String-typed field.classURISlot<T>Represents a metadata slot that is intended to hold a URI (which is internally represented by a string).classVersionSlot<T>Represents a metadata slot that holds a SSSOM version.Methods in org.incenp.obofoundry.sssom.slots that return Slot Modifier and Type Method Description Slot<T>SlotHelper. getSlotByName(String name)Finds a slot by its name.Slot<T>SlotHelper. getSlotByURI(String uri)Finds a slot by its associated URI.Methods in org.incenp.obofoundry.sssom.slots that return types with arguments of type Slot Modifier and Type Method Description List<Slot<T>>SlotHelper. getSlots()Gets the current list of slots set to be visited.List<Slot<T>>SlotHelper. getSlots(Version maxVersion)Gets a subset of the current list of slots, containing only the slots that are compatible with the given version of the SSSOM specification.Collection<Slot<T>>SlotHelper. getSlotsByName(Collection<String> names)Finds slots by their names.Methods in org.incenp.obofoundry.sssom.slots with parameters of type Slot Modifier and Type Method Description VISimpleSlotVisitor. visit(Slot<T> slot, T object, Object value)Visits a SSSOM slot.voidISlotVisitor. visit(Slot<T> slot, T object, Object value)Visits a generic slot.voidSlotVisitorBase. visit(Slot<T> slot, T object, Object value) -
Uses of Slot in org.incenp.obofoundry.sssom.transform
Methods in org.incenp.obofoundry.sssom.transform with parameters of type Slot Modifier and Type Method Description VIMetadataTransformer. transform(Slot<T> slot)Transforms a metadata slot into something else.VoidMappingEditor. visit(Slot<Mapping> slot, Mapping object, Object value)
-