Uses of Class
org.forester.go.etc.OntologizerResult.TYPE
-
Packages that use OntologizerResult.TYPE Package Description org.forester.go.etc -
-
Uses of OntologizerResult.TYPE in org.forester.go.etc
Methods in org.forester.go.etc that return OntologizerResult.TYPE Modifier and Type Method Description OntologizerResult.TYPE
OntologizerResult. getType()
static OntologizerResult.TYPE
OntologizerResult.TYPE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OntologizerResult.TYPE[]
OntologizerResult.TYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-