Object

org.opalj.hermes

Hermes

Related Doc: package hermes

Permalink

object Hermes extends JFXApp

Executes all analyses to determine the representativeness of the given projects.

Linear Supertypes
JFXApp, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Hermes
  2. JFXApp
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val analysisTimesStage: Stage

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val corpusAnalysisTime: LongProperty

    Permalink
  8. def createFileMenuItems(): List[MenuItem]

    Permalink
  9. def delayedInit(x: ⇒ Unit): Unit

    Permalink
    Definition Classes
    JFXApp → DelayedInit
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def exportCSV(file: File): Unit

    Permalink
  13. val featureIDs: List[(String, FeatureQuery)]

    Permalink

    The list of unique features derived by enabled feature queries; one feature query may be referenced by multiple unique feature queries.

  14. val featureQueries: List[FeatureQuery]

    Permalink

    The list of enabled feature queries.

  15. val featureQueryColumns: List[TableColumn[ProjectFeatures[URL], Feature[URL]]]

    Permalink
  16. val featuresTableView: TableView[ProjectFeatures[URL]]

    Permalink
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hostServices: HostServices

    Permalink
    Definition Classes
    JFXApp
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val locationsView: ListView[Location[URL]]

    Permalink
  23. def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    JFXApp
  24. val mainPane: HiddenSidesPane

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. val onlyShowNotAvailableFeatures: CheckBox

    Permalink
  29. lazy val parameters: Parameters

    Permalink
    Attributes
    protected
    Definition Classes
    JFXApp
  30. val perFeatureCounts: Array[IntegerProperty]

    Permalink

    Summary of the number of occurrences of a feature across all projects.

  31. val preferences: Preferences

    Permalink
  32. var primitiveFeatureIndex: Int

    Permalink
  33. val progressBar: ProgressBar

    Permalink
  34. val projectColumn: TableColumn[ProjectFeatures[URL], String]

    Permalink
  35. val projectConfigurations: List[ProjectConfiguration]

    Permalink

    The set of all project configurations.

  36. val registeredQueries: List[Query]

    Permalink

    The list of all registered feature queries.

  37. val rootPane: BorderPane

    Permalink
  38. val showFeatureQueryResults: GridPane

    Permalink
  39. var stage: PrimaryStage

    Permalink
    Definition Classes
    JFXApp
  40. def stopApp(): Unit

    Permalink
    Definition Classes
    JFXApp
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from JFXApp

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped