Uses of Class
org.geneontology.obographs.core.model.Graph.Builder
Packages that use Graph.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 Graph.Builder in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return Graph.BuilderModifier and TypeMethodDescriptionfinal Graph.BuilderGraph.Builder.addAllDomainRangeAxioms(Iterable<? extends DomainRangeAxiom> elements) Adds elements todomainRangeAxiomslist.final Graph.BuilderGraph.Builder.addAllEdges(Iterable<? extends Edge> elements) Adds elements toedgeslist.final Graph.BuilderGraph.Builder.addAllEquivalentNodesSets(Iterable<? extends EquivalentNodesSet> elements) Adds elements toequivalentNodesSetslist.final Graph.BuilderGraph.Builder.addAllLogicalDefinitionAxioms(Iterable<? extends LogicalDefinitionAxiom> elements) Adds elements tologicalDefinitionAxiomslist.final Graph.BuilderGraph.Builder.addAllNodes(Iterable<? extends Node> elements) Adds elements tonodeslist.final Graph.BuilderGraph.Builder.addAllPropertyChainAxioms(Iterable<? extends PropertyChainAxiom> elements) Adds elements topropertyChainAxiomslist.final Graph.BuilderGraph.Builder.addDomainRangeAxiom(DomainRangeAxiom element) Adds one element todomainRangeAxiomslist.final Graph.BuilderGraph.Builder.addDomainRangeAxioms(DomainRangeAxiom... elements) Adds elements todomainRangeAxiomslist.final Graph.BuilderAdds one element toedgeslist.final Graph.BuilderAdds elements toedgeslist.final Graph.BuilderGraph.Builder.addEquivalentNodesSet(EquivalentNodesSet element) Adds one element toequivalentNodesSetslist.final Graph.BuilderGraph.Builder.addEquivalentNodesSets(EquivalentNodesSet... elements) Adds elements toequivalentNodesSetslist.final Graph.BuilderGraph.Builder.addLogicalDefinitionAxiom(LogicalDefinitionAxiom element) Adds one element tologicalDefinitionAxiomslist.final Graph.BuilderGraph.Builder.addLogicalDefinitionAxioms(LogicalDefinitionAxiom... elements) Adds elements tologicalDefinitionAxiomslist.final Graph.BuilderAdds one element tonodeslist.final Graph.BuilderAdds elements tonodeslist.final Graph.BuilderGraph.Builder.addPropertyChainAxiom(PropertyChainAxiom element) Adds one element topropertyChainAxiomslist.final Graph.BuilderGraph.Builder.addPropertyChainAxioms(PropertyChainAxiom... elements) Adds elements topropertyChainAxiomslist.final Graph.BuilderGraph.Builder.domainRangeAxioms(Iterable<? extends DomainRangeAxiom> elements) Sets or replaces all elements fordomainRangeAxiomslist.final Graph.BuilderSets or replaces all elements foredgeslist.final Graph.BuilderGraph.Builder.equivalentNodesSets(Iterable<? extends EquivalentNodesSet> elements) Sets or replaces all elements forequivalentNodesSetslist.final Graph.BuilderGraph.Builder.from(AbstractGraph instance) Fill a builder with attribute values from the providedAbstractGraphinstance.final Graph.BuilderInitializes the value for theidattribute.final Graph.BuilderInitializes the value for thelblattribute.final Graph.BuilderGraph.Builder.logicalDefinitionAxioms(Iterable<? extends LogicalDefinitionAxiom> elements) Sets or replaces all elements forlogicalDefinitionAxiomslist.final Graph.BuilderInitializes the value for themetaattribute.final Graph.BuilderSets or replaces all elements fornodeslist.final Graph.BuilderGraph.Builder.propertyChainAxioms(Iterable<? extends PropertyChainAxiom> elements) Sets or replaces all elements forpropertyChainAxiomslist.