Class BenchmarkItem

java.lang.Object
org.episteme.benchmarks.ui.BenchmarkItem

public class BenchmarkItem extends Object
Model class for the Benchmark TreeTableView.
  • Property Details

  • Constructor Details

  • Method Details

    • isBenchmark

      public boolean isBenchmark()
    • getName

      public String getName()
      Gets the value of the name property.
      Property description:
      Returns:
      the value of the name property
      See Also:
    • nameProperty

      public javafx.beans.property.StringProperty nameProperty()
      Returns:
      the name property
      See Also:
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Property description:
      Returns:
      the value of the description property
      See Also:
    • descriptionProperty

      public javafx.beans.property.StringProperty descriptionProperty()
      Returns:
      the description property
      See Also:
    • getDomain

      public String getDomain()
      Gets the value of the domain property.
      Property description:
      Returns:
      the value of the domain property
      See Also:
    • domainProperty

      public javafx.beans.property.StringProperty domainProperty()
      Returns:
      the domain property
      See Also:
    • getStatus

      public String getStatus()
      Gets the value of the status property.
      Property description:
      Returns:
      the value of the status property
      See Also:
    • statusProperty

      public javafx.beans.property.StringProperty statusProperty()
      Returns:
      the status property
      See Also:
    • getResult

      public String getResult()
      Gets the value of the result property.
      Property description:
      Returns:
      the value of the result property
      See Also:
    • resultProperty

      public javafx.beans.property.StringProperty resultProperty()
      Returns:
      the result property
      See Also:
    • getProvider

      public String getProvider()
      Gets the value of the provider property.
      Property description:
      Returns:
      the value of the provider property
      See Also:
    • providerProperty

      public javafx.beans.property.StringProperty providerProperty()
      Returns:
      the provider property
      See Also:
    • getLibrary

      public String getLibrary()
      Gets the value of the library property.
      Property description:
      Returns:
      the value of the library property
      See Also:
    • libraryProperty

      public javafx.beans.property.StringProperty libraryProperty()
      Returns:
      the library property
      See Also:
    • getBackend

      public String getBackend()
      Gets the value of the backend property.
      Property description:
      Returns:
      the value of the backend property
      See Also:
    • backendProperty

      public javafx.beans.property.StringProperty backendProperty()
      Returns:
      the backend property
      See Also:
    • isSelected

      public boolean isSelected()
      Gets the value of the selected property.
      Property description:
      Returns:
      the value of the selected property
      See Also:
    • selectedProperty

      public javafx.beans.property.BooleanProperty selectedProperty()
      Returns:
      the selected property
      See Also:
    • getMode

      public String getMode()
      Gets the value of the mode property.
      Property description:
      Returns:
      the value of the mode property
      See Also:
    • modeProperty

      public javafx.beans.property.StringProperty modeProperty()
      Returns:
      the mode property
      See Also:
    • getBenchmark

      public RunnableBenchmark getBenchmark()
    • setScore

      public void setScore(double score)
    • getScore

      public double getScore()
    • setP99LatencyMs

      public void setP99LatencyMs(double p99)
    • getP99LatencyMs

      public double getP99LatencyMs()
    • getUniqueId

      public String getUniqueId()