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