package tasks
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- tasks
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class AddInferences (specificOntologies: Option[Seq[String]] = None, inferenceFilters: Set[(OWLAxiom) ⇒ Boolean] = tautologousInferenceFilters, inferenceStrategies: (OWLOntology) ⇒ InfKey = AllOwlapi) extends RefactoringTask with Logging with Product with Serializable
- trait BlazeGraphImportConfig extends AnyRef
- trait BlazeGraphLoadingOps extends Logging
- type CheckResult = Either[Seq[OWLViolation], String]
- case class DocumentsToNamedGraph (docs: Set[File], targetGraph: Option[util.IRIString]) extends Product with Serializable
- class ListDeclarations extends RefactoringTask with Logging
- case class LoadIntoBlazeGraph (targetBGNamespace: String, config: BlazeGraphImportConfig, blazeGraphNodeUri: util.URIString = "http://localhost:9999/blazegraph") extends PublicationTask with BlazeGraphLoadingOps with Logging with Product with Serializable
-
case class
LoadIntoBlazegraphOffline
(targetBGNamespace: String, config: BlazeGraphImportConfig, blazeGraphJar: File, journalFile: File) extends PublicationTask with BlazeGraphLoadingOps with Logging with Product with Serializable
Created by Markus Ackermann.
Created by Markus Ackermann. No rights reserved.
- case class LoaderResponse (code: Int, body: String) extends Product with Serializable
- class OwlpodBulkImportError extends RuntimeException
- type RefactoringResult = Either[Unit, Seq[OWLOntologyChange]]
-
case class
RemoveExternalAxioms
(namespaceWhitelist: Set[IRI] = Set.empty) extends RefactoringTask with Logging with Product with Serializable
Created by Markus Ackermann.
Created by Markus Ackermann. No rights reserved.
Value Members
-
object
AddInferences
extends Serializable
Created by Markus Ackermann.
Created by Markus Ackermann. No rights reserved.
- object BlazeGraphImportConfig
- object BlazeGraphLoadingOps
- object ImportConfig
-
object
LoadIntoBlazeGraph
extends Serializable
Created by Markus Ackermann.
Created by Markus Ackermann. No rights reserved.
- object OwlpodBulkImportError extends Serializable
- object SeparateOrdinalDigits extends RefactoringTask with Logging