memory-check / nl.stokpop.memory.domain / ClassGrowthTrend

ClassGrowthTrend

data class ClassGrowthTrend

Constructors

<init>

ClassGrowthTrend(data: Map<ClassName, ClassGrowth>)

Properties

data

val data: Map<ClassName, ClassGrowth>

Functions

statusCount

fun statusCount(status: AnalysisResult): Int

statusFilter

fun statusFilter(status: AnalysisResult): List<ClassGrowth>