Class AbstractMeta

java.lang.Object
org.geneontology.obographs.core.model.AbstractMeta
Direct Known Subclasses:
Meta

@Immutable public abstract class AbstractMeta extends Object
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 Details

    • AbstractMeta

      public AbstractMeta()
  • Method Details