A B C D E F G H I J K L M N O P Q R S T U V W X

Q

Query - Class in agg.util.csp
An abstract class that represents a query for a variable domain.
Query(Variable, int) - Constructor for class agg.util.csp.Query
Construct myself to be a constant query.
Query(Variable, Variable, int) - Constructor for class agg.util.csp.Query
Construct myself to be a unary query.
Query(Variable, Variable, Variable, int) - Constructor for class agg.util.csp.Query
Construct myself to be a binary query.
Query_Incoming - Class in agg.xt_basis
 
Query_Incoming(Variable, Variable) - Constructor for class agg.xt_basis.Query_Incoming
Construct myself to be a binary query for incoming arcs of obj with abstraction abs.
Query_Outgoing - Class in agg.xt_basis
 
Query_Outgoing(Variable, Variable) - Constructor for class agg.xt_basis.Query_Outgoing
Construct myself to be a binary query for outgoing arcs of obj with abstraction abs.
Query_Source - Class in agg.xt_basis
 
Query_Source(Variable, Variable) - Constructor for class agg.xt_basis.Query_Source
Construct myself to be a unary query for the source of arc.
Query_Target - Class in agg.xt_basis
 
Query_Target(Variable, Variable) - Constructor for class agg.xt_basis.Query_Target
Construct myself to be a unary query for the target of arc.
Query_Type - Class in agg.xt_basis
 
Query_Type(List<GraphObject>, Variable) - Constructor for class agg.xt_basis.Query_Type
Construct myself to be a constant query for the objects given in the parameter objects.
QueryOrder - Class in agg.util.csp
 
QueryOrder() - Constructor for class agg.util.csp.QueryOrder
 

A B C D E F G H I J K L M N O P Q R S T U V W X