Uses of Class
org.geneontology.obographs.core.model.Node
Packages that use Node
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 Node in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return NodeModifier and TypeMethodDescriptionNode.Builder.build()Builds a newNode.static NodeNode.copyOf(AbstractNode instance) Creates an immutable copy of aAbstractNodevalue.final NodeCopy the current immutable object by setting a value for theidattribute.final NodeCopy the current immutable object by setting a value for thelabelattribute.final NodeCopy the current immutable object by setting a value for themetaattribute.final NodeNode.withPropertyType(AbstractNode.PropertyType value) Copy the current immutable object by setting a value for thepropertyTypeattribute.final NodeNode.withType(AbstractNode.RDFTYPES value) Copy the current immutable object by setting a value for thetypeattribute.Methods in org.geneontology.obographs.core.model that return types with arguments of type NodeMethods in org.geneontology.obographs.core.model with parameters of type NodeModifier and TypeMethodDescriptionfinal Graph.BuilderAdds one element tonodeslist.final Graph.BuilderAdds elements tonodeslist.final GraphCopy the current immutable object with elements that replace the content ofnodes.Method parameters in org.geneontology.obographs.core.model with type arguments of type NodeModifier and TypeMethodDescriptionfinal Graph.BuilderGraph.Builder.addAllNodes(Iterable<? extends Node> elements) Adds elements tonodeslist.final Graph.BuilderSets or replaces all elements fornodeslist.final GraphCopy the current immutable object with elements that replace the content ofnodes.