Uses of Class
it.uniroma1.lcl.kb.SynsetType
-
Packages that use SynsetType Package Description it.uniroma1.lcl.kb The package which contains the general interfaces and classes for all Lexical Knowledge Bases. -
-
Uses of SynsetType in it.uniroma1.lcl.kb
Methods in it.uniroma1.lcl.kb that return SynsetType Modifier and Type Method Description SynsetType
Synset. getType()
Gets the type of thisSynset
, namely whether it's an entity, a concept, etc.SynsetType
SynsetType. getValue()
static SynsetType
SynsetType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SynsetType[]
SynsetType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-