Class AbstractMeta
java.lang.Object
org.geneontology.obographs.core.model.AbstractMeta
- Direct Known Subclasses:
Meta
A holder for metadata
The information in a Meta object consists sets of
PropertyValue objects,
which associate the Meta object holder with some value via some property.
The set of PropertyValue objects can be partitioned into two subsets:
1. PropertyValues corresponding to a specific explicitly modeled property type (e.g synonym)
2. generic BasicPropertyValues - anything property not explicitly modeled- Author:
- cjm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract List<BasicPropertyValue>abstract DefinitionPropertyValuebooleanabstract List<SynonymPropertyValue>abstract List<XrefPropertyValue>getXrefs()
-
Constructor Details
-
AbstractMeta
public AbstractMeta()
-
-
Method Details
-
getDefinition
-
getComments
-
getSubsets
-
getSynonyms
-
getXrefs
-
getXrefsValues
-
getBasicPropertyValues
-
getVersion
-
getDeprecated
@Default public boolean getDeprecated()
-