Packages

c

org.aksw.owlpod

SetupExecution

class SetupExecution extends Logging

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

Instance Constructors

  1. new SetupExecution(setup: OwlPodSetup, reporter: Reporter, execPolicy: ExecutionPolicy)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def abortReasonsToTry[T](reasons: Option[NonEmptyList[AbortReasonStr]], successValue: T): Try[T]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def checkForAbort(results: StepResults, postRefactor: Boolean = true): Try[StepResults]
  7. def cleanUp(): Unit
    Attributes
    protected
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def createOntologyManager: OWLOntologyManager
  10. lazy val dataFactory: OWLDataFactory
  11. def debug(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  12. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  13. def debug(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def error(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  17. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  18. def error(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. lazy val groupedTasks: Map[tasks.TaskType.Value, Seq[Task]]
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def info(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  24. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def info(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  26. def isDebugEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  27. def isErrorEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  28. def isInfoEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isTraceEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  31. def isWarnEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  32. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  33. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. lazy val newLinedOntologyDocs: Seq[File]
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. lazy val ontMan: OWLOntologyManager
  39. def ontologyLoadLocation(origDoc: File): Unit
  40. lazy val postprocessingResults: PostprocessingResults
    Attributes
    protected
  41. lazy val preprocessedDocsMap: Map[File, File]
  42. lazy val preprocessingResults: PreprocessingResults
  43. lazy val publicationResults: PublicationResults
    Attributes
    protected
  44. lazy val publicationSerialisationTempDir: Option[File]
    Attributes
    protected
  45. lazy val refactoringResults: RefactoringResults
    Attributes
    protected
  46. def run(): Try[OwlPodSetup]
  47. def runChecks: CheckResults
    Attributes
    protected
  48. def runInternal(): Try[OwlPodSetup]
    Attributes
    protected
  49. lazy val serialisationResults: SerialisationResults
    Attributes
    protected
  50. def sortBySuccess[T, R](resultPairs: Iterable[(T, Try[R])]): (Seq[(T, Throwable)], Seq[(T, R)])
  51. lazy val sourceAmbiguities: Map[OWLOntologyID, Set[File]]
  52. lazy val sourceOntologies: Set[OWLOntology]
  53. lazy val sourceOntologiesWithLocation: Seq[(OWLOntology, File)]
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. lazy val taskContext: TaskContext
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. def trace(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  58. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  59. def trace(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  63. def warn(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  64. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  65. def warn(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped