Modifier and Type | Field and Description |
---|---|
protected ACQ_ConstraintSet |
ACQ_Network.constraints
Set of constraints of this network
|
Modifier and Type | Method and Description |
---|---|
ACQ_ConstraintSet |
ACQ_Network.getConstraints()
Returns the set of constraints of this network
|
ACQ_ConstraintSet |
ACQ_Bias.getConstraints()
Returns the set of constraints of this bias
|
(package private) ACQ_ConstraintSet |
ACQ_Bias.getKappa(ACQ_Query query_bgd)
Returns the set of constraints violated by query_bgd
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
ACQ_Bias.reduce(ACQ_ConstraintSet temp_kappa)
Remove a set of constraints contained into this bias
|
void |
ACQ_ConstraintSet.removeAll(ACQ_ConstraintSet temp_kappa)
Remove from this set of constraints all constraints contained in the specified set
|
void |
ACQ_ConstraintSet.retainAll(ACQ_ConstraintSet other_set)
Retains only the elements in this set that are contained in the
specified set (optional operation).
|
Constructor and Description |
---|
ACQ_ConstraintSet(ACQ_ConstraintSet other)
Constructor from a given set of constraints
Does not affect the set of constraints given as parameter
|
ACQ_Network(ACQ_ConstraintSet constraints)
Constructor from a specified set of constraints
|
ACQ_Network(ACQ_Scope variables,
ACQ_ConstraintSet constraints)
Constructor from a specified scope and set of constraints
|
ACQ_Network(ACQ_Scope variables,
ACQ_ConstraintSet constraints,
boolean add_variables)
Main constructor of networks
Build a network from the specified scope and the specified set of constraints
|