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

net.sansa_stack.inference.test.conformance.TestCase.scala Maven / Gradle / Ivy

The newest version!
package net.sansa_stack.inference.test.conformance

import org.apache.jena.rdf.model.Model

/**
  * A test case to test the conformance of a particular forward chaining reasoner rule.
  *
  * @author Lorenz Buehmann
  */
case class TestCase(id: String, description: String, testCaseType: String, inputGraph: Model, outputGraph: Model) {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy