package owlpod
Created by Markus Ackermann. No rights reserved.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- owlpod
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type AbortDecision = Option[NonEmptyList[AbortReasonStr]]
- type AbortReasonStr = String
- case class CheckResults(violations: Map[CheckTask, Seq[OWLViolation]], passed: Map[CheckTask, String]) extends StepResults with Product with Serializable
-
trait
DocumentProcessor extends AnyRef
Created by Markus Ackermann.
Created by Markus Ackermann. No rights reserved.
- class ExecutionAbortedError extends RuntimeException
- case class NoAlterations(origFile: File) extends ProcessingOperationInfo with Product with Serializable
- case class OWLViolation(description: String, culprits: Seq[OWLObject]) extends Product with Serializable
- case class OntologySourceAmbiguities(ambiguities: Map[OWLOntologyID, Set[File]]) extends Product with Serializable
- case class PostprocessingResults(failed: Map[Postprocessor, Throwable], successful: Map[Postprocessor, Set[SerialisationInfo]]) extends StepResults with Product with Serializable
- case class PreprocessingResults(failed: Map[Preprocessor, Throwable], successful: Map[Preprocessor, Set[ProcessingOperationInfo]]) extends StepResults with Product with Serializable
- sealed trait ProcessingOperationInfo extends AnyRef
- case class PublicationResults(failed: Map[PublicationTask, Throwable], successful: Set[PublicationTask]) extends StepResults with Product with Serializable
- case class RefactoringResults(failed: Map[RefactoringTask, Throwable], successful: Map[RefactoringTask, RefactoringResult]) extends StepResults with Product with Serializable
- case class SerialisationResults(failed: Map[SerialisationInfo, Throwable], successful: List[SerialisationInfo]) extends StepResults with Product with Serializable
- sealed trait StepResults extends AnyRef
- case class TaskContext(ontologyManager: OWLOntologyManager, targetOntologies: Set[OWLOntology], ontologyManagerFactory: () ⇒ OWLOntologyManager) extends AutoCloseable with HermitReasoning with Logging with Product with Serializable
- case class WroteToTempFile(origFile: File, tempFile: File) extends ProcessingOperationInfo with Product with Serializable
Value Members
- object ExecutionAbortedError extends Serializable