public class LogicalStateElement extends Object implements StateElement
| Modifier and Type | Class and Description |
|---|---|
static class |
LogicalStateElement.Type
Different type of logical condition
|
| Modifier and Type | Field and Description |
|---|---|
protected StreamStateElement |
streamStateElement1 |
protected StreamStateElement |
streamStateElement2 |
protected LogicalStateElement.Type |
type |
| Constructor and Description |
|---|
LogicalStateElement(StreamStateElement streamStateElement1,
LogicalStateElement.Type type,
StreamStateElement streamStateElement2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int[] |
getQueryContextEndIndex() |
int[] |
getQueryContextStartIndex() |
StreamStateElement |
getStreamStateElement1() |
StreamStateElement |
getStreamStateElement2() |
LogicalStateElement.Type |
getType() |
int |
hashCode() |
void |
setQueryContextEndIndex(int[] lineAndColumn) |
void |
setQueryContextStartIndex(int[] lineAndColumn) |
String |
toString() |
protected StreamStateElement streamStateElement1
protected LogicalStateElement.Type type
protected StreamStateElement streamStateElement2
public LogicalStateElement(StreamStateElement streamStateElement1, LogicalStateElement.Type type, StreamStateElement streamStateElement2)
public StreamStateElement getStreamStateElement1()
public StreamStateElement getStreamStateElement2()
public LogicalStateElement.Type getType()
public int[] getQueryContextStartIndex()
getQueryContextStartIndex in interface SiddhiElementpublic void setQueryContextStartIndex(int[] lineAndColumn)
setQueryContextStartIndex in interface SiddhiElementpublic int[] getQueryContextEndIndex()
getQueryContextEndIndex in interface SiddhiElementpublic void setQueryContextEndIndex(int[] lineAndColumn)
setQueryContextEndIndex in interface SiddhiElementCopyright © 2019. All rights reserved.