Uses of Class
org.geneontology.obographs.core.model.AbstractEdge
-
Packages that use AbstractEdge 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. -
-
Uses of AbstractEdge in org.geneontology.obographs.core.model
Subclasses of AbstractEdge in org.geneontology.obographs.core.model Modifier and Type Class Description classEdgeAn edge connects two nodes via a predicateMethods in org.geneontology.obographs.core.model with parameters of type AbstractEdge Modifier and Type Method Description intAbstractEdge. compareTo(AbstractEdge other)static EdgeEdge. copyOf(AbstractEdge instance)Creates an immutable copy of aAbstractEdgevalue.Edge.BuilderEdge.Builder. from(AbstractEdge instance)Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.AbstractEdgeinstance.
-