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