ProblemId

Represents an identifier for a problem definition.

Two problem IDs are considered equal if their getName and their groups are equal.

Since

8.8

Functions

Link copied to clipboard
abstract fun getDisplayName(): String
A human-readable label describing the problem ID.
Link copied to clipboard
abstract fun getGroup(): ProblemGroup
The parent group.
Link copied to clipboard
abstract fun getName(): String
The name of the problem.