package config
Created by Markus Ackermann. No rights reserved.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- config
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class CurationSetup(name: String, ontDocSets: Seq[OntologyDocumentsSpec], tasks: Seq[Task], preprocessors: Seq[Preprocessor] = Seq.empty, postprocessors: Seq[Postprocessor] = Seq.empty, 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
- case class OntologyDocumentList(paths: Traversable[File]) extends OntologyDocumentsSpec with Product with Serializable
- trait OntologyDocumentsSpec extends AnyRef
- trait OutputConfig extends AnyRef
- trait OwlPodConfig extends AnyRef
- sealed trait OwlPodSetup extends AnyRef
- case class PublicationSetup(name: String, ontDocSets: Seq[OntologyDocumentsSpec], tasks: Seq[Task], preprocessors: Seq[Preprocessor] = Seq.empty, 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
Value Members
- object OntologyDocumentList extends Serializable