Uses of Class
it.uniroma1.lcl.babelnet.data.BabelImageSource
-
Packages that use BabelImageSource Package Description it.uniroma1.lcl.babelnet.data The data package of the BabelNet API. -
-
Uses of BabelImageSource in it.uniroma1.lcl.babelnet.data
Methods in it.uniroma1.lcl.babelnet.data that return BabelImageSource Modifier and Type Method Description BabelImageSource
BabelImage. getSource()
Returns the source for this Babel sensestatic BabelImageSource
BabelImageSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static BabelImageSource[]
BabelImageSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in it.uniroma1.lcl.babelnet.data with parameters of type BabelImageSource Modifier and Type Method Description static BabelLicense
BabelImageSource. getLicense(BabelImageSource source)
Returns the license for a given image source
-