Uses of Enum Class
org.geneontology.obographs.core.model.AbstractNode.PropertyType
Packages that use AbstractNode.PropertyType
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.PropertyType in org.geneontology.obographs.core.model
Methods in org.geneontology.obographs.core.model that return AbstractNode.PropertyTypeModifier and TypeMethodDescriptionabstract AbstractNode.PropertyTypeAbstractNode.getPropertyType()Node.getPropertyType()static AbstractNode.PropertyTypeReturns the enum constant of this class with the specified name.static AbstractNode.PropertyType[]AbstractNode.PropertyType.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.PropertyTypeModifier and TypeMethodDescriptionfinal Node.BuilderNode.Builder.propertyType(AbstractNode.PropertyType propertyType) Initializes the value for thepropertyTypeattribute.final NodeNode.withPropertyType(AbstractNode.PropertyType value) Copy the current immutable object by setting a value for thepropertyTypeattribute.