Class AbstractGraphDocument
java.lang.Object
org.geneontology.obographs.core.model.AbstractGraphDocument
- Direct Known Subclasses:
GraphDocument
Holds a collection of graphs, plus document-level metadata
## Model

- Author:
- cjm
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractGraphDocument
public AbstractGraphDocument()
-
-
Method Details
-
getContext
The JSON-LD context for this document. This needs to be an unstructured Object, since it could be either a list or a map. We don't want to store it here as a Context because we want to roundtrip it the way it is written in the document. -
getMeta
- Returns:
- the meta
-
getGraphs
- Returns:
- the graphs
-