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