Uses of Class
org.geneontology.obographs.core.model.GraphDocument.Builder
-
Packages that use GraphDocument.Builder 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 GraphDocument.Builder in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return GraphDocument.Builder Modifier and Type Method Description GraphDocument.BuilderGraphDocument.Builder. addAllGraphs(Iterable<? extends Graph> elements)Adds elements tographslist.GraphDocument.BuilderGraphDocument.Builder. addGraph(Graph element)Adds one element tographslist.GraphDocument.BuilderGraphDocument.Builder. addGraphs(Graph... elements)Adds elements tographslist.GraphDocument.BuilderGraphDocument.Builder. context(Object context)Initializes the value for thecontextattribute.GraphDocument.BuilderGraphDocument.Builder. from(AbstractGraphDocument instance)Fill a builder with attribute values from the providedAbstractGraphDocumentinstance.GraphDocument.BuilderGraphDocument.Builder. graphs(Iterable<? extends Graph> elements)Sets or replaces all elements forgraphslist.GraphDocument.BuilderGraphDocument.Builder. meta(Meta meta)Initializes the value for themetaattribute.
-