ProblemGroup

Represents a problem group.

Since

8.9

Functions

Link copied to clipboard
abstract fun getDisplayName(): String
Returns a human-readable label describing the group.
Link copied to clipboard
abstract fun getName(): String
The name of the problem group.
Link copied to clipboard
@Nullable
abstract fun getParent(): ProblemGroup
Returns the parent group or null for root groups.