Uses of Class
org.geneontology.obographs.core.model.GraphDocument.Builder
Packages that use GraphDocument.Builder
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.Builder in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return GraphDocument.BuilderModifier and TypeMethodDescriptionfinal GraphDocument.BuilderGraphDocument.Builder.addAllGraphs(Iterable<? extends Graph> elements) Adds elements tographslist.final GraphDocument.BuilderAdds one element tographslist.final GraphDocument.BuilderAdds elements tographslist.final GraphDocument.BuilderInitializes the value for thecontextattribute.final GraphDocument.BuilderGraphDocument.Builder.from(AbstractGraphDocument instance) Fill a builder with attribute values from the providedAbstractGraphDocumentinstance.final GraphDocument.BuilderSets or replaces all elements forgraphslist.final GraphDocument.BuilderInitializes the value for themetaattribute.