Uses of Class
org.geneontology.obographs.core.model.meta.BasicPropertyValue
-
Packages that use BasicPropertyValue 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 BasicPropertyValue in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return types with arguments of type BasicPropertyValue Modifier and Type Method Description abstract List<BasicPropertyValue>AbstractMeta. getBasicPropertyValues()com.google.common.collect.ImmutableList<BasicPropertyValue>Meta. getBasicPropertyValues()Methods in org.geneontology.obographs.core.model with parameters of type BasicPropertyValue Modifier and Type Method Description Meta.BuilderMeta.Builder. addBasicPropertyValue(BasicPropertyValue element)Adds one element tobasicPropertyValueslist.Meta.BuilderMeta.Builder. addBasicPropertyValues(BasicPropertyValue... elements)Adds elements tobasicPropertyValueslist.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 BasicPropertyValue Modifier and Type Method Description Meta.BuilderMeta.Builder. addAllBasicPropertyValues(Iterable<? extends BasicPropertyValue> elements)Adds elements tobasicPropertyValueslist.Meta.BuilderMeta.Builder. basicPropertyValues(Iterable<? extends BasicPropertyValue> elements)Sets or replaces all elements forbasicPropertyValueslist.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 BasicPropertyValue Modifier and Type Method Description BasicPropertyValueBasicPropertyValue.Builder. build()Builds a newBasicPropertyValue.static BasicPropertyValueBasicPropertyValue. copyOf(AbstractBasicPropertyValue instance)Creates an immutable copy of aAbstractBasicPropertyValuevalue.BasicPropertyValueBasicPropertyValue. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.BasicPropertyValueBasicPropertyValue. withPred(String value)Copy the current immutable object by setting a value for thepredattribute.BasicPropertyValueBasicPropertyValue. withVal(String value)Copy the current immutable object by setting a value for thevalattribute.BasicPropertyValueBasicPropertyValue. withXrefs(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofxrefs.BasicPropertyValueBasicPropertyValue. withXrefs(String... elements)Copy the current immutable object with elements that replace the content ofxrefs.
-