Uses of Interface
org.liquigraph.core.model.Query
-
Packages that use Query Package Description org.liquigraph.core.model -
-
Uses of Query in org.liquigraph.core.model
Subinterfaces of Query in org.liquigraph.core.model Modifier and Type Interface Description interfaceCompoundQueryClasses in org.liquigraph.core.model that implement Query Modifier and Type Class Description classAndQueryclassOrQueryclassSimpleQueryMethods in org.liquigraph.core.model that return Query Modifier and Type Method Description QueryAndQuery. getFirstQuery()QueryCompoundQuery. getFirstQuery()QueryOrQuery. getFirstQuery()QueryCondition. getQuery()QueryPostcondition. getQuery()QueryPrecondition. getQuery()QueryAndQuery. getSecondQuery()QueryCompoundQuery. getSecondQuery()QueryOrQuery. getSecondQuery()Methods in org.liquigraph.core.model that return types with arguments of type Query Modifier and Type Method Description List<Query>AndQuery. getQueries()List<Query>OrQuery. getQueries()Methods in org.liquigraph.core.model with parameters of type Query Modifier and Type Method Description voidPostcondition. setQuery(Query query)voidPrecondition. setQuery(Query query)Method parameters in org.liquigraph.core.model with type arguments of type Query Modifier and Type Method Description static voidCompoundQueries. checkQueryListState(Collection<Query> queries)voidAndQuery. setQueries(List<Query> queries)voidOrQuery. setQueries(List<Query> queries)
-