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. abstract class AddInferences extends RefactoringTask with Logging

    Permalink
  2. trait BlazeGraphImportConfig extends AnyRef

    Permalink
  3. class BlazeGraphInfererencing extends Inferencing

    Permalink
  4. trait BlazeGraphLoadingOps extends Logging

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

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

    Permalink
  7. type ImportChain = List[OWLOntology]

    Permalink
  8. trait Inferencing extends AutoCloseable

    Permalink
  9. class ListDeclarations extends RefactoringTask with Logging

    Permalink
  10. 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
  11. case class LoadIntoBlazegraphOffline(targetBGNamespace: String, config: BlazeGraphImportConfig, blazeGraphJar: File, journalFile: File) extends PublicationTask with BlazeGraphLoadingOps with Logging with Product with Serializable

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

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

    Permalink
  13. class OwlpodBulkImportError extends RuntimeException

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

    Permalink
  15. 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 AddInferences

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  2. object BlazeGraphImportConfig

    Permalink
  3. object BlazeGraphLoadingOps

    Permalink
  4. object ContextReasonerInfererencing extends Inferencing

    Permalink
  5. object ImportConfig

    Permalink
  6. object Inferencing extends Enumeration

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  7. object LoadIntoBlazeGraph extends Serializable

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  8. object OwlpodBulkImportError extends Serializable

    Permalink
  9. object SeparateOrdinalDigits extends RefactoringTask with Logging

    Permalink
  10. object WriteLabels extends PublicationTask

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

Inherited from AnyRef

Inherited from Any

Ungrouped