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

org.openprovenance.prov.scala.narrator.EventsDescription.scala Maven / Gradle / Ivy

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

import org.openprovenance.prov.scala.immutable.Statement
import org.openprovenance.prov.scala.nlg.ActivityInfo

case class EventsDescription(idx: Map[Integer, String],
                             evt: Map[String, Statement],
                             order: LinearOrder,
                             timeline: Array[ActivityInfo],
                             activityInfos: Map[String, ActivityInfo],
                             theOrderedStatements: List[Statement]) {
  val theOrderStatementIds: Seq[String] =theOrderedStatements.map(_.id.getUri())
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy