Class RegressionLinestViewFactory
java.lang.Object
com.espertech.esper.common.internal.view.derived.RegressionLinestViewFactory
- All Implemented Interfaces:
ViewFactory
Factory for
RegressionLinestView
instances.-
Field Summary
Modifier and TypeFieldDescriptionprotected StatViewAdditionalPropsEval
static final EPTypeClass
protected EventType
protected ExprEvaluator
protected ExprEvaluator
Fields inherited from interface com.espertech.esper.common.internal.view.core.ViewFactory
EMPTY_ARRAY, EPTYPEARRAY, EPTYPEARRAYARRAY, SINGLE_ELEMENT_ARRAY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(ViewFactoryContext viewFactoryContext, EPStatementInitServices services) makeView
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) void
setAdditionalProps
(StatViewAdditionalPropsEval additionalProps) void
setEventType
(EventType eventType) void
setExpressionXEval
(ExprEvaluator expressionXEval) void
setExpressionYEval
(ExprEvaluator expressionYEval)
-
Field Details
-
EPTYPE
-
expressionXEval
-
expressionYEval
-
additionalProps
-
eventType
-
-
Constructor Details
-
RegressionLinestViewFactory
public RegressionLinestViewFactory()
-
-
Method Details
-
init
- Specified by:
init
in interfaceViewFactory
-
makeView
- Specified by:
makeView
in interfaceViewFactory
-
setExpressionXEval
-
setExpressionYEval
-
setAdditionalProps
-
setEventType
- Specified by:
setEventType
in interfaceViewFactory
-
getAdditionalProps
-
getEventType
- Specified by:
getEventType
in interfaceViewFactory
-
getExpressionXEval
-
getExpressionYEval
-
getViewName
- Specified by:
getViewName
in interfaceViewFactory
-