Uses of Class
org.geneontology.obographs.core.model.Graph
Packages that use Graph
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 in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return GraphModifier and TypeMethodDescriptionGraph.Builder.build()Builds a newGraph.static GraphGraph.copyOf(AbstractGraph instance) Creates an immutable copy of aAbstractGraphvalue.final GraphGraph.withDomainRangeAxioms(Iterable<? extends DomainRangeAxiom> elements) Copy the current immutable object with elements that replace the content ofdomainRangeAxioms.final GraphGraph.withDomainRangeAxioms(DomainRangeAxiom... elements) Copy the current immutable object with elements that replace the content ofdomainRangeAxioms.final GraphCopy the current immutable object with elements that replace the content ofedges.final GraphCopy the current immutable object with elements that replace the content ofedges.final GraphGraph.withEquivalentNodesSets(Iterable<? extends EquivalentNodesSet> elements) Copy the current immutable object with elements that replace the content ofequivalentNodesSets.final GraphGraph.withEquivalentNodesSets(EquivalentNodesSet... elements) Copy the current immutable object with elements that replace the content ofequivalentNodesSets.final GraphCopy the current immutable object by setting a value for theidattribute.final GraphCopy the current immutable object by setting a value for thelblattribute.final GraphGraph.withLogicalDefinitionAxioms(Iterable<? extends LogicalDefinitionAxiom> elements) Copy the current immutable object with elements that replace the content oflogicalDefinitionAxioms.final GraphGraph.withLogicalDefinitionAxioms(LogicalDefinitionAxiom... elements) Copy the current immutable object with elements that replace the content oflogicalDefinitionAxioms.final GraphCopy the current immutable object by setting a value for themetaattribute.final GraphCopy the current immutable object with elements that replace the content ofnodes.final GraphCopy the current immutable object with elements that replace the content ofnodes.final GraphGraph.withPropertyChainAxioms(Iterable<? extends PropertyChainAxiom> elements) Copy the current immutable object with elements that replace the content ofpropertyChainAxioms.final GraphGraph.withPropertyChainAxioms(PropertyChainAxiom... elements) Copy the current immutable object with elements that replace the content ofpropertyChainAxioms.Methods in org.geneontology.obographs.core.model that return types with arguments of type GraphMethods in org.geneontology.obographs.core.model with parameters of type GraphModifier and TypeMethodDescriptionfinal GraphDocument.BuilderAdds one element tographslist.final GraphDocument.BuilderAdds elements tographslist.final GraphDocumentGraphDocument.withGraphs(Graph... elements) Copy the current immutable object with elements that replace the content ofgraphs.Method parameters in org.geneontology.obographs.core.model with type arguments of type GraphModifier and TypeMethodDescriptionfinal GraphDocument.BuilderGraphDocument.Builder.addAllGraphs(Iterable<? extends Graph> elements) Adds elements tographslist.final GraphDocument.BuilderSets or replaces all elements forgraphslist.final GraphDocumentGraphDocument.withGraphs(Iterable<? extends Graph> elements) Copy the current immutable object with elements that replace the content ofgraphs.