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 BabelDomainBabelDomain. valueOf(int position)Returns theBabelDomainof the position given in inputstatic BabelDomainBabelDomain. valueOf(String name)Returns the enum constant of this type with the specified name.static BabelDomainBabelDomain. valueOfName(String value)Returns theBabelDomainassociated 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.
-