Uses of Class
org.geneontology.obographs.core.model.Edge.Builder
-
Packages that use Edge.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 Edge.Builder in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return Edge.Builder Modifier and Type Method Description Edge.BuilderEdge.Builder. from(AbstractEdge instance)Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.AbstractEdgeinstance.Edge.BuilderEdge.Builder. from(NodeOrEdge instance)Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.NodeOrEdgeinstance.Edge.BuilderEdge.Builder. meta(Meta meta)Initializes the value for themetaattribute.Edge.BuilderEdge.Builder. obj(String obj)Initializes the value for theobjattribute.Edge.BuilderEdge.Builder. pred(String pred)Initializes the value for thepredattribute.Edge.BuilderEdge.Builder. sub(String sub)Initializes the value for thesubattribute.
-