Uses of Enum Class
org.geneontology.obographs.core.model.AbstractNode.RDFTYPES
Packages that use AbstractNode.RDFTYPES
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.RDFTYPES in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return AbstractNode.RDFTYPESModifier and TypeMethodDescriptionabstract AbstractNode.RDFTYPESAbstractNode.getType()Node.getType()static AbstractNode.RDFTYPESReturns the enum constant of this class with the specified name.static AbstractNode.RDFTYPES[]AbstractNode.RDFTYPES.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geneontology.obographs.core.model with parameters of type AbstractNode.RDFTYPESModifier and TypeMethodDescriptionfinal Node.BuilderNode.Builder.type(AbstractNode.RDFTYPES type) Initializes the value for thetypeattribute.final NodeNode.withType(AbstractNode.RDFTYPES value) Copy the current immutable object by setting a value for thetypeattribute.