Uses of Class
org.geneontology.obographs.core.model.Edge
Packages that use Edge
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 Edge in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return EdgeModifier and TypeMethodDescriptionEdge.Builder.build()Builds a newEdge.static EdgeEdge.copyOf(AbstractEdge instance) Creates an immutable copy of aAbstractEdgevalue.final EdgeCopy the current immutable object by setting a value for themetaattribute.final EdgeCopy the current immutable object by setting a value for theobjattribute.final EdgeCopy the current immutable object by setting a value for thepredattribute.final EdgeCopy the current immutable object by setting a value for thesubattribute.Methods in org.geneontology.obographs.core.model that return types with arguments of type EdgeMethods in org.geneontology.obographs.core.model with parameters of type EdgeModifier and TypeMethodDescriptionfinal Graph.BuilderAdds one element toedgeslist.final Graph.BuilderAdds elements toedgeslist.final GraphCopy the current immutable object with elements that replace the content ofedges.Method parameters in org.geneontology.obographs.core.model with type arguments of type EdgeModifier and TypeMethodDescriptionfinal Graph.BuilderGraph.Builder.addAllEdges(Iterable<? extends Edge> elements) Adds elements toedgeslist.final Graph.BuilderSets or replaces all elements foredgeslist.final GraphCopy 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 EdgeModifier and TypeMethodDescriptionAbstractDomainRangeAxiom.getAllValuesFromEdges()Set of edges representing `X SubClassOf P only Y` axioms.DomainRangeAxiom.getAllValuesFromEdges()Set of edges representing `X SubClassOf P only Y` axioms.Methods in org.geneontology.obographs.core.model.axiom with parameters of type EdgeModifier and TypeMethodDescriptionfinal DomainRangeAxiom.BuilderDomainRangeAxiom.Builder.addAllValuesFromEdge(Edge element) Adds one element toallValuesFromEdgesset.final DomainRangeAxiom.BuilderDomainRangeAxiom.Builder.addAllValuesFromEdges(Edge... elements) Adds elements toallValuesFromEdgesset.final 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 EdgeModifier and TypeMethodDescriptionfinal DomainRangeAxiom.BuilderDomainRangeAxiom.Builder.addAllAllValuesFromEdges(Iterable<? extends Edge> elements) Adds elements toallValuesFromEdgesset.final DomainRangeAxiom.BuilderDomainRangeAxiom.Builder.allValuesFromEdges(Iterable<? extends Edge> elements) Sets or replaces all elements forallValuesFromEdgesset.final DomainRangeAxiomDomainRangeAxiom.withAllValuesFromEdges(Iterable<? extends Edge> elements) Copy the current immutable object with elements that replace the content ofallValuesFromEdges.