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

commonMain.it.unibo.tuprolog.solve.streams.solver.fsm.FinalState.kt Maven / Gradle / Ivy

package it.unibo.tuprolog.solve.streams.solver.fsm

import it.unibo.tuprolog.solve.primitive.Solve

/**
 * Represents a Final [State] of the Prolog solver state-machine
 *
 * @author Enrico
 */
internal interface FinalState : State {
    /** The [Solve.Response] characterizing this Final State */
    override val solve: Solve.Response
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy