Uses of Class
org.geneontology.obographs.core.model.Meta
-
Packages that use Meta 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.org.geneontology.obographs.core.model.axiom Advanced Obo Graph model Represents OWL axioms that do not fit into the Basic Obo Graph modelorg.geneontology.obographs.core.model.meta Objects that can be associated with aMetaholder -
-
Uses of Meta in org.geneontology.obographs.core.model
Fields in org.geneontology.obographs.core.model declared as Meta Modifier and Type Field Description static MetaNodeOrEdge. EMPTY_METAMethods in org.geneontology.obographs.core.model that return Meta Modifier and Type Method Description MetaMeta.Builder. build()Builds a newMeta.static MetaMeta. copyOf(AbstractMeta instance)Creates an immutable copy of aAbstractMetavalue.abstract MetaAbstractGraph. getMeta()abstract MetaAbstractGraphDocument. getMeta()MetaEdge. getMeta()MetaGraph. getMeta()MetaGraphDocument. getMeta()MetaNode. getMeta()MetaNodeOrEdge. getMeta()MetaMeta. withBasicPropertyValues(Iterable<? extends BasicPropertyValue> elements)Copy the current immutable object with elements that replace the content ofbasicPropertyValues.MetaMeta. withBasicPropertyValues(BasicPropertyValue... elements)Copy the current immutable object with elements that replace the content ofbasicPropertyValues.MetaMeta. withComments(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofcomments.MetaMeta. withComments(String... elements)Copy the current immutable object with elements that replace the content ofcomments.MetaMeta. withDefinition(DefinitionPropertyValue value)Copy the current immutable object by setting a value for thedefinitionattribute.MetaMeta. withDeprecated(boolean value)Copy the current immutable object by setting a value for thedeprecatedattribute.MetaMeta. withSubsets(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofsubsets.MetaMeta. withSubsets(String... elements)Copy the current immutable object with elements that replace the content ofsubsets.MetaMeta. withSynonyms(Iterable<? extends SynonymPropertyValue> elements)Copy the current immutable object with elements that replace the content ofsynonyms.MetaMeta. withSynonyms(SynonymPropertyValue... elements)Copy the current immutable object with elements that replace the content ofsynonyms.MetaMeta. withVersion(String value)Copy the current immutable object by setting a value for theversionattribute.MetaMeta. withXrefs(Iterable<? extends XrefPropertyValue> elements)Copy the current immutable object with elements that replace the content ofxrefs.MetaMeta. withXrefs(XrefPropertyValue... elements)Copy the current immutable object with elements that replace the content ofxrefs.MetaMeta. withXrefsValues(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofxrefsValues.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 Meta Modifier and Type Method Description Edge.BuilderEdge.Builder. meta(Meta meta)Initializes the value for themetaattribute.Graph.BuilderGraph.Builder. meta(Meta meta)Initializes the value for themetaattribute.GraphDocument.BuilderGraphDocument.Builder. meta(Meta meta)Initializes the value for themetaattribute.Node.BuilderNode.Builder. meta(Meta meta)Initializes the value for themetaattribute.EdgeEdge. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.GraphGraph. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.GraphDocumentGraphDocument. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.NodeNode. withMeta(Meta value)Copy 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 Meta Modifier and Type Method Description MetaAxiom. getMeta()MetaDomainRangeAxiom. getMeta()MetaEquivalentNodesSet. getMeta()MetaLogicalDefinitionAxiom. getMeta()MetaPropertyChainAxiom. getMeta()Methods in org.geneontology.obographs.core.model.axiom with parameters of type Meta Modifier and Type Method Description DomainRangeAxiom.BuilderDomainRangeAxiom.Builder. meta(Meta meta)Initializes the value for themetaattribute.EquivalentNodesSet.BuilderEquivalentNodesSet.Builder. meta(Meta meta)Initializes the value for themetaattribute.LogicalDefinitionAxiom.BuilderLogicalDefinitionAxiom.Builder. meta(Meta meta)Initializes the value for themetaattribute.PropertyChainAxiom.BuilderPropertyChainAxiom.Builder. meta(Meta meta)Initializes the value for themetaattribute.DomainRangeAxiomDomainRangeAxiom. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.EquivalentNodesSetEquivalentNodesSet. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.LogicalDefinitionAxiomLogicalDefinitionAxiom. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.PropertyChainAxiomPropertyChainAxiom. withMeta(Meta value)Copy 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 Meta Modifier and Type Method Description MetaBasicPropertyValue. getMeta()MetaDefinitionPropertyValue. getMeta()MetaPropertyValue. getMeta()MetaSynonymPropertyValue. getMeta()MetaXrefPropertyValue. getMeta()Methods in org.geneontology.obographs.core.model.meta with parameters of type Meta Modifier and Type Method Description BasicPropertyValue.BuilderBasicPropertyValue.Builder. meta(Meta meta)Initializes the value for themetaattribute.DefinitionPropertyValue.BuilderDefinitionPropertyValue.Builder. meta(Meta meta)Initializes the value for themetaattribute.SynonymPropertyValue.BuilderSynonymPropertyValue.Builder. meta(Meta meta)Initializes the value for themetaattribute.XrefPropertyValue.BuilderXrefPropertyValue.Builder. meta(Meta meta)Initializes the value for themetaattribute.BasicPropertyValueBasicPropertyValue. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.DefinitionPropertyValueDefinitionPropertyValue. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.SynonymPropertyValueSynonymPropertyValue. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.XrefPropertyValueXrefPropertyValue. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.
-