Uses of Class
org.geneontology.obographs.core.model.AbstractGraphDocument
Packages that use AbstractGraphDocument
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 AbstractGraphDocument in org.geneontology.obographs.core.model
Subclasses of AbstractGraphDocument in org.geneontology.obographs.core.modelModifier and TypeClassDescriptionfinal classHolds a collection of graphs, plus document-level metadata ## Model Methods in org.geneontology.obographs.core.model with parameters of type AbstractGraphDocumentModifier and TypeMethodDescriptionstatic GraphDocumentGraphDocument.copyOf(AbstractGraphDocument instance) Creates an immutable copy of aAbstractGraphDocumentvalue.final GraphDocument.BuilderGraphDocument.Builder.from(AbstractGraphDocument instance) Fill a builder with attribute values from the providedAbstractGraphDocumentinstance.