| Package | Description |
|---|---|
| org.liquigraph.core.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompoundQuery |
| Modifier and Type | Class and Description |
|---|---|
class |
AndQuery |
class |
OrQuery |
class |
SimpleQuery |
| Modifier and Type | Method and Description |
|---|---|
Query |
OrQuery.getFirstQuery() |
Query |
AndQuery.getFirstQuery() |
Query |
CompoundQuery.getFirstQuery() |
Query |
Postcondition.getQuery() |
Query |
Condition.getQuery() |
Query |
Precondition.getQuery() |
Query |
OrQuery.getSecondQuery() |
Query |
AndQuery.getSecondQuery() |
Query |
CompoundQuery.getSecondQuery() |
| Modifier and Type | Method and Description |
|---|---|
List<Query> |
OrQuery.getQueries() |
List<Query> |
AndQuery.getQueries() |
| Modifier and Type | Method and Description |
|---|---|
void |
Postcondition.setQuery(Query query) |
void |
Precondition.setQuery(Query query) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CompoundQueries.checkQueryListState(Collection<Query> queries) |
void |
OrQuery.setQueries(List<Query> queries) |
void |
AndQuery.setQueries(List<Query> queries) |
Copyright © 2018. All rights reserved.