Uses of Class
org.geneontology.obographs.core.model.AbstractGraph
-
Packages that use AbstractGraph 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 AbstractGraph in org.geneontology.obographs.core.model
Subclasses of AbstractGraph in org.geneontology.obographs.core.model Modifier and Type Class Description classGraphA 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 AbstractGraph Modifier and Type Method Description static GraphGraph. copyOf(AbstractGraph instance)Creates an immutable copy of aAbstractGraphvalue.Graph.BuilderGraph.Builder. from(AbstractGraph instance)Fill a builder with attribute values from the providedAbstractGraphinstance.
-