Class BenchmarkItem
java.lang.Object
org.episteme.benchmarks.ui.BenchmarkItem
Model class for the Benchmark TreeTableView.
-
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.StringPropertyjavafx.beans.property.BooleanPropertyjavafx.beans.property.StringProperty -
Constructor Summary
ConstructorsConstructorDescriptionBenchmarkItem(String name, String domain, String backend, String provider, String description, boolean isLeaf) BenchmarkItem(String name, String domain, String backend, String provider, String description, RunnableBenchmark benchmark) BenchmarkItem(String name, String domain, RunnableBenchmark benchmark) BenchmarkItem(RunnableBenchmark benchmark) -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyGets the value of thebackendproperty.Gets the value of thedescriptionproperty.Gets the value of thedomainproperty.Gets the value of thelibraryproperty.getMode()Gets the value of themodeproperty.getName()Gets the value of thenameproperty.doubleGets the value of theproviderproperty.Gets the value of theresultproperty.doublegetScore()Gets the value of thestatusproperty.booleanbooleanGets the value of theselectedproperty.javafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.BooleanPropertyvoidsetP99LatencyMs(double p99) voidsetScore(double score) javafx.beans.property.StringProperty
-
Property Details
-
name
public javafx.beans.property.StringProperty nameProperty- See Also:
-
description
public javafx.beans.property.StringProperty descriptionProperty- See Also:
-
domain
public javafx.beans.property.StringProperty domainProperty- See Also:
-
status
public javafx.beans.property.StringProperty statusProperty- See Also:
-
result
public javafx.beans.property.StringProperty resultProperty- See Also:
-
provider
public javafx.beans.property.StringProperty providerProperty- See Also:
-
library
public javafx.beans.property.StringProperty libraryProperty- See Also:
-
backend
public javafx.beans.property.StringProperty backendProperty- See Also:
-
selected
public javafx.beans.property.BooleanProperty selectedProperty- See Also:
-
mode
public javafx.beans.property.StringProperty modeProperty- See Also:
-
-
Constructor Details
-
BenchmarkItem
-
BenchmarkItem
-
BenchmarkItem
-
BenchmarkItem
-
-
Method Details
-
isBenchmark
public boolean isBenchmark() -
getName
Gets the value of thenameproperty.- Property description:
- Returns:
- the value of the
nameproperty - See Also:
-
nameProperty
public javafx.beans.property.StringProperty nameProperty()- Returns:
- the
nameproperty - See Also:
-
getDescription
Gets the value of thedescriptionproperty.- Property description:
- Returns:
- the value of the
descriptionproperty - See Also:
-
descriptionProperty
public javafx.beans.property.StringProperty descriptionProperty()- Returns:
- the
descriptionproperty - See Also:
-
getDomain
Gets the value of thedomainproperty.- Property description:
- Returns:
- the value of the
domainproperty - See Also:
-
domainProperty
public javafx.beans.property.StringProperty domainProperty()- Returns:
- the
domainproperty - See Also:
-
getStatus
Gets the value of thestatusproperty.- Property description:
- Returns:
- the value of the
statusproperty - See Also:
-
statusProperty
public javafx.beans.property.StringProperty statusProperty()- Returns:
- the
statusproperty - See Also:
-
getResult
Gets the value of theresultproperty.- Property description:
- Returns:
- the value of the
resultproperty - See Also:
-
resultProperty
public javafx.beans.property.StringProperty resultProperty()- Returns:
- the
resultproperty - See Also:
-
getProvider
Gets the value of theproviderproperty.- Property description:
- Returns:
- the value of the
providerproperty - See Also:
-
providerProperty
public javafx.beans.property.StringProperty providerProperty()- Returns:
- the
providerproperty - See Also:
-
getLibrary
Gets the value of thelibraryproperty.- Property description:
- Returns:
- the value of the
libraryproperty - See Also:
-
libraryProperty
public javafx.beans.property.StringProperty libraryProperty()- Returns:
- the
libraryproperty - See Also:
-
getBackend
Gets the value of thebackendproperty.- Property description:
- Returns:
- the value of the
backendproperty - See Also:
-
backendProperty
public javafx.beans.property.StringProperty backendProperty()- Returns:
- the
backendproperty - See Also:
-
isSelected
public boolean isSelected()Gets the value of theselectedproperty.- Property description:
- Returns:
- the value of the
selectedproperty - See Also:
-
selectedProperty
public javafx.beans.property.BooleanProperty selectedProperty()- Returns:
- the
selectedproperty - See Also:
-
getMode
Gets the value of themodeproperty.- Property description:
- Returns:
- the value of the
modeproperty - See Also:
-
modeProperty
public javafx.beans.property.StringProperty modeProperty()- Returns:
- the
modeproperty - See Also:
-
getBenchmark
-
setScore
public void setScore(double score) -
getScore
public double getScore() -
setP99LatencyMs
public void setP99LatencyMs(double p99) -
getP99LatencyMs
public double getP99LatencyMs() -
getUniqueId
-