org.wso2.siddhi.query.api.condition
Class AndCondition

java.lang.Object
  extended by org.wso2.siddhi.query.api.condition.Condition
      extended by org.wso2.siddhi.query.api.condition.AndCondition
All Implemented Interfaces:
Serializable

public class AndCondition
extends Condition

See Also:
Serialized Form

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

AndCondition

public AndCondition(Condition leftCondition,
                    Condition rightCondition)
Method Detail

getLeftCondition

public Condition getLeftCondition()

getRightCondition

public Condition getRightCondition()

validate

protected void validate(List<QueryEventSource> queryEventSourceList,
                        ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap,
                        String streamReferenceId,
                        boolean processInStreamDefinition)
Specified by:
validate in class Condition

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getDependencySet

public Set<String> getDependencySet()
Overrides:
getDependencySet in class Condition


Copyright © 2015 WSO2. All Rights Reserved.