Uses of Class
org.incenp.obofoundry.sssom.slots.SlotVisitorBase
-
Packages that use SlotVisitorBase Package Description org.incenp.obofoundry.sssom org.incenp.obofoundry.sssom.extract -
-
Uses of SlotVisitorBase in org.incenp.obofoundry.sssom
Subclasses of SlotVisitorBase in org.incenp.obofoundry.sssom Modifier and Type Class Description classSetMergerHelper object to merge one mapping set into another.classVersionComplianceVisitor<T>Helper visitor to determine the minimum version of the SSSOM specification is required by a mapping or a mapping set.classVersionEnforcerVisitor<T>Helper object to forcibly remove from a set or a mapping all slots or slot values that are incompatible with a given version of the SSSOM specification. -
Uses of SlotVisitorBase in org.incenp.obofoundry.sssom.extract
Subclasses of SlotVisitorBase in org.incenp.obofoundry.sssom.extract Modifier and Type Class Description classSlotExtractor<T>Common logic used by both theMappingSetSlotExtractorand theMappingSlotExtractorclasses.
-