Uses of Class
org.geneontology.obographs.core.model.Node.Builder
Packages that use Node.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 Node.Builder in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return Node.BuilderModifier and TypeMethodDescriptionfinal Node.BuilderNode.Builder.from(AbstractNode instance) Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.AbstractNodeinstance.final Node.BuilderNode.Builder.from(NodeOrEdge instance) Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.NodeOrEdgeinstance.final Node.BuilderInitializes the value for theidattribute.final Node.BuilderInitializes the value for thelabelattribute.final Node.BuilderInitializes the value for themetaattribute.final Node.BuilderNode.Builder.propertyType(AbstractNode.PropertyType propertyType) Initializes the value for thepropertyTypeattribute.final Node.BuilderNode.Builder.type(AbstractNode.RDFTYPES type) Initializes the value for thetypeattribute.