Uses of Class
org.geneontology.obographs.core.model.meta.XrefPropertyValue
Packages that use XrefPropertyValue
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 XrefPropertyValue in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return types with arguments of type XrefPropertyValueModifier and TypeMethodDescriptionabstract List<XrefPropertyValue>AbstractMeta.getXrefs()Meta.getXrefs()Methods in org.geneontology.obographs.core.model with parameters of type XrefPropertyValueModifier and TypeMethodDescriptionfinal Meta.BuilderMeta.Builder.addXref(XrefPropertyValue element) Adds one element toxrefslist.final Meta.BuilderMeta.Builder.addXrefs(XrefPropertyValue... elements) Adds elements toxrefslist.final 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 XrefPropertyValueModifier and TypeMethodDescriptionfinal Meta.BuilderMeta.Builder.addAllXrefs(Iterable<? extends XrefPropertyValue> elements) Adds elements toxrefslist.final MetaMeta.withXrefs(Iterable<? extends XrefPropertyValue> elements) Copy the current immutable object with elements that replace the content ofxrefs.final 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 XrefPropertyValueModifier and TypeMethodDescriptionXrefPropertyValue.Builder.build()Builds a newXrefPropertyValue.static XrefPropertyValueXrefPropertyValue.copyOf(AbstractXrefPropertyValue instance) Creates an immutable copy of aAbstractXrefPropertyValuevalue.final XrefPropertyValueCopy the current immutable object by setting a value for thelblattribute.final XrefPropertyValueCopy the current immutable object by setting a value for themetaattribute.final XrefPropertyValueCopy the current immutable object by setting a value for thepredattribute.final XrefPropertyValueCopy the current immutable object by setting a value for thevalattribute.final XrefPropertyValueCopy the current immutable object with elements that replace the content ofxrefs.final XrefPropertyValueCopy the current immutable object with elements that replace the content ofxrefs.