Uses of Class
com.espertech.esper.common.internal.view.derived.StatViewAdditionalPropsEval
Packages that use StatViewAdditionalPropsEval
-
Uses of StatViewAdditionalPropsEval in com.espertech.esper.common.internal.view.derived
Fields in com.espertech.esper.common.internal.view.derived declared as StatViewAdditionalPropsEvalModifier 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
Methods in com.espertech.esper.common.internal.view.derived that return StatViewAdditionalPropsEvalModifier and TypeMethodDescriptionBaseBivariateStatisticsView.getAdditionalProps()
CorrelationViewFactory.getAdditionalProps()
RegressionLinestViewFactory.getAdditionalProps()
SizeViewFactory.getAdditionalProps()
UnivariateStatisticsViewFactory.getAdditionalProps()
WeightedAverageViewFactory.getAdditionalProps()
Methods in com.espertech.esper.common.internal.view.derived with parameters of type StatViewAdditionalPropsEvalModifier 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) Constructors in com.espertech.esper.common.internal.view.derived with parameters of type StatViewAdditionalPropsEvalModifierConstructorDescriptionBaseBivariateStatisticsView
(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)