Package

org.aksw.owlpod

config

Permalink

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

    Permalink
  2. case class OntologyDocumentDirectorySet(rootDir: String, includePatterns: Seq[String], excludePatterns: Seq[String]) extends OntologyDocumentsSpec with Product with Serializable

    Permalink
  3. case class OntologyDocumentList(paths: String*) extends OntologyDocumentsSpec with Product with Serializable

    Permalink
  4. trait OntologyDocumentsSpec extends AnyRef

    Permalink
  5. trait OutputConfig extends AnyRef

    Permalink
  6. trait OwlPodConfig extends AnyRef

    Permalink
  7. sealed trait OwlPodSetup extends AnyRef

    Permalink
  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

    Permalink
  9. case class SetupDefaults(reporter: Reporter, executionPolicy: ExecutionPolicy) extends Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped