DefaultLanguageRepository

Functions

Link copied to clipboard
open override fun getAllConcepts(): List<IConcept>

Returns a list of all concepts within this language repository.

Link copied to clipboard
open override fun getPriority(): Int

If multiple repositories can provide information for the same concept UID, the IConcept from the repository with the highest priority is used.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun resolveConcept(uid: String): IConcept?

Resolves a concept within this language repository.

Link copied to clipboard