Uses of Class
org.geneontology.obographs.core.model.meta.DefinitionPropertyValue
-
Packages that use DefinitionPropertyValue 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 DefinitionPropertyValue in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return DefinitionPropertyValue Modifier and Type Method Description abstract DefinitionPropertyValueAbstractMeta. getDefinition()DefinitionPropertyValueMeta. getDefinition()Methods in org.geneontology.obographs.core.model with parameters of type DefinitionPropertyValue Modifier and Type Method Description Meta.BuilderMeta.Builder. definition(DefinitionPropertyValue definition)Initializes the value for thedefinitionattribute.MetaMeta. withDefinition(DefinitionPropertyValue value)Copy the current immutable object by setting a value for thedefinitionattribute. -
Uses of DefinitionPropertyValue in org.geneontology.obographs.core.model.meta
Methods in org.geneontology.obographs.core.model.meta that return DefinitionPropertyValue Modifier and Type Method Description DefinitionPropertyValueDefinitionPropertyValue.Builder. build()Builds a newDefinitionPropertyValue.static DefinitionPropertyValueDefinitionPropertyValue. copyOf(AbstractDefinitionPropertyValue instance)Creates an immutable copy of aAbstractDefinitionPropertyValuevalue.DefinitionPropertyValueDefinitionPropertyValue. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.DefinitionPropertyValueDefinitionPropertyValue. withPred(String value)Copy the current immutable object by setting a value for thepredattribute.DefinitionPropertyValueDefinitionPropertyValue. withVal(String value)Copy the current immutable object by setting a value for thevalattribute.DefinitionPropertyValueDefinitionPropertyValue. withXrefs(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofxrefs.DefinitionPropertyValueDefinitionPropertyValue. withXrefs(String... elements)Copy the current immutable object with elements that replace the content ofxrefs.
-