Uses of Class
org.incenp.obofoundry.sssom.model.ExtensionDefinition
Packages that use ExtensionDefinition
Package
Description
-
Uses of ExtensionDefinition in org.incenp.obofoundry.sssom
Methods in org.incenp.obofoundry.sssom that return ExtensionDefinitionModifier and TypeMethodDescriptionExtensionSlotManager.getDefinitionForProperty
(String property) Looks up for an existing definition for the specified property.ExtensionSlotManager.getDefinitionForSlot
(String slotName) Looks up for an existing definition for the specified slot name.Methods in org.incenp.obofoundry.sssom that return types with arguments of type ExtensionDefinitionModifier and TypeMethodDescriptionExtensionSlotManager.getDefinitions
(boolean sorted, boolean mappingLevelOnly) Gets the definitions known to this manager.Method parameters in org.incenp.obofoundry.sssom with type arguments of type ExtensionDefinitionModifier and TypeMethodDescriptionvoid
SetMerger.visit
(ExtensionDefinitionSlot<MappingSet> slot, MappingSet object, List<ExtensionDefinition> values) -
Uses of ExtensionDefinition in org.incenp.obofoundry.sssom.model
Methods in org.incenp.obofoundry.sssom.model that return types with arguments of type ExtensionDefinitionModifier and TypeMethodDescriptionMappingSet.getExtensionDefinitions()
MappingSet.getExtensionDefinitions
(boolean set) Gets the list of extension definitions, optionally initializing the underlying field to an empty list if needed.Method parameters in org.incenp.obofoundry.sssom.model with type arguments of type ExtensionDefinitionModifier and TypeMethodDescriptionMappingSet.MappingSetBuilder.extensionDefinitions
(List<ExtensionDefinition> extensionDefinitions) void
MappingSet.setExtensionDefinitions
(List<ExtensionDefinition> extensionDefinitions) -
Uses of ExtensionDefinition in org.incenp.obofoundry.sssom.owl
Method parameters in org.incenp.obofoundry.sssom.owl with type arguments of type ExtensionDefinitionModifier and TypeMethodDescriptionvoid
AnnotationVisitor.visit
(ExtensionDefinitionSlot<T> slot, T object, List<ExtensionDefinition> values) -
Uses of ExtensionDefinition in org.incenp.obofoundry.sssom.slots
Method parameters in org.incenp.obofoundry.sssom.slots with type arguments of type ExtensionDefinitionModifier and TypeMethodDescriptionvoid
ISlotVisitor.visit
(ExtensionDefinitionSlot<T> slot, T object, List<ExtensionDefinition> values) Visits a slot that holds a list of extension definitions for non-standard metadata.void
SlotVisitorBase.visit
(ExtensionDefinitionSlot<T> slot, T object, List<ExtensionDefinition> values)