Serialized Form
-
Package dev.roanh.gmark.client
-
Class dev.roanh.gmark.client.ExampleTab
class ExampleTab extends JPanel implements Serializable- serialVersionUID:
- 8727642118457294081L
-
Class dev.roanh.gmark.client.QueryTab
class QueryTab extends JPanel implements Serializable- serialVersionUID:
- -7906116640679412583L
-
Serialized Fields
-
data
QuerySet data
The most recently generated set of queries. -
executor
Executor executor
Executor used to run query generation tasks. -
info
JPanel info
Panel showing information about the loaded gMark configuration. -
queries
JPanel queries
Panel showing information about the generated query workload. -
save
JButton save
Button to save the generated queries.
-
-
Class dev.roanh.gmark.client.UsageTab
class UsageTab extends JPanel implements Serializable- serialVersionUID:
- 7240133091326502006L
-
-
Package dev.roanh.gmark.exception
-
Exception dev.roanh.gmark.exception.ConfigException
class ConfigException extends Exception implements Serializable- serialVersionUID:
- -2229786583456473669L
-
Exception dev.roanh.gmark.exception.GenerationException
class GenerationException extends Exception implements Serializable- serialVersionUID:
- 4496821367499497928L
-
-
Package dev.roanh.gmark.util
-
Class dev.roanh.gmark.util.GraphPanel
class GraphPanel extends JPanel implements Serializable- serialVersionUID:
- -3008224073658504239L
-
Serialized Fields
-
activeNode
GraphPanel<V,
E>.Node activeNode The currently selected node. -
directed
boolean directed
True if the graph should be drawn as a directed graph. -
edgeLabel
Function<E,
String> edgeLabel Function to convert edge data to a string to show to the user. -
edges
List<GraphPanel<V,
E>.Edge> edges List of edges to render. -
lastLocation
Point lastLocation
Last location the user held down the mouse. This will benull
when the user is not dragging the mouse. -
nodeLabel
Function<V,
String> nodeLabel Function to convert node data to a string to show to the user. -
nodes
List<GraphPanel<V,
E>.Node> nodes List of nodes to render.
-
-