ILanguage

interface ILanguage

Representation of a language.

Inheritors

Functions

Link copied to clipboard
abstract fun getConcepts(): List<IConcept>

Returns all the concepts defined in this language.

Link copied to clipboard
abstract fun getName(): String

Returns the name of this language.

Link copied to clipboard
abstract fun getUID(): String

Returns the unique id of this language.