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

org.openprovenance.prov.scala.iface.Explainer.scala Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package org.openprovenance.prov.scala.iface

import org.openprovenance.prov.scala.immutable.Document
import org.openprovenance.prov.scala.narrator.XConfig

trait Explainer {
  def explain(doc: Document, config: XConfig): Map[String, Narrative]

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy