Class BenchmarkRunSummary

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

public class BenchmarkRunSummary extends Object
  • Property Details

  • Constructor Details

  • Method Details

    • dateProperty

      public javafx.beans.property.StringProperty dateProperty()
      Returns:
      the date property
      See Also:
    • nameProperty

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

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

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

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

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

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

      public javafx.beans.property.StringProperty suiteProperty()
      Returns:
      the suite property
      See Also:
    • getDate

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

      public String getName()
      Gets the value of the name property.
      Property description:
      Returns:
      the value of the name 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:
    • getProvider

      public String getProvider()
      Gets the value of the provider property.
      Property description:
      Returns:
      the value of 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:
    • getDomain

      public String getDomain()
      Gets the value of the domain property.
      Property description:
      Returns:
      the value of the domain 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:
    • getSuite

      public String getSuite()
      Gets the value of the suite property.
      Property description:
      Returns:
      the value of the suite property
      See Also:
    • toJson

      public String toJson()
      Serializes this summary entry to a JSON string.