Uses of Class
com.espertech.esper.common.internal.view.derived.StatViewAdditionalPropsEval
-
Uses of StatViewAdditionalPropsEval in com.espertech.esper.common.internal.view.derived
Modifier and TypeFieldDescriptionprotected final StatViewAdditionalPropsEval
BaseBivariateStatisticsView.additionalProps
Additional properties.protected StatViewAdditionalPropsEval
CorrelationViewFactory.additionalProps
protected StatViewAdditionalPropsEval
RegressionLinestViewFactory.additionalProps
protected StatViewAdditionalPropsEval
SizeViewFactory.additionalProps
protected StatViewAdditionalPropsEval
UnivariateStatisticsViewFactory.additionalProps
protected StatViewAdditionalPropsEval
WeightedAverageViewFactory.additionalProps
Modifier and TypeMethodDescriptionBaseBivariateStatisticsView.getAdditionalProps()
CorrelationViewFactory.getAdditionalProps()
RegressionLinestViewFactory.getAdditionalProps()
SizeViewFactory.getAdditionalProps()
UnivariateStatisticsViewFactory.getAdditionalProps()
WeightedAverageViewFactory.getAdditionalProps()
Modifier and TypeMethodDescriptionstatic EventBean
CorrelationView.doPopulateMap
(BaseStatisticsBean baseStatisticsBean, EventBeanTypedEventFactory eventAdapterService, EventType eventType, StatViewAdditionalPropsEval additionalProps, Object[] decoration) Populate bean.static EventBean
RegressionLinestView.doPopulateMap
(BaseStatisticsBean baseStatisticsBean, EventBeanTypedEventFactory eventAdapterService, EventType eventType, StatViewAdditionalPropsEval additionalProps, Object[] decoration) protected abstract EventBean
BaseBivariateStatisticsView.populateMap
(BaseStatisticsBean baseStatisticsBean, EventBeanTypedEventFactory eventAdapterService, EventType eventType, StatViewAdditionalPropsEval additionalProps, Object[] decoration) Populate bean.CorrelationView.populateMap
(BaseStatisticsBean baseStatisticsBean, EventBeanTypedEventFactory eventAdapterService, EventType eventType, StatViewAdditionalPropsEval additionalProps, Object[] decoration) RegressionLinestView.populateMap
(BaseStatisticsBean baseStatisticsBean, EventBeanTypedEventFactory eventAdapterService, EventType eventType, StatViewAdditionalPropsEval additionalProps, Object[] decoration) static EventBean
UnivariateStatisticsView.populateMap
(BaseStatisticsBean baseStatisticsBean, EventBeanTypedEventFactory eventAdapterService, EventType eventType, StatViewAdditionalPropsEval additionalProps, Object[] lastNewValues) void
CorrelationViewFactory.setAdditionalProps
(StatViewAdditionalPropsEval additionalProps) void
RegressionLinestViewFactory.setAdditionalProps
(StatViewAdditionalPropsEval additionalProps) void
SizeViewFactory.setAdditionalProps
(StatViewAdditionalPropsEval additionalProps) void
UnivariateStatisticsViewFactory.setAdditionalProps
(StatViewAdditionalPropsEval additionalProps) void
WeightedAverageViewFactory.setAdditionalProps
(StatViewAdditionalPropsEval additionalProps) ModifierConstructorDescriptionBaseBivariateStatisticsView
(ViewFactory viewFactory, AgentInstanceContext agentInstanceContext, ExprEvaluator expressionXEval, ExprEvaluator expressionYEval, EventType eventType, StatViewAdditionalPropsEval additionalProps) Constructor requires the name of the two fields to use in the parent view to compute the statistics.CorrelationView
(ViewFactory viewFactory, AgentInstanceContext agentInstanceContext, ExprEvaluator xExpressionEval, ExprEvaluator yExpressionEval, EventType eventType, StatViewAdditionalPropsEval additionalProps) RegressionLinestView
(ViewFactory viewFactory, AgentInstanceContext agentInstanceContext, ExprEvaluator xEval, ExprEvaluator yEval, EventType eventType, StatViewAdditionalPropsEval additionalProps) SizeView
(SizeViewFactory sizeViewFactory, AgentInstanceContext agentInstanceContext, EventType eventType, StatViewAdditionalPropsEval additionalProps)