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 BabelLicense
BabelSense. 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 BabelLicense
BabelCategory. getLicense()
Returns theBabelLicense
for this Babel categoryBabelLicense
BabelExample. getLicense()
Gets the license for this Babel exampleBabelLicense
BabelGloss. getLicense()
Returns theBabelLicense
for this glossBabelLicense
BabelImage. getLicense()
Returns the license for this Babel sensestatic BabelLicense
BabelImageSource. getLicense(BabelImageSource source)
Returns the license for a given image sourcestatic BabelLicense
BabelSenseSource. getLicense(BabelSenseSource source, it.uniroma1.lcl.jlt.util.Language language)
Returns the license associated with a given source for a given languagestatic BabelLicense
BabelLicense. 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
-