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
    @native() @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
    Annotations
    @native()
  20. lazy val groupedTasks: Map[tasks.TaskType.Value, Seq[Task]]
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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. lazy val newLinedOntologyDocs: Seq[File]
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. lazy val ontMan: OWLOntologyManager
  38. def ontologyLoadLocation(origDoc: File): Unit
  39. lazy val postprocessingResults: PostprocessingResults
    Attributes
    protected
  40. lazy val preprocessedDocsMap: Map[File, File]
  41. lazy val preprocessingResults: PreprocessingResults
  42. lazy val publicationResults: PublicationResults
    Attributes
    protected
  43. lazy val refactoringResults: RefactoringResults
    Attributes
    protected
  44. def run(): Try[OwlPodSetup]
  45. def runChecks: CheckResults
    Attributes
    protected
  46. lazy val serialisationResults: SerialisationResults
    Attributes
    protected
  47. def sortBySuccess[T, R](resultPairs: Iterable[(T, Try[R])]): (Seq[(T, Throwable)], Seq[(T, R)])
  48. lazy val sourceAmbiguities: Map[OWLOntologyID, Set[File]]
  49. lazy val sourceOntologies: Set[OWLOntology]
  50. lazy val sourceOntologiesWithLocation: Seq[(OWLOntology, File)]
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. lazy val taskContext: TaskContext
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. def trace(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  55. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  56. def trace(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  60. def warn(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  61. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  62. def warn(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped