Class BenchmarkRunSummary
java.lang.Object
org.episteme.benchmarks.ui.BenchmarkRunSummary
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringProperty -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyGets the value of thebackendproperty.getDate()Gets the value of thedateproperty.Gets the value of thedomainproperty.Gets the value of thelibraryproperty.getName()Gets the value of thenameproperty.Gets the value of theproviderproperty.Gets the value of theresultproperty.getSuite()Gets the value of thesuiteproperty.javafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertytoJson()Serializes this summary entry to a JSON string.
-
Property Details
-
date
public javafx.beans.property.StringProperty dateProperty- See Also:
-
name
public javafx.beans.property.StringProperty nameProperty- See Also:
-
backend
public javafx.beans.property.StringProperty backendProperty- See Also:
-
provider
public javafx.beans.property.StringProperty providerProperty- See Also:
-
library
public javafx.beans.property.StringProperty libraryProperty- See Also:
-
domain
public javafx.beans.property.StringProperty domainProperty- See Also:
-
result
public javafx.beans.property.StringProperty resultProperty- See Also:
-
suite
public javafx.beans.property.StringProperty suiteProperty- See Also:
-
-
Constructor Details
-
BenchmarkRunSummary
-
BenchmarkRunSummary
-
-
Method Details
-
dateProperty
public javafx.beans.property.StringProperty dateProperty()- Returns:
- the
dateproperty - See Also:
-
nameProperty
public javafx.beans.property.StringProperty nameProperty()- Returns:
- the
nameproperty - See Also:
-
backendProperty
public javafx.beans.property.StringProperty backendProperty()- Returns:
- the
backendproperty - See Also:
-
providerProperty
public javafx.beans.property.StringProperty providerProperty()- Returns:
- the
providerproperty - See Also:
-
libraryProperty
public javafx.beans.property.StringProperty libraryProperty()- Returns:
- the
libraryproperty - See Also:
-
domainProperty
public javafx.beans.property.StringProperty domainProperty()- Returns:
- the
domainproperty - See Also:
-
resultProperty
public javafx.beans.property.StringProperty resultProperty()- Returns:
- the
resultproperty - See Also:
-
suiteProperty
public javafx.beans.property.StringProperty suiteProperty()- Returns:
- the
suiteproperty - See Also:
-
getDate
Gets the value of thedateproperty.- Property description:
- Returns:
- the value of the
dateproperty - See Also:
-
getName
Gets the value of thenameproperty.- Property description:
- Returns:
- the value of the
nameproperty - See Also:
-
getBackend
Gets the value of thebackendproperty.- Property description:
- Returns:
- the value of the
backendproperty - See Also:
-
getProvider
Gets the value of theproviderproperty.- Property description:
- Returns:
- the value of the
providerproperty - See Also:
-
getLibrary
Gets the value of thelibraryproperty.- Property description:
- Returns:
- the value of the
libraryproperty - See Also:
-
getDomain
Gets the value of thedomainproperty.- Property description:
- Returns:
- the value of the
domainproperty - See Also:
-
getResult
Gets the value of theresultproperty.- Property description:
- Returns:
- the value of the
resultproperty - See Also:
-
getSuite
Gets the value of thesuiteproperty.- Property description:
- Returns:
- the value of the
suiteproperty - See Also:
-
toJson
Serializes this summary entry to a JSON string.
-