Uses of Class
it.uniroma1.lcl.babelnet.data.BabelDomain
-
Packages that use BabelDomain Package Description it.uniroma1.lcl.babelnet.data The data package of the BabelNet API. -
-
Uses of BabelDomain in it.uniroma1.lcl.babelnet.data
Methods in it.uniroma1.lcl.babelnet.data that return BabelDomain Modifier and Type Method Description static BabelDomain
BabelDomain. valueOf(int position)
Returns theBabelDomain
of the position given in inputstatic BabelDomain
BabelDomain. valueOf(String name)
Returns the enum constant of this type with the specified name.static BabelDomain
BabelDomain. valueOfName(String value)
Returns theBabelDomain
associated with the string given in inputstatic BabelDomain[]
BabelDomain. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-