Uses of Class
org.geneontology.obographs.core.model.Node.Builder
-
Packages that use Node.Builder 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.Builder in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return Node.Builder Modifier and Type Method Description Node.BuilderNode.Builder. from(AbstractNode instance)Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.AbstractNodeinstance.Node.BuilderNode.Builder. from(NodeOrEdge instance)Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.NodeOrEdgeinstance.Node.BuilderNode.Builder. id(String id)Initializes the value for theidattribute.Node.BuilderNode.Builder. label(String label)Initializes the value for thelabelattribute.Node.BuilderNode.Builder. meta(Meta meta)Initializes the value for themetaattribute.Node.BuilderNode.Builder. type(AbstractNode.RDFTYPES type)Initializes the value for thetypeattribute.
-