Uses of Class
it.uniroma1.lcl.babelnet.data.BabelLicense
-
Packages that use BabelLicense Package Description it.uniroma1.lcl.babelnet The root package of the BabelNet API.it.uniroma1.lcl.babelnet.data The data package of the BabelNet API. -
-
Uses of BabelLicense in it.uniroma1.lcl.babelnet
Methods in it.uniroma1.lcl.babelnet that return BabelLicense Modifier and Type Method Description BabelLicenseBabelSense. getLicense()Returns the license for this Babel sense -
Uses of BabelLicense in it.uniroma1.lcl.babelnet.data
Methods in it.uniroma1.lcl.babelnet.data that return BabelLicense Modifier and Type Method Description BabelLicenseBabelCategory. getLicense()Returns theBabelLicensefor this Babel categoryBabelLicenseBabelExample. getLicense()Gets the license for this Babel exampleBabelLicenseBabelGloss. getLicense()Returns theBabelLicensefor this glossBabelLicenseBabelImage. getLicense()Returns the license for this Babel sensestatic BabelLicenseBabelImageSource. getLicense(BabelImageSource source)Returns the license for a given image sourcestatic BabelLicenseBabelSenseSource. getLicense(BabelSenseSource source, it.uniroma1.lcl.jlt.util.Language language)Returns the license associated with a given source for a given languagestatic BabelLicenseBabelLicense. valueOf(String name)Returns the enum constant of this type with the specified name.static BabelLicense[]BabelLicense. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in it.uniroma1.lcl.babelnet.data that return types with arguments of type BabelLicense Modifier and Type Method Description static Optional<BabelLicense>BabelLicense. getLongName(String stringName)Deprecated.For removal in the next release
-