Packages

p

org.aksw.owlpod

config

package config

Created by Markus Ackermann. No rights reserved.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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
  2. case class OntologyDocumentDirectorySet (rootDir: String, includePatterns: Seq[String], excludePatterns: Seq[String]) extends OntologyDocumentsSpec with Product with Serializable
  3. case class OntologyDocumentList (paths: Traversable[File]) extends OntologyDocumentsSpec with Product with Serializable
  4. trait OntologyDocumentsSpec extends AnyRef
  5. trait OutputConfig extends AnyRef
  6. trait OwlPodConfig extends AnyRef
  7. sealed trait OwlPodSetup extends AnyRef
  8. 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
  9. case class SetupDefaults (reporter: Reporter, executionPolicy: ExecutionPolicy) extends Product with Serializable

Value Members

  1. object OntologyDocumentList extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped