public class UnionViewFactory extends Object implements ViewFactory, DataWindowViewFactory
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
protected EventType |
eventType |
protected boolean |
hasAsymetric |
protected ViewFactory[] |
unioned |
EMPTY_ARRAY, EPTYPEARRAY, EPTYPEARRAYARRAY, SINGLE_ELEMENT_ARRAY
Constructor and Description |
---|
UnionViewFactory() |
Modifier and Type | Method and Description |
---|---|
EventType |
getEventType() |
ViewFactory[] |
getUnioned() |
String |
getViewName() |
void |
init(ViewFactoryContext viewFactoryContext,
EPStatementInitServices services) |
boolean |
isHasAsymetric() |
View |
makeView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
void |
setEventType(EventType eventType) |
void |
setHasAsymetric(boolean hasAsymetric) |
void |
setUnioned(ViewFactory[] unioned) |
public static final EPTypeClass EPTYPE
protected EventType eventType
protected ViewFactory[] unioned
protected boolean hasAsymetric
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 EventType getEventType()
getEventType
in interface ViewFactory
public ViewFactory[] getUnioned()
public void setUnioned(ViewFactory[] unioned)
public boolean isHasAsymetric()
public void setHasAsymetric(boolean hasAsymetric)
public String getViewName()
getViewName
in interface ViewFactory
Copyright © 2005–2021. All rights reserved.