Package it.uniroma1.lcl.kb
Interface Version
-
- All Known Implementing Classes:
BabelVersion
public interface Version
A general Lexical Knowledge Base version interface.- Author:
- navigli
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalDate
getReleaseDate()
Returns the release date of the versionString
name()
Returns the Java name of the version enum constantString
toString()
Returns the version string
-