Package org.openjdk.jmh.runner.link
Class ActionPlanFrame
- java.lang.Object
-
- org.openjdk.jmh.runner.link.ActionPlanFrame
-
- All Implemented Interfaces:
java.io.Serializable
class ActionPlanFrame extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private ActionPlan
actionPlan
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ActionPlanFrame(ActionPlan actionPlan)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionPlan
getActionPlan()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
actionPlan
private final ActionPlan actionPlan
-
-
Constructor Detail
-
ActionPlanFrame
public ActionPlanFrame(ActionPlan actionPlan)
-
-
Method Detail
-
getActionPlan
public ActionPlan getActionPlan()
-
-