Package

org.aksw

owlpod

Permalink

package owlpod

Created by Markus Ackermann. No rights reserved.

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

Type Members

  1. type AbortReasonStr = String

    Permalink
  2. case class CheckResults(violations: Map[CheckTask, Seq[OWLViolation]], passed: Map[CheckTask, String]) extends StepResults with Product with Serializable

    Permalink
  3. class ExecutionAbortedError extends RuntimeException

    Permalink
  4. trait ExecutionPolicy extends AnyRef

    Permalink
  5. case class OWLViolation(description: String, culprits: Seq[OWLObject]) extends Product with Serializable

    Permalink
  6. case class OntologySourceAmbiguities(ambiguities: Map[OWLOntologyID, Set[File]]) extends Product with Serializable

    Permalink
  7. case class PostprocessingResults(failed: Map[Postprocessor, Throwable], successful: Map[Postprocessor, Set[SerialisationInfo]]) extends StepResults with Product with Serializable

    Permalink
  8. case class PublicationResults(failed: Map[PublicationTask, Throwable], successful: Set[PublicationTask]) extends StepResults with Product with Serializable

    Permalink
  9. case class RefactoringResults(failed: Map[RefactoringTask, Throwable], successful: Map[RefactoringTask, RefactoringResult]) extends StepResults with Product with Serializable

    Permalink
  10. case class SerialisationResults(failed: Map[SerialisationInfo, Throwable], successful: List[SerialisationInfo]) extends StepResults with Product with Serializable

    Permalink
  11. sealed trait StepResults extends AnyRef

    Permalink
  12. case class TaskContext(ontologyManager: OWLOntologyManager, targetOntologies: Set[OWLOntology], ontologyManagerFactory: () ⇒ OWLOntologyManager) extends AutoCloseable with HermitReasoning with Logging with Product with Serializable

    Permalink

Value Members

  1. object ExecutionAbortedError extends Serializable

    Permalink
  2. object FailOnEverythingPolicy extends ExecutionPolicy

    Permalink
  3. object PermissivePolicy extends ExecutionPolicy

    Permalink
  4. package config

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  5. package reasoning

    Permalink
  6. package reporting

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  7. package serialisation

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  8. package tasks

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  9. package util

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

Inherited from AnyRef

Inherited from Any

Ungrouped