- check(int...) - Method in class ag.ACQ_Constraint
-
Checks if the constraint is violated for a given set of values
- check(ACQ_Query) - Method in class ag.ACQ_Network
-
Checks if the query violates this network of constraints
- check(int, int) - Method in class ag.BinaryArithmetic
-
Checks this constraint for a specified set of values
- check(int...) - Method in class ag.BinaryConstraint
-
- check(int, int) - Method in class ag.BinaryConstraint
-
- check(int...) - Method in class ag.TernaryConstraint
-
- check(int, int, int) - Method in class ag.TernaryConstraint
-
- check(int) - Method in class ag.UnaryArithmetic
-
- check(int...) - Method in class ag.UnaryConstraint
-
- check(int) - Method in class ag.UnaryConstraint
-
- checker(int[]) - Method in class ag.ACQ_Constraint
-
Checks if the constraint is violated for a given set of values
- checker(int[]) - Method in interface ag.ACQ_IConstraint
-
Checks if the constraint is violated for a given set of values
- checkNotAllNeg(ACQ_Query) - Method in class ag.ACQ_Network
-
checkNotAllNeg
- classification - Variable in class ag.ACQ_Query
-
Defines if this query is positive or negative
- classify(boolean) - Method in class ag.ACQ_Query
-
Set if this query is positive or not
- classify_as(ACQ_Query) - Method in class ag.ACQ_Query
-
Set the classification of this query to the same value of the specified query
- computeMinArity() - Method in class ag.ACQ_Bias
-
Returns the size of the smallest scope of this bias
- ConstraintAcquisition - Class in ag
-
- ConstraintAcquisition() - Constructor for class ag.ConstraintAcquisition
-
- constraints - Variable in class ag.ACQ_ConstraintSet
-
Set of constraints
- constraints - Variable in class ag.ACQ_Network
-
Set of constraints of this network
- contains(int) - Method in class ag.ACQ_Scope
-
Checks if the specified variable (identified by a number) is contained in this scope
- containsAll(ACQ_Scope) - Method in class ag.ACQ_Scope
-
Checks if the variables of the specified scope are all included in this scope
- cste - Variable in class ag.BinaryArithmetic
-
Optional constant value to allow more comparison for the constraint
- cste - Variable in class ag.UnaryArithmetic
-