- addConstraint(Constraint) - Method in class edu.uta.cse.fireeye.common.SUT
-
Adds a constraint into this SUT.
- addDefaultRelation(int) - Method in class edu.uta.cse.fireeye.common.SUT
-
Add the default relation with a specified strength.
- addInvalidValue(String) - Method in class edu.uta.cse.fireeye.common.Parameter
-
- addMatrix(ArrayList<int[]>) - Method in class edu.uta.cse.fireeye.common.TestSet
-
Adds an existing matrix into this test set.
- addNewTest(Tuple) - Method in class edu.uta.cse.fireeye.common.TestSet
-
Add a new test to cover a given tuple.
- addNewTest(int[]) - Method in class edu.uta.cse.fireeye.common.TestSet
-
- addParam(Parameter) - Method in class edu.uta.cse.fireeye.common.Relation
-
Adds a parameter into this relation.
- addParam(String) - Method in class edu.uta.cse.fireeye.common.SUT
-
Adds a new parameter.
- addRelation(Relation) - Method in class edu.uta.cse.fireeye.common.SUT
-
Adds a relation into the SUT.
- addTest(int[]) - Method in class edu.uta.cse.fireeye.common.TestSet
-
Adds a new test into this test set.
- addValue(String) - Method in class edu.uta.cse.fireeye.common.Parameter
-
Adds a valid value into the list of parameter values.
- ALL_COMBINATION - Static variable in class edu.uta.cse.fireeye.common.TestGenProfile
-