Uses of Class
org.geneontology.obographs.core.model.AbstractMeta
Packages that use AbstractMeta
Package
Description
## 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.
-
Uses of AbstractMeta in org.geneontology.obographs.core.model
Subclasses of AbstractMeta in org.geneontology.obographs.core.modelModifier and TypeClassDescriptionfinal classA holder for metadata The information in a Meta object consists sets ofPropertyValueobjects, which associate the Meta object holder with some value via some property.Methods in org.geneontology.obographs.core.model with parameters of type AbstractMetaModifier and TypeMethodDescriptionstatic MetaMeta.copyOf(AbstractMeta instance) Creates an immutable copy of aAbstractMetavalue.final Meta.BuilderMeta.Builder.from(AbstractMeta instance) Fill a builder with attribute values from the providedAbstractMetainstance.