Packages

p

org.aksw

owlpod

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 AbortDecision = Option[NonEmptyList[AbortReasonStr]]
  2. type AbortReasonStr = String
  3. case class CheckResults (violations: Map[CheckTask, Seq[OWLViolation]], passed: Map[CheckTask, String]) extends StepResults with Product with Serializable
  4. trait DocumentProcessor extends AnyRef

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  5. class ExecutionAbortedError extends RuntimeException
  6. case class NoAlterations (origFile: File) extends ProcessingOperationInfo with Product with Serializable
  7. case class OWLViolation (description: String, culprits: Seq[OWLObject]) extends Product with Serializable
  8. case class OntologySourceAmbiguities (ambiguities: Map[OWLOntologyID, Set[File]]) extends Product with Serializable
  9. case class PostprocessingResults (failed: Map[Postprocessor, Throwable], successful: Map[Postprocessor, Set[SerialisationInfo]]) extends StepResults with Product with Serializable
  10. case class PreprocessingResults (failed: Map[Preprocessor, Throwable], successful: Map[Preprocessor, Set[ProcessingOperationInfo]]) extends StepResults with Product with Serializable
  11. sealed trait ProcessingOperationInfo extends AnyRef
  12. case class PublicationResults (failed: Map[PublicationTask, Throwable], successful: Set[PublicationTask]) extends StepResults with Product with Serializable
  13. case class RefactoringResults (failed: Map[RefactoringTask, Throwable], successful: Map[RefactoringTask, RefactoringResult]) extends StepResults with Product with Serializable
  14. case class SerialisationResults (failed: Map[SerialisationInfo, Throwable], successful: List[SerialisationInfo]) extends StepResults with Product with Serializable
  15. sealed trait StepResults extends AnyRef
  16. case class TaskContext (ontologyManager: OWLOntologyManager, targetOntologies: Set[OWLOntology], ontologyManagerFactory: () ⇒ OWLOntologyManager) extends AutoCloseable with HermitReasoning with Logging with Product with Serializable
  17. case class WroteToTempFile (origFile: File, tempFile: File) extends ProcessingOperationInfo with Product with Serializable

Value Members

  1. object ExecutionAbortedError extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped