Uses of Class
org.geneontology.obographs.core.model.meta.BasicPropertyValue
Packages that use BasicPropertyValue
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 BasicPropertyValue in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return types with arguments of type BasicPropertyValueModifier and TypeMethodDescriptionabstract List<BasicPropertyValue>AbstractMeta.getBasicPropertyValues()Meta.getBasicPropertyValues()Methods in org.geneontology.obographs.core.model with parameters of type BasicPropertyValueModifier and TypeMethodDescriptionfinal Meta.BuilderMeta.Builder.addBasicPropertyValue(BasicPropertyValue element) Adds one element tobasicPropertyValueslist.final Meta.BuilderMeta.Builder.addBasicPropertyValues(BasicPropertyValue... elements) Adds elements tobasicPropertyValueslist.final MetaMeta.withBasicPropertyValues(BasicPropertyValue... elements) Copy the current immutable object with elements that replace the content ofbasicPropertyValues.Method parameters in org.geneontology.obographs.core.model with type arguments of type BasicPropertyValueModifier and TypeMethodDescriptionfinal Meta.BuilderMeta.Builder.addAllBasicPropertyValues(Iterable<? extends BasicPropertyValue> elements) Adds elements tobasicPropertyValueslist.final Meta.BuilderMeta.Builder.basicPropertyValues(Iterable<? extends BasicPropertyValue> elements) Sets or replaces all elements forbasicPropertyValueslist.final MetaMeta.withBasicPropertyValues(Iterable<? extends BasicPropertyValue> elements) Copy the current immutable object with elements that replace the content ofbasicPropertyValues. -
Uses of BasicPropertyValue in org.geneontology.obographs.core.model.meta
Methods in org.geneontology.obographs.core.model.meta that return BasicPropertyValueModifier and TypeMethodDescriptionBasicPropertyValue.Builder.build()Builds a newBasicPropertyValue.static BasicPropertyValueBasicPropertyValue.copyOf(AbstractBasicPropertyValue instance) Creates an immutable copy of aAbstractBasicPropertyValuevalue.final BasicPropertyValueCopy the current immutable object by setting a value for themetaattribute.final BasicPropertyValueCopy the current immutable object by setting a value for thepredattribute.final BasicPropertyValueCopy the current immutable object by setting a value for thevalattribute.final BasicPropertyValueCopy the current immutable object with elements that replace the content ofxrefs.final BasicPropertyValueCopy the current immutable object with elements that replace the content ofxrefs.