package
config
Type Members
-
case class
CurationSetup(name: String, ontDocSets: Seq[OntologyDocumentsSpec], tasks: Seq[Task], outputConfig: OutputConfig, iriMappings: Seq[OWLOntologyIRIMapper] = Seq(), reporter: Option[Reporter] = None, executionPolicy: Option[ExecutionPolicy] = None) extends OwlPodSetup with Product with Serializable
-
case class
OntologyDocumentDirectorySet(rootDir: String, includePatterns: Seq[String], excludePatterns: Seq[String]) extends OntologyDocumentsSpec with Product with Serializable
-
-
-
-
-
sealed
trait
OwlPodSetup extends AnyRef
-
case class
PublicationSetup(name: String, ontDocSets: Seq[OntologyDocumentsSpec], tasks: Seq[PublicationTask], iriMappings: Seq[OWLOntologyIRIMapper] = Seq(), reporter: Option[Reporter] = None, executionPolicy: Option[ExecutionPolicy] = None) extends OwlPodSetup with Product with Serializable
-
case class
SetupDefaults(reporter: Reporter, executionPolicy: ExecutionPolicy) extends Product with Serializable
Inherited from AnyRef
Inherited from Any
Created by Markus Ackermann. No rights reserved.