Uses of Class
org.geneontology.obographs.core.model.GraphDocument
-
Packages that use GraphDocument Package Description org.geneontology.obographs.core.io 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 GraphDocument in org.geneontology.obographs.core.io
Methods in org.geneontology.obographs.core.io that return GraphDocument Modifier and Type Method Description static GraphDocumentOgJsonReader. read(Reader reader)static GraphDocumentOgYamlReader. read(Reader reader)static GraphDocumentOgJsonReader. readFile(File file)static GraphDocumentOgJsonReader. readFile(String fileName)static GraphDocumentOgYamlReader. readFile(File file)static GraphDocumentOgYamlReader. readFile(String fileName)static 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 GraphDocument Modifier and Type Method Description GraphDocumentGraphDocument.Builder. build()Builds a newGraphDocument.static GraphDocumentGraphDocument. copyOf(AbstractGraphDocument instance)Creates an immutable copy of aAbstractGraphDocumentvalue.GraphDocumentGraphDocument. withContext(Object value)Copy the current immutable object by setting a value for thecontextattribute.GraphDocumentGraphDocument. withGraphs(Iterable<? extends Graph> elements)Copy the current immutable object with elements that replace the content ofgraphs.GraphDocumentGraphDocument. withGraphs(Graph... elements)Copy the current immutable object with elements that replace the content ofgraphs.GraphDocumentGraphDocument. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.
-