public interface CompoundQuery extends PreconditionQuery
| Modifier and Type | Method and Description |
|---|---|
boolean |
compose(boolean firstResult,
boolean secondResult) |
java.lang.String |
compose(java.lang.String firstQuery,
java.lang.String secondQuery) |
PreconditionQuery |
getFirstQuery() |
PreconditionQuery |
getSecondQuery() |
PreconditionQuery getFirstQuery()
PreconditionQuery getSecondQuery()
boolean compose(boolean firstResult,
boolean secondResult)
java.lang.String compose(java.lang.String firstQuery,
java.lang.String secondQuery)
Copyright © 2014. All Rights Reserved.