Package org.liquigraph.core.model
Class AndQuery
- java.lang.Object
-
- org.liquigraph.core.model.AndQuery
-
- All Implemented Interfaces:
CompoundQuery,Query
public class AndQuery extends Object implements CompoundQuery
-
-
Constructor Summary
Constructors Constructor Description AndQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancompose(boolean firstResult, boolean secondResult)Stringcompose(String firstQuery, String secondQuery)booleanequals(Object obj)QuerygetFirstQuery()List<Query>getQueries()QuerygetSecondQuery()inthashCode()voidsetQueries(List<Query> queries)StringtoString()
-
-
-
Method Detail
-
getFirstQuery
public Query getFirstQuery()
- Specified by:
getFirstQueryin interfaceCompoundQuery
-
getSecondQuery
public Query getSecondQuery()
- Specified by:
getSecondQueryin interfaceCompoundQuery
-
compose
public boolean compose(boolean firstResult, boolean secondResult)- Specified by:
composein interfaceCompoundQuery
-
compose
public String compose(String firstQuery, String secondQuery)
- Specified by:
composein interfaceCompoundQuery
-
-