Package step.plugins.views.functions
Class ErrorRateView
java.lang.Object
step.core.views.AbstractView<AbstractTimeBasedModel<T>>
step.plugins.views.functions.AbstractTimeBasedView<ErrorRateEntry>
step.plugins.views.functions.ErrorRateView
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
protected void
mergePoints
(ErrorRateEntry target, ErrorRateEntry source) void
This method is called when the error contribution of a report node should be removed.void
onReportNodeRemoval
(AbstractTimeBasedModel<ErrorRateEntry> model, ReportNode node) This method is called when a report node is removed from the tree.protected void
unMergePoints
(ErrorRateEntry target, ErrorRateEntry source) Methods inherited from class step.plugins.views.functions.AbstractTimeBasedView
addPoint, init, initInterval, mergePointToInterval, removePoint, setResolutions, timeToInterval
Methods inherited from class step.core.views.AbstractView
addModel, getModel, removeModel
-
Constructor Details
-
ErrorRateView
public ErrorRateView()
-
-
Method Details
-
afterReportNodeSkeletonCreation
public void afterReportNodeSkeletonCreation(AbstractTimeBasedModel<ErrorRateEntry> model, ReportNode node) - Specified by:
afterReportNodeSkeletonCreation
in classAbstractView<AbstractTimeBasedModel<ErrorRateEntry>>
-
beforeReportNodeExecution
public void beforeReportNodeExecution(AbstractTimeBasedModel<ErrorRateEntry> model, ReportNode node) - Specified by:
beforeReportNodeExecution
in classAbstractView<AbstractTimeBasedModel<ErrorRateEntry>>
-
afterReportNodeExecution
- Specified by:
afterReportNodeExecution
in classAbstractView<AbstractTimeBasedModel<ErrorRateEntry>>
-
mergePoints
- Specified by:
mergePoints
in classAbstractTimeBasedView<ErrorRateEntry>
-
getViewId
- Specified by:
getViewId
in classAbstractView<AbstractTimeBasedModel<ErrorRateEntry>>
-
onReportNodeRemoval
Description copied from class:AbstractView
This method is called when a report node is removed from the tree.- Specified by:
onReportNodeRemoval
in classAbstractView<AbstractTimeBasedModel<ErrorRateEntry>>
-
onErrorContributionRemoval
public void onErrorContributionRemoval(AbstractTimeBasedModel<ErrorRateEntry> model, ReportNode node) Description copied from class:AbstractView
This method is called when the error contribution of a report node should be removed. SeeReportNode.getContributingError()
for more details about error contribution- Overrides:
onErrorContributionRemoval
in classAbstractView<AbstractTimeBasedModel<ErrorRateEntry>>
-
unMergePoints
- Specified by:
unMergePoints
in classAbstractTimeBasedView<ErrorRateEntry>
-