Uses of Class
org.geneontology.obographs.core.model.Meta
Packages that use Meta
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.
Advanced Obo Graph model
Represents OWL axioms that do not fit into the Basic Obo Graph model
Objects that can be associated with a
Meta holder-
Uses of Meta in org.geneontology.obographs.core.model
Fields in org.geneontology.obographs.core.model declared as MetaMethods in org.geneontology.obographs.core.model that return MetaModifier and TypeMethodDescriptionMeta.Builder.build()Builds a newMeta.static MetaMeta.copyOf(AbstractMeta instance) Creates an immutable copy of aAbstractMetavalue.abstract MetaAbstractGraph.getMeta()abstract MetaAbstractGraphDocument.getMeta()Edge.getMeta()Graph.getMeta()GraphDocument.getMeta()Node.getMeta()NodeOrEdge.getMeta()final MetaMeta.withBasicPropertyValues(Iterable<? extends BasicPropertyValue> elements) Copy the current immutable object with elements that replace the content ofbasicPropertyValues.final MetaMeta.withBasicPropertyValues(BasicPropertyValue... elements) Copy the current immutable object with elements that replace the content ofbasicPropertyValues.final MetaMeta.withComments(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofcomments.final MetaMeta.withComments(String... elements) Copy the current immutable object with elements that replace the content ofcomments.final MetaMeta.withDefinition(DefinitionPropertyValue value) Copy the current immutable object by setting a value for thedefinitionattribute.final MetaMeta.withDeprecated(boolean value) Copy the current immutable object by setting a value for thedeprecatedattribute.final MetaMeta.withSubsets(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofsubsets.final MetaMeta.withSubsets(String... elements) Copy the current immutable object with elements that replace the content ofsubsets.final MetaMeta.withSynonyms(Iterable<? extends SynonymPropertyValue> elements) Copy the current immutable object with elements that replace the content ofsynonyms.final MetaMeta.withSynonyms(SynonymPropertyValue... elements) Copy the current immutable object with elements that replace the content ofsynonyms.final MetaMeta.withVersion(String value) Copy the current immutable object by setting a value for theversionattribute.final MetaMeta.withXrefs(Iterable<? extends XrefPropertyValue> elements) Copy the current immutable object with elements that replace the content ofxrefs.final MetaMeta.withXrefs(XrefPropertyValue... elements) Copy the current immutable object with elements that replace the content ofxrefs.final MetaMeta.withXrefsValues(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofxrefsValues.final MetaMeta.withXrefsValues(String... elements) Copy the current immutable object with elements that replace the content ofxrefsValues.Methods in org.geneontology.obographs.core.model with parameters of type MetaModifier and TypeMethodDescriptionfinal Edge.BuilderInitializes the value for themetaattribute.final Graph.BuilderInitializes the value for themetaattribute.final GraphDocument.BuilderInitializes the value for themetaattribute.final Node.BuilderInitializes the value for themetaattribute.final EdgeCopy the current immutable object by setting a value for themetaattribute.final GraphCopy the current immutable object by setting a value for themetaattribute.final GraphDocumentCopy the current immutable object by setting a value for themetaattribute.final NodeCopy the current immutable object by setting a value for themetaattribute. -
Uses of Meta in org.geneontology.obographs.core.model.axiom
Methods in org.geneontology.obographs.core.model.axiom that return MetaModifier and TypeMethodDescriptionAxiom.getMeta()DomainRangeAxiom.getMeta()EquivalentNodesSet.getMeta()LogicalDefinitionAxiom.getMeta()PropertyChainAxiom.getMeta()Methods in org.geneontology.obographs.core.model.axiom with parameters of type MetaModifier and TypeMethodDescriptionfinal DomainRangeAxiom.BuilderInitializes the value for themetaattribute.Initializes the value for themetaattribute.Initializes the value for themetaattribute.Initializes the value for themetaattribute.final DomainRangeAxiomCopy the current immutable object by setting a value for themetaattribute.final EquivalentNodesSetCopy the current immutable object by setting a value for themetaattribute.final LogicalDefinitionAxiomCopy the current immutable object by setting a value for themetaattribute.final PropertyChainAxiomCopy the current immutable object by setting a value for themetaattribute. -
Uses of Meta in org.geneontology.obographs.core.model.meta
Methods in org.geneontology.obographs.core.model.meta that return MetaModifier and TypeMethodDescriptionBasicPropertyValue.getMeta()DefinitionPropertyValue.getMeta()PropertyValue.getMeta()SynonymPropertyValue.getMeta()XrefPropertyValue.getMeta()Methods in org.geneontology.obographs.core.model.meta with parameters of type MetaModifier and TypeMethodDescriptionInitializes the value for themetaattribute.Initializes the value for themetaattribute.Initializes the value for themetaattribute.Initializes the value for themetaattribute.final BasicPropertyValueCopy the current immutable object by setting a value for themetaattribute.final DefinitionPropertyValueCopy the current immutable object by setting a value for themetaattribute.final SynonymPropertyValueCopy the current immutable object by setting a value for themetaattribute.final XrefPropertyValueCopy the current immutable object by setting a value for themetaattribute.