Uses of Class
org.geneontology.obographs.core.model.AbstractNode
Packages that use AbstractNode
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 AbstractNode in org.geneontology.obographs.core.model
Subclasses of AbstractNode in org.geneontology.obographs.core.modelModifier and TypeClassDescriptionfinal classA graph node corresponds to a class, individual or propertyMethods in org.geneontology.obographs.core.model with parameters of type AbstractNodeModifier and TypeMethodDescriptionintAbstractNode.compareTo(AbstractNode other) static NodeNode.copyOf(AbstractNode instance) Creates an immutable copy of aAbstractNodevalue.final Node.BuilderNode.Builder.from(AbstractNode instance) Fill a builder with attribute values from the providedorg.geneontology.obographs.core.model.AbstractNodeinstance.