Uses of Class
org.incenp.obofoundry.sssom.model.MappingSetReference
-
Packages that use MappingSetReference Package Description org.incenp.obofoundry.sssom.model -
-
Uses of MappingSetReference in org.incenp.obofoundry.sssom.model
Methods in org.incenp.obofoundry.sssom.model that return MappingSetReference Modifier and Type Method Description MappingSetReferenceMappingSetReference.MappingSetReferenceBuilder. build()Methods in org.incenp.obofoundry.sssom.model that return types with arguments of type MappingSetReference Modifier and Type Method Description List<MappingSetReference>MappingRegistry. getMappingSetReferences()Gets the value of themapping_set_referencesslot.List<MappingSetReference>MappingRegistry. getMappingSetReferences(boolean set)Gets the list ofmapping_set_referencesvalues, optionally initializing the list if needed.Method parameters in org.incenp.obofoundry.sssom.model with type arguments of type MappingSetReference Modifier and Type Method Description MappingRegistry.MappingRegistryBuilderMappingRegistry.MappingRegistryBuilder. mappingSetReferences(List<MappingSetReference> mappingSetReferences)voidMappingRegistry. setMappingSetReferences(List<MappingSetReference> value)Sets the value of themapping_set_referencesslot.
-