Uses of Class
org.geneontology.obographs.core.model.GraphDocument
Packages that use GraphDocument
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 GraphDocument in org.geneontology.obographs.core.io
Methods in org.geneontology.obographs.core.io that return GraphDocumentModifier and TypeMethodDescriptionstatic GraphDocumentstatic GraphDocumentstatic GraphDocumentstatic GraphDocumentstatic GraphDocumentstatic GraphDocumentstatic GraphDocumentOgJsonReader.readInputStream(InputStream stream) static GraphDocumentOgYamlReader.readInputStream(InputStream stream) -
Uses of GraphDocument in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return GraphDocumentModifier and TypeMethodDescriptionGraphDocument.Builder.build()Builds a newGraphDocument.static GraphDocumentGraphDocument.copyOf(AbstractGraphDocument instance) Creates an immutable copy of aAbstractGraphDocumentvalue.final GraphDocumentGraphDocument.withContext(Object value) Copy the current immutable object by setting a value for thecontextattribute.final GraphDocumentGraphDocument.withGraphs(Iterable<? extends Graph> elements) Copy the current immutable object with elements that replace the content ofgraphs.final GraphDocumentGraphDocument.withGraphs(Graph... elements) Copy the current immutable object with elements that replace the content ofgraphs.final GraphDocumentCopy the current immutable object by setting a value for themetaattribute.