Uses of Class
org.geneontology.obographs.core.model.AbstractMeta
-
Packages that use AbstractMeta Package Description org.geneontology.obographs.core.model ## 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.model Modifier and Type Class Description classMetaA 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 AbstractMeta Modifier and Type Method Description static MetaMeta. copyOf(AbstractMeta instance)Creates an immutable copy of aAbstractMetavalue.Meta.BuilderMeta.Builder. from(AbstractMeta instance)Fill a builder with attribute values from the providedAbstractMetainstance.
-