Uses of Class
org.geneontology.obographs.core.model.axiom.DomainRangeAxiom
Packages that use DomainRangeAxiom
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
-
Uses of DomainRangeAxiom in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return types with arguments of type DomainRangeAxiomModifier and TypeMethodDescriptionabstract List<DomainRangeAxiom>AbstractGraph.getDomainRangeAxioms()Graph.getDomainRangeAxioms()Methods in org.geneontology.obographs.core.model with parameters of type DomainRangeAxiomModifier and TypeMethodDescriptionfinal Graph.BuilderGraph.Builder.addDomainRangeAxiom(DomainRangeAxiom element) Adds one element todomainRangeAxiomslist.final Graph.BuilderGraph.Builder.addDomainRangeAxioms(DomainRangeAxiom... elements) Adds elements todomainRangeAxiomslist.final GraphGraph.withDomainRangeAxioms(DomainRangeAxiom... elements) Copy the current immutable object with elements that replace the content ofdomainRangeAxioms.Method parameters in org.geneontology.obographs.core.model with type arguments of type DomainRangeAxiomModifier and TypeMethodDescriptionfinal Graph.BuilderGraph.Builder.addAllDomainRangeAxioms(Iterable<? extends DomainRangeAxiom> elements) Adds elements todomainRangeAxiomslist.final Graph.BuilderGraph.Builder.domainRangeAxioms(Iterable<? extends DomainRangeAxiom> elements) Sets or replaces all elements fordomainRangeAxiomslist.final GraphGraph.withDomainRangeAxioms(Iterable<? extends DomainRangeAxiom> elements) Copy the current immutable object with elements that replace the content ofdomainRangeAxioms. -
Uses of DomainRangeAxiom in org.geneontology.obographs.core.model.axiom
Methods in org.geneontology.obographs.core.model.axiom that return DomainRangeAxiomModifier and TypeMethodDescriptionDomainRangeAxiom.Builder.build()Builds a newDomainRangeAxiom.static DomainRangeAxiomDomainRangeAxiom.copyOf(AbstractDomainRangeAxiom instance) Creates an immutable copy of aAbstractDomainRangeAxiomvalue.final DomainRangeAxiomDomainRangeAxiom.withAllValuesFromEdges(Iterable<? extends Edge> elements) Copy the current immutable object with elements that replace the content ofallValuesFromEdges.final DomainRangeAxiomDomainRangeAxiom.withAllValuesFromEdges(Edge... elements) Copy the current immutable object with elements that replace the content ofallValuesFromEdges.final DomainRangeAxiomDomainRangeAxiom.withDomainClassIds(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofdomainClassIds.final DomainRangeAxiomDomainRangeAxiom.withDomainClassIds(String... elements) Copy the current immutable object with elements that replace the content ofdomainClassIds.final DomainRangeAxiomCopy the current immutable object by setting a value for themetaattribute.final DomainRangeAxiomDomainRangeAxiom.withPredicateId(String value) Copy the current immutable object by setting a value for thepredicateIdattribute.final DomainRangeAxiomDomainRangeAxiom.withRangeClassIds(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofrangeClassIds.final DomainRangeAxiomDomainRangeAxiom.withRangeClassIds(String... elements) Copy the current immutable object with elements that replace the content ofrangeClassIds.