Uses of Class
org.geneontology.obographs.core.model.meta.SynonymPropertyValue
-
Packages that use SynonymPropertyValue Package Description org.geneontology.obographs.core.model ## 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.org.geneontology.obographs.core.model.meta Objects that can be associated with aMetaholder -
-
Uses of SynonymPropertyValue in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return types with arguments of type SynonymPropertyValue Modifier and Type Method Description abstract List<SynonymPropertyValue>AbstractMeta. getSynonyms()com.google.common.collect.ImmutableList<SynonymPropertyValue>Meta. getSynonyms()Methods in org.geneontology.obographs.core.model with parameters of type SynonymPropertyValue Modifier and Type Method Description Meta.BuilderMeta.Builder. addSynonym(SynonymPropertyValue element)Adds one element tosynonymslist.Meta.BuilderMeta.Builder. addSynonyms(SynonymPropertyValue... elements)Adds elements tosynonymslist.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 SynonymPropertyValue Modifier and Type Method Description Meta.BuilderMeta.Builder. addAllSynonyms(Iterable<? extends SynonymPropertyValue> elements)Adds elements tosynonymslist.Meta.BuilderMeta.Builder. synonyms(Iterable<? extends SynonymPropertyValue> elements)Sets or replaces all elements forsynonymslist.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 SynonymPropertyValue Modifier and Type Method Description SynonymPropertyValueSynonymPropertyValue.Builder. build()Builds a newSynonymPropertyValue.static SynonymPropertyValueSynonymPropertyValue. copyOf(AbstractSynonymPropertyValue instance)Creates an immutable copy of aAbstractSynonymPropertyValuevalue.SynonymPropertyValueSynonymPropertyValue. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.SynonymPropertyValueSynonymPropertyValue. withPred(String value)Copy the current immutable object by setting a value for thepredattribute.SynonymPropertyValueSynonymPropertyValue. withSynonymType(String value)Copy the current immutable object by setting a value for thesynonymTypeattribute.SynonymPropertyValueSynonymPropertyValue. withVal(String value)Copy the current immutable object by setting a value for thevalattribute.SynonymPropertyValueSynonymPropertyValue. withXrefs(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofxrefs.SynonymPropertyValueSynonymPropertyValue. withXrefs(String... elements)Copy the current immutable object with elements that replace the content ofxrefs.
-