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

com.justai.jaicf.activator.ActivationContext.kt Maven / Gradle / Ivy

Go to download

JAICF-Kotlin Core component. Provides DSL, Tests API and multiple implementable interfaces.

There is a newer version: 1.3.8
Show newest version
package com.justai.jaicf.activator

import com.justai.jaicf.model.activation.Activation

data class ActivationContext(
    val activator: Activator,
    val activation: Activation
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy