Uses of Class
org.geneontology.obographs.core.model.AbstractGraph
Packages that use AbstractGraph
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 AbstractGraph in org.geneontology.obographs.core.model
Subclasses of AbstractGraph in org.geneontology.obographs.core.modelModifier and TypeClassDescriptionfinal classA graph object holds a collection of nodes and edges Corresponds to a Named Graph in RDF, and an Ontology in OWL Note: there is no assumption that either nodes or edges are unique to a graph ## Basic OBO Graphs  *Methods in org.geneontology.obographs.core.model with parameters of type AbstractGraphModifier and TypeMethodDescriptionstatic GraphGraph.copyOf(AbstractGraph instance) Creates an immutable copy of aAbstractGraphvalue.final Graph.BuilderGraph.Builder.from(AbstractGraph instance) Fill a builder with attribute values from the providedAbstractGraphinstance.