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

org.scalarules.dsl.nl.grammar.Berekening.scala Maven / Gradle / Ivy

The newest version!
package org.scalarules.dsl.nl.grammar

import org.scalarules.engine.Derivation

class Berekening(berekeningAccumulators: BerekeningAccumulator*) {
  val berekeningen: List[Derivation] = berekeningAccumulators.flatMap(_.derivations).toList
//  val berekeningenWithExtraInputInformation: List[(Derivation, List[Fact[Any]], List[Fact[Any]])] = berekeningAccumulators.flatMap(b => b.toDerivationAndInputSets).toList
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy