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 TypeMethodDescriptionvoid
SetMerger.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()
Mapping.getExtensions
(boolean set) Gets the map of extension values, optionally initializing the map if needed.MappingSet.getExtensions()
MappingSet.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) MappingSet.MappingSetBuilder.extensions
(Map<String, ExtensionValue> extensions) void
Mapping.setExtensions
(Map<String, ExtensionValue> extensions) void
MappingSet.setExtensions
(Map<String, ExtensionValue> extensions) Constructor parameters in org.incenp.obofoundry.sssom.model with type arguments of type ExtensionValueModifierConstructorDescriptionprotected
Mapping
(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, Double confidence, 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) -
Uses of ExtensionValue in org.incenp.obofoundry.sssom.owl
Method parameters in org.incenp.obofoundry.sssom.owl with type arguments of type ExtensionValueModifier and TypeMethodDescriptionvoid
AnnotationVisitor.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 TypeMethodDescriptionvoid
ISlotVisitor.visit
(ExtensionSlot<T> slot, T object, Map<String, ExtensionValue> values) Visits a slot that holds extension values (non-standard metadata).void
SlotVisitorBase.visit
(ExtensionSlot<T> slot, T object, Map<String, ExtensionValue> value)