Uses of Interface
org.geneontology.obographs.core.model.meta.PropertyValue
-
Packages that use PropertyValue Package Description org.geneontology.obographs.core.model.meta Objects that can be associated with aMetaholder -
-
Uses of PropertyValue in org.geneontology.obographs.core.model.meta
Classes in org.geneontology.obographs.core.model.meta that implement PropertyValue Modifier and Type Class Description classAbstractBasicPropertyValueA genericPropertyValuethat is not explicitly modeledclassAbstractDefinitionPropertyValueAPropertyValuethat represents a textual definition of an ontology class or propertyclassAbstractSynonymPropertyValueAPropertyValuethat represents a an alternative term for a nodeclassAbstractXrefPropertyValueclassBasicPropertyValueA genericPropertyValuethat is not explicitly modeledclassDefinitionPropertyValueAPropertyValuethat represents a textual definition of an ontology class or propertyclassSynonymPropertyValueAPropertyValuethat represents a an alternative term for a nodeclassXrefPropertyValueImmutable implementation ofAbstractXrefPropertyValue.Methods in org.geneontology.obographs.core.model.meta with parameters of type PropertyValue Modifier and Type Method Description default intPropertyValue. compareTo(PropertyValue o)BasicPropertyValue.BuilderBasicPropertyValue.Builder. from(PropertyValue instance)Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.meta.PropertyValueinstance.DefinitionPropertyValue.BuilderDefinitionPropertyValue.Builder. from(PropertyValue instance)Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.meta.PropertyValueinstance.SynonymPropertyValue.BuilderSynonymPropertyValue.Builder. from(PropertyValue instance)Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.meta.PropertyValueinstance.XrefPropertyValue.BuilderXrefPropertyValue.Builder. from(PropertyValue instance)Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.meta.PropertyValueinstance.
-