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