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

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

Go to download

Experimental, functional-programming-based implementation of Prolog's SLDNF resolution principle

There is a newer version: 1.0.4
Show newest version
package it.unibo.tuprolog.solve.streams.solver.fsm

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

/**
 * Base class for all States refactoring common behaviour
 *
 * @author Enrico
 */
internal abstract class AbstractState(override val solve: Solve) : State {
    override val hasBehaved = false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy