All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.fraunhofer.iem.spha.model.kpi.RawValueKpi.kt Maven / Gradle / Ivy

/*
 * Copyright (c) 2024 Fraunhofer IEM. All rights reserved.
 *
 * Licensed under the MIT license. See LICENSE file in the project root for details.
 *
 * SPDX-License-Identifier: MIT
 * License-Filename: LICENSE
 */

package de.fraunhofer.iem.spha.model.kpi

import kotlinx.serialization.Serializable

@Serializable data class RawValueKpi(val kpiId: String, val score: Int)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy