isAbstract

abstract fun isAbstract(): Boolean

Checks if this concept is abstract.

A concept is abstract if it is not designated to be instantiated directly.

Return

true if the concept is abstract, false otherwise