Package

org.aksw.owlpod

tasks

Permalink

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(inferenceFilters: Set[(OWLAxiom) ⇒ Boolean] = ...) extends RefactoringTask with Logging with Product with Serializable

    Permalink
  2. trait BlazeGraphImportConfig extends AnyRef

    Permalink
  3. trait BlazeGraphLoadingOps extends Logging

    Permalink
  4. type CheckResult = Either[Seq[OWLViolation], String]

    Permalink
  5. case class DocumentsToNamedGraph(docs: Set[Path], targetGraph: Option[util.IRIString]) extends Product with Serializable

    Permalink
  6. class ListDeclarations extends RefactoringTask with Logging

    Permalink
  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

    Permalink
  8. case class LoadIntoBlazegraphOffline(targetBGNamespace: String, config: BlazeGraphImportConfig, blazeGraphJar: DefaultPath, journalFile: DefaultPath) extends PublicationTask with BlazeGraphLoadingOps with Logging with Product with Serializable

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  9. case class LoaderResponse(code: Int, body: String) extends Product with Serializable

    Permalink
  10. class OwlpodBulkImportError extends RuntimeException

    Permalink
  11. type RefactoringResult = Either[Unit, Seq[OWLOntologyChange]]

    Permalink
  12. case class RemoveExternalAxioms(namespaceWhitelist: Set[IRI] = Set.empty) extends RefactoringTask with Logging with Product with Serializable

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

Value Members

  1. object AddInferencesDefaults

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  2. object BlazeGraphImportConfig

    Permalink
  3. object BlazeGraphLoadingOps

    Permalink
  4. object ImportConfig

    Permalink
  5. object LoadIntoBlazeGraph extends Serializable

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  6. object OwlpodBulkImportError extends Serializable

    Permalink
  7. object SeparateOrdinalDigits extends RefactoringTask with Logging

    Permalink
  8. object WriteLabels extends PublicationTask

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

Inherited from AnyRef

Inherited from Any

Ungrouped