public class LengthWindowViewFactory extends Object implements ViewFactory, DataWindowViewWithPrevious
Modifier and Type | Field and Description |
---|---|
protected EventType |
eventType |
protected ExprEvaluator |
size |
Constructor and Description |
---|
LengthWindowViewFactory() |
Modifier and Type | Method and Description |
---|---|
EventType |
getEventType() |
String |
getViewName() |
void |
init(ViewFactoryContext viewFactoryContext,
EPStatementInitServices services) |
PreviousGetterStrategy |
makePreviousGetter() |
View |
makeView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
void |
setEventType(EventType eventType) |
void |
setSize(ExprEvaluator size) |
protected ExprEvaluator size
protected EventType eventType
public void setSize(ExprEvaluator size)
public void setEventType(EventType eventType)
setEventType
in interface ViewFactory
public void init(ViewFactoryContext viewFactoryContext, EPStatementInitServices services)
init
in interface ViewFactory
public View makeView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
makeView
in interface ViewFactory
public PreviousGetterStrategy makePreviousGetter()
makePreviousGetter
in interface DataWindowViewWithPrevious
public EventType getEventType()
getEventType
in interface ViewFactory
public String getViewName()
getViewName
in interface ViewFactory
Copyright © 2005–2018. All rights reserved.