Uses of Class
org.geneontology.obographs.core.model.meta.SynonymPropertyValue
Packages that use SynonymPropertyValue
Package
Description
## Basic Obo Graph Model
Corresponds to the subset of OWL consisting of SubClassOf axioms between named classes
and either named classes or simple existential restrictions.
Objects that can be associated with a
Meta holder-
Uses of SynonymPropertyValue in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return types with arguments of type SynonymPropertyValueModifier and TypeMethodDescriptionabstract List<SynonymPropertyValue>AbstractMeta.getSynonyms()Meta.getSynonyms()Methods in org.geneontology.obographs.core.model with parameters of type SynonymPropertyValueModifier and TypeMethodDescriptionfinal Meta.BuilderMeta.Builder.addSynonym(SynonymPropertyValue element) Adds one element tosynonymslist.final Meta.BuilderMeta.Builder.addSynonyms(SynonymPropertyValue... elements) Adds elements tosynonymslist.final MetaMeta.withSynonyms(SynonymPropertyValue... elements) Copy the current immutable object with elements that replace the content ofsynonyms.Method parameters in org.geneontology.obographs.core.model with type arguments of type SynonymPropertyValueModifier and TypeMethodDescriptionfinal Meta.BuilderMeta.Builder.addAllSynonyms(Iterable<? extends SynonymPropertyValue> elements) Adds elements tosynonymslist.final Meta.BuilderMeta.Builder.synonyms(Iterable<? extends SynonymPropertyValue> elements) Sets or replaces all elements forsynonymslist.final MetaMeta.withSynonyms(Iterable<? extends SynonymPropertyValue> elements) Copy the current immutable object with elements that replace the content ofsynonyms. -
Uses of SynonymPropertyValue in org.geneontology.obographs.core.model.meta
Methods in org.geneontology.obographs.core.model.meta that return SynonymPropertyValueModifier and TypeMethodDescriptionSynonymPropertyValue.Builder.build()Builds a newSynonymPropertyValue.static SynonymPropertyValueSynonymPropertyValue.copyOf(AbstractSynonymPropertyValue instance) Creates an immutable copy of aAbstractSynonymPropertyValuevalue.final SynonymPropertyValueCopy the current immutable object by setting a value for themetaattribute.final SynonymPropertyValueCopy the current immutable object by setting a value for thepredattribute.final SynonymPropertyValueSynonymPropertyValue.withSynonymType(String value) Copy the current immutable object by setting a value for thesynonymTypeattribute.final SynonymPropertyValueCopy the current immutable object by setting a value for thevalattribute.final SynonymPropertyValueCopy the current immutable object with elements that replace the content ofxrefs.final SynonymPropertyValueCopy the current immutable object with elements that replace the content ofxrefs.