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 clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createOntologyManager: OWLOntologyManager
  9. lazy val dataFactory: OWLDataFactory
  10. def debug(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  11. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  12. def debug(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def error(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  16. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  17. def error(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. lazy val groupedTasks: Map[tasks.TaskType.Value, Seq[Task]]
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  22. def info(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  23. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  24. def info(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def isDebugEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  26. def isErrorEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  27. def isInfoEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isTraceEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  30. def isWarnEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  31. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  32. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  36. lazy val ontMan: OWLOntologyManager
  37. lazy val postprocessingResults: PostprocessingResults
    Attributes
    protected
  38. lazy val publicationResults: PublicationResults
    Attributes
    protected
  39. lazy val refactoringResults: RefactoringResults
    Attributes
    protected
  40. def run(): Try[OwlPodSetup]
  41. def runChecks: CheckResults
    Attributes
    protected
  42. lazy val serialisationResults: SerialisationResults
    Attributes
    protected
  43. def sortBySuccess[T, R](resultPairs: Iterable[(T, Try[R])]): (Seq[(T, Throwable)], Seq[(T, R)])
  44. lazy val sourceAmbiguities: Map[OWLOntologyID, Set[File]]
  45. lazy val sourceOntologies: Set[OWLOntology]
  46. lazy val sourceOntologiesWithLocation: Seq[(OWLOntology, File)]
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. lazy val taskContext: TaskContext
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. def trace(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  51. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  52. def trace(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def warn(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  57. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  58. def warn(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped