|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wso2.siddhi.query.api.condition.Condition
org.wso2.siddhi.query.api.condition.AndCondition
public class AndCondition
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.wso2.siddhi.query.api.condition.Condition |
|---|
Condition.Operator |
| Constructor Summary | |
|---|---|
AndCondition(Condition leftCondition,
Condition rightCondition)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
Set<String> |
getDependencySet()
|
Condition |
getLeftCondition()
|
Condition |
getRightCondition()
|
int |
hashCode()
|
String |
toString()
|
protected void |
validate(List<QueryEventSource> queryEventSourceList,
ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap,
String streamReferenceId,
boolean processInStreamDefinition)
|
| Methods inherited from class org.wso2.siddhi.query.api.condition.Condition |
|---|
and, bool, compare, extension, function, in, not, or |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AndCondition(Condition leftCondition,
Condition rightCondition)
| Method Detail |
|---|
public Condition getLeftCondition()
public Condition getRightCondition()
protected void validate(List<QueryEventSource> queryEventSourceList,
ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap,
String streamReferenceId,
boolean processInStreamDefinition)
validate in class Conditionpublic String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic Set<String> getDependencySet()
getDependencySet in class Condition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||