Uses of Class
org.incenp.obofoundry.sssom.model.ExtensionValue
Packages that use ExtensionValue
Package
Description
-
Uses of ExtensionValue in org.incenp.obofoundry.sssom
Method parameters in org.incenp.obofoundry.sssom with type arguments of type ExtensionValueModifier and TypeMethodDescriptionvoidSetMerger.visit(ExtensionSlot<MappingSet> slot, MappingSet src, Map<String, ExtensionValue> values) -
Uses of ExtensionValue in org.incenp.obofoundry.sssom.model
Methods in org.incenp.obofoundry.sssom.model that return types with arguments of type ExtensionValueModifier and TypeMethodDescriptionMapping.getExtensions()Gets the map of extension values.Mapping.getExtensions(boolean set) Gets the map of extension values, optionally initializing the map if needed.MappingRegistry.getExtensions()Gets the map of extension values.MappingRegistry.getExtensions(boolean set) Gets the map of extension values, optionally initializing the map if needed.MappingSet.getExtensions()Gets the map of extension values.MappingSet.getExtensions(boolean set) Gets the map of extension values, optionally initializing the map if needed.MappingSetReference.getExtensions()Gets the map of extension values.MappingSetReference.getExtensions(boolean set) Gets the map of extension values, optionally initializing the map if needed.Method parameters in org.incenp.obofoundry.sssom.model with type arguments of type ExtensionValueModifier and TypeMethodDescriptionMapping.MappingBuilder.extensions(Map<String, ExtensionValue> extensions) MappingRegistry.MappingRegistryBuilder.extensions(Map<String, ExtensionValue> extensions) MappingSet.MappingSetBuilder.extensions(Map<String, ExtensionValue> extensions) MappingSetReference.MappingSetReferenceBuilder.extensions(Map<String, ExtensionValue> extensions) voidMapping.setExtensions(Map<String, ExtensionValue> value) Sets the map of extension values.voidMappingRegistry.setExtensions(Map<String, ExtensionValue> value) Sets the map of extension values.voidMappingSet.setExtensions(Map<String, ExtensionValue> value) Sets the map of extension values.voidMappingSetReference.setExtensions(Map<String, ExtensionValue> value) Sets the map of extension values.Constructor parameters in org.incenp.obofoundry.sssom.model with type arguments of type ExtensionValueModifierConstructorDescriptionprotectedMapping(String recordId, String subjectId, String subjectLabel, String subjectCategory, String predicateId, String predicateLabel, PredicateModifier predicateModifier, String objectId, String objectLabel, String objectCategory, String mappingJustification, List<String> authorId, List<String> authorLabel, List<String> reviewerId, List<String> reviewerLabel, List<String> creatorId, List<String> creatorLabel, String license, EntityType subjectType, String subjectSource, String subjectSourceVersion, EntityType objectType, String objectSource, String objectSourceVersion, EntityType predicateType, String mappingProvider, String mappingSource, MappingCardinality mappingCardinality, List<String> cardinalityScope, String mappingTool, String mappingToolId, String mappingToolVersion, LocalDate mappingDate, LocalDate publicationDate, LocalDate reviewDate, Double confidence, Double reviewerAgreement, List<String> curationRule, List<String> curationRuleText, List<String> subjectMatchField, List<String> objectMatchField, List<String> matchString, List<String> subjectPreprocessing, List<String> objectPreprocessing, Double similarityScore, String similarityMeasure, List<String> seeAlso, String issueTrackerItem, String other, String comment, Map<String, ExtensionValue> extensions) Creates a new instance from the specified values.protectedMappingRegistry(String mappingRegistryId, String mappingRegistryTitle, String mappingRegistryDescription, List<String> imports, List<MappingSetReference> mappingSetReferences, String documentation, String homepage, String issueTracker, Map<String, ExtensionValue> extensions) Creates a new instance from the specified values.protectedMappingSetReference(String mappingSetId, String mirrorFrom, Double registryConfidence, String mappingSetGroup, LocalDate lastUpdated, String localName, Map<String, ExtensionValue> extensions) Creates a new instance from the specified values. -
Uses of ExtensionValue in org.incenp.obofoundry.sssom.owl
Method parameters in org.incenp.obofoundry.sssom.owl with type arguments of type ExtensionValueModifier and TypeMethodDescriptionvoidAnnotationVisitor.visit(ExtensionSlot<T> slot, T object, Map<String, ExtensionValue> values) -
Uses of ExtensionValue in org.incenp.obofoundry.sssom.slots
Method parameters in org.incenp.obofoundry.sssom.slots with type arguments of type ExtensionValueModifier and TypeMethodDescriptionvoidISlotVisitor.visit(ExtensionSlot<T> slot, T object, Map<String, ExtensionValue> values) Visits a slot that holds extension values (non-standard metadata).voidSlotVisitorBase.visit(ExtensionSlot<T> slot, T object, Map<String, ExtensionValue> value)