Uses of Class
org.geneontology.obographs.core.model.Node
-
Packages that use Node 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 Node in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return Node Modifier and Type Method Description NodeNode.Builder. build()Builds a newNode.static NodeNode. copyOf(AbstractNode instance)Creates an immutable copy of aAbstractNodevalue.NodeNode. withId(String value)Copy the current immutable object by setting a value for theidattribute.NodeNode. withLabel(String value)Copy the current immutable object by setting a value for thelabelattribute.NodeNode. withMeta(Meta value)Copy the current immutable object by setting a value for themetaattribute.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 Node Modifier and Type Method Description abstract List<Node>AbstractGraph. getNodes()com.google.common.collect.ImmutableList<Node>Graph. getNodes()Methods in org.geneontology.obographs.core.model with parameters of type Node Modifier and Type Method Description Graph.BuilderGraph.Builder. addNode(Node element)Adds one element tonodeslist.Graph.BuilderGraph.Builder. addNodes(Node... elements)Adds elements tonodeslist.GraphGraph. withNodes(Node... elements)Copy the current immutable object with elements that replace the content ofnodes.Method parameters in org.geneontology.obographs.core.model with type arguments of type Node Modifier and Type Method Description Graph.BuilderGraph.Builder. addAllNodes(Iterable<? extends Node> elements)Adds elements tonodeslist.Graph.BuilderGraph.Builder. nodes(Iterable<? extends Node> elements)Sets or replaces all elements fornodeslist.GraphGraph. withNodes(Iterable<? extends Node> elements)Copy the current immutable object with elements that replace the content ofnodes.
-