Packages

package tasks

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

Type Members

  1. case class AddInferences (specificOntologies: Option[Seq[String]] = None, inferenceFilters: Set[(OWLAxiom) ⇒ Boolean] = tautologousInferenceFilters, inferenceStrategies: (OWLOntology) ⇒ InfKey = AllOwlapi) extends RefactoringTask with Logging with Product with Serializable
  2. trait BlazeGraphImportConfig extends AnyRef
  3. trait BlazeGraphLoadingOps extends Logging
  4. type CheckResult = Either[Seq[OWLViolation], String]
  5. case class DocumentsToNamedGraph (docs: Set[File], targetGraph: Option[util.IRIString]) extends Product with Serializable
  6. class ListDeclarations extends RefactoringTask with Logging
  7. case class LoadIntoBlazeGraph (targetBGNamespace: String, config: BlazeGraphImportConfig, blazeGraphNodeUri: util.URIString = "http://localhost:9999/blazegraph") extends PublicationTask with BlazeGraphLoadingOps with Logging with Product with Serializable
  8. case class LoadIntoBlazegraphOffline (targetBGNamespace: String, config: BlazeGraphImportConfig, blazeGraphJar: File, journalFile: File) extends PublicationTask with BlazeGraphLoadingOps with Logging with Product with Serializable

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  9. case class LoaderResponse (code: Int, body: String) extends Product with Serializable
  10. class OwlpodBulkImportError extends RuntimeException
  11. type RefactoringResult = Either[Unit, Seq[OWLOntologyChange]]
  12. case class RemoveExternalAxioms (namespaceWhitelist: Set[IRI] = Set.empty) extends RefactoringTask with Logging with Product with Serializable

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

Value Members

  1. object AddInferences extends Serializable

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  2. object BlazeGraphImportConfig
  3. object BlazeGraphLoadingOps
  4. object ImportConfig
  5. object LoadIntoBlazeGraph extends Serializable

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  6. object OwlpodBulkImportError extends Serializable
  7. object SeparateOrdinalDigits extends RefactoringTask with Logging

Inherited from AnyRef

Inherited from Any

Ungrouped