Uses of Class
org.geneontology.obographs.core.model.meta.AbstractDefinitionPropertyValue
-
Packages that use AbstractDefinitionPropertyValue Package Description org.geneontology.obographs.core.model.meta Objects that can be associated with aMetaholder -
-
Uses of AbstractDefinitionPropertyValue in org.geneontology.obographs.core.model.meta
Subclasses of AbstractDefinitionPropertyValue in org.geneontology.obographs.core.model.meta Modifier and Type Class Description classDefinitionPropertyValueAPropertyValuethat represents a textual definition of an ontology class or propertyMethods in org.geneontology.obographs.core.model.meta with parameters of type AbstractDefinitionPropertyValue Modifier and Type Method Description static DefinitionPropertyValueDefinitionPropertyValue. copyOf(AbstractDefinitionPropertyValue instance)Creates an immutable copy of aAbstractDefinitionPropertyValuevalue.DefinitionPropertyValue.BuilderDefinitionPropertyValue.Builder. from(AbstractDefinitionPropertyValue instance)Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.meta.AbstractDefinitionPropertyValueinstance.
-