Uses of Class
org.geneontology.obographs.core.model.Edge
-
Packages that use Edge 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 Edge in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return Edge Modifier and Type Method Description EdgeEdge.Builder. build()Builds a newEdge.static EdgeEdge. copyOf(AbstractEdge instance)Creates an immutable copy of aAbstractEdgevalue.EdgeEdge. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.EdgeEdge. withObj(String value)Copy the current immutable object by setting a value for theobjattribute.EdgeEdge. withPred(String value)Copy the current immutable object by setting a value for thepredattribute.EdgeEdge. withSub(String value)Copy the current immutable object by setting a value for thesubattribute.Methods in org.geneontology.obographs.core.model that return types with arguments of type Edge Modifier and Type Method Description abstract List<Edge>AbstractGraph. getEdges()com.google.common.collect.ImmutableList<Edge>Graph. getEdges()Methods in org.geneontology.obographs.core.model with parameters of type Edge Modifier and Type Method Description Graph.BuilderGraph.Builder. addEdge(Edge element)Adds one element toedgeslist.Graph.BuilderGraph.Builder. addEdges(Edge... elements)Adds elements toedgeslist.GraphGraph. withEdges(Edge... elements)Copy the current immutable object with elements that replace the content ofedges.Method parameters in org.geneontology.obographs.core.model with type arguments of type Edge Modifier and Type Method Description Graph.BuilderGraph.Builder. addAllEdges(Iterable<? extends Edge> elements)Adds elements toedgeslist.Graph.BuilderGraph.Builder. edges(Iterable<? extends Edge> elements)Sets or replaces all elements foredgeslist.GraphGraph. withEdges(Iterable<? extends Edge> elements)Copy the current immutable object with elements that replace the content ofedges. -
Uses of Edge in org.geneontology.obographs.core.model.axiom
Methods in org.geneontology.obographs.core.model.axiom that return types with arguments of type Edge Modifier and Type Method Description abstract Set<Edge>AbstractDomainRangeAxiom. getAllValuesFromEdges()Set of edges representing `X SubClassOf P only Y` axioms.com.google.common.collect.ImmutableSet<Edge>DomainRangeAxiom. getAllValuesFromEdges()Set of edges representing `X SubClassOf P only Y` axioms.Methods in org.geneontology.obographs.core.model.axiom with parameters of type Edge Modifier and Type Method Description DomainRangeAxiom.BuilderDomainRangeAxiom.Builder. addAllValuesFromEdge(Edge element)Adds one element toallValuesFromEdgesset.DomainRangeAxiom.BuilderDomainRangeAxiom.Builder. addAllValuesFromEdges(Edge... elements)Adds elements toallValuesFromEdgesset.DomainRangeAxiomDomainRangeAxiom. withAllValuesFromEdges(Edge... elements)Copy the current immutable object with elements that replace the content ofallValuesFromEdges.Method parameters in org.geneontology.obographs.core.model.axiom with type arguments of type Edge Modifier and Type Method Description DomainRangeAxiom.BuilderDomainRangeAxiom.Builder. addAllAllValuesFromEdges(Iterable<? extends Edge> elements)Adds elements toallValuesFromEdgesset.DomainRangeAxiom.BuilderDomainRangeAxiom.Builder. allValuesFromEdges(Iterable<? extends Edge> elements)Sets or replaces all elements forallValuesFromEdgesset.DomainRangeAxiomDomainRangeAxiom. withAllValuesFromEdges(Iterable<? extends Edge> elements)Copy the current immutable object with elements that replace the content ofallValuesFromEdges.
-