Package it.uniroma1.lcl.babelnet.data
Interface Tag<T>
-
- All Known Subinterfaces:
Domain
- All Known Implementing Classes:
Alphabet
,BabelCategory
,BabelDomain
,EntityType
,LabelTag
,Locale
,StringTag
,SynsetType
,Usage
public interface Tag<T>
A general interface for a tag.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getValue()
Returns the tag value.
-
-
-
Method Detail
-
getValue
T getValue()
Returns the tag value.- Returns:
- the tag value
-
-