Uses of Class
org.incenp.obofoundry.sssom.model.ExtensionDefinition
-
Packages that use ExtensionDefinition Package Description org.incenp.obofoundry.sssom org.incenp.obofoundry.sssom.model org.incenp.obofoundry.sssom.owl org.incenp.obofoundry.sssom.slots -
-
Uses of ExtensionDefinition in org.incenp.obofoundry.sssom
Methods in org.incenp.obofoundry.sssom that return ExtensionDefinition Modifier and Type Method Description ExtensionDefinitionExtensionSlotManager. getDefinitionForProperty(String property)Looks up for an existing definition for the specified property.ExtensionDefinitionExtensionSlotManager. 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 ExtensionDefinition Modifier and Type Method Description List<ExtensionDefinition>ExtensionSlotManager. getDefinitions(boolean sorted, boolean mappingLevelOnly)Gets the definitions known to this manager.Method parameters in org.incenp.obofoundry.sssom with type arguments of type ExtensionDefinition Modifier and Type Method Description voidSetMerger. 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 ExtensionDefinition Modifier and Type Method Description List<ExtensionDefinition>MappingSet. getExtensionDefinitions()Gets the value of theextension_definitionsslot.List<ExtensionDefinition>MappingSet. getExtensionDefinitions(boolean set)Gets the list ofextension_definitionsvalues, optionally initializing the list if needed.Method parameters in org.incenp.obofoundry.sssom.model with type arguments of type ExtensionDefinition Modifier and Type Method Description MappingSet.MappingSetBuilderMappingSet.MappingSetBuilder. extensionDefinitions(List<ExtensionDefinition> extensionDefinitions)voidMappingSet. setExtensionDefinitions(List<ExtensionDefinition> value)Sets the value of theextension_definitionsslot. -
Uses of ExtensionDefinition in org.incenp.obofoundry.sssom.owl
Method parameters in org.incenp.obofoundry.sssom.owl with type arguments of type ExtensionDefinition Modifier and Type Method Description voidAnnotationVisitor. 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 ExtensionDefinition Modifier and Type Method Description voidISlotVisitor. visit(ExtensionDefinitionSlot<T> slot, T object, List<ExtensionDefinition> values)Visits a slot that holds a list of extension definitions for non-standard metadata.voidSlotVisitorBase. visit(ExtensionDefinitionSlot<T> slot, T object, List<ExtensionDefinition> values)
-