Uses of Class
org.geneontology.obographs.core.model.AbstractEdge
Packages that use AbstractEdge
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.
-
Uses of AbstractEdge in org.geneontology.obographs.core.model
Subclasses of AbstractEdge in org.geneontology.obographs.core.modelMethods in org.geneontology.obographs.core.model with parameters of type AbstractEdgeModifier and TypeMethodDescriptionintAbstractEdge.compareTo(AbstractEdge other) static EdgeEdge.copyOf(AbstractEdge instance) Creates an immutable copy of aAbstractEdgevalue.final Edge.BuilderEdge.Builder.from(AbstractEdge instance) Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.AbstractEdgeinstance.