Uses of Class
org.geneontology.obographs.core.model.meta.XrefPropertyValue
-
Packages that use XrefPropertyValue 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 XrefPropertyValue in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return types with arguments of type XrefPropertyValue Modifier and Type Method Description abstract List<XrefPropertyValue>AbstractMeta. getXrefs()com.google.common.collect.ImmutableList<XrefPropertyValue>Meta. getXrefs()Methods in org.geneontology.obographs.core.model with parameters of type XrefPropertyValue Modifier and Type Method Description Meta.BuilderMeta.Builder. addXref(XrefPropertyValue element)Adds one element toxrefslist.Meta.BuilderMeta.Builder. addXrefs(XrefPropertyValue... elements)Adds elements toxrefslist.MetaMeta. withXrefs(XrefPropertyValue... elements)Copy the current immutable object with elements that replace the content ofxrefs.Method parameters in org.geneontology.obographs.core.model with type arguments of type XrefPropertyValue Modifier and Type Method Description Meta.BuilderMeta.Builder. addAllXrefs(Iterable<? extends XrefPropertyValue> elements)Adds elements toxrefslist.MetaMeta. withXrefs(Iterable<? extends XrefPropertyValue> elements)Copy the current immutable object with elements that replace the content ofxrefs.Meta.BuilderMeta.Builder. xrefs(Iterable<? extends XrefPropertyValue> elements)Sets or replaces all elements forxrefslist. -
Uses of XrefPropertyValue in org.geneontology.obographs.core.model.meta
Methods in org.geneontology.obographs.core.model.meta that return XrefPropertyValue Modifier and Type Method Description XrefPropertyValueXrefPropertyValue.Builder. build()Builds a newXrefPropertyValue.static XrefPropertyValueXrefPropertyValue. copyOf(AbstractXrefPropertyValue instance)Creates an immutable copy of aAbstractXrefPropertyValuevalue.XrefPropertyValueXrefPropertyValue. withLbl(String value)Copy the current immutable object by setting a value for thelblattribute.XrefPropertyValueXrefPropertyValue. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.XrefPropertyValueXrefPropertyValue. withPred(String value)Copy the current immutable object by setting a value for thepredattribute.XrefPropertyValueXrefPropertyValue. withVal(String value)Copy the current immutable object by setting a value for thevalattribute.XrefPropertyValueXrefPropertyValue. withXrefs(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofxrefs.XrefPropertyValueXrefPropertyValue. withXrefs(String... elements)Copy the current immutable object with elements that replace the content ofxrefs.
-