Skip navigation links
A B C D E F G I M N O P R S T V 

S

setActiveID(int) - Method in class edu.uta.cse.fireeye.common.Parameter
Sets the active ID of the parameter.
setAlgorithm(String) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
Sets the test generation algorithm.
setAllCoverableTuples(int) - Method in class edu.uta.cse.fireeye.service.engine.CoverageChecker
 
setAllCoveredTuples(int) - Method in class edu.uta.cse.fireeye.service.engine.CoverageChecker
 
setBaseChoiceValues(ArrayList<String>) - Method in class edu.uta.cse.fireeye.common.Parameter
 
setChangedDuringImport(boolean) - Method in class edu.uta.cse.fireeye.common.Parameter
 
setCheckCoverage(String) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
Sets the flag indicating whether to check coverage after test generation.
setCombine(String) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
 
setConstraintManager(ConstraintManager) - Method in class edu.uta.cse.fireeye.common.SUT
Sets the constraint manager of this SUT.
setConstraintManagerForBC(ConstraintManager) - Method in class edu.uta.cse.fireeye.common.SUT
 
setConstraintManagerForNT(ConstraintManager) - Method in class edu.uta.cse.fireeye.common.SUT
 
setConstraintMode(TestGenProfile.ConstraintMode) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
Sets the mode of constraint handling
setDebugMode(String) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
Sets the debug mode.
setDebugMode(boolean) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
Sets the debug mode
setDOI(int) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
Sets the degree of interaction.
setExistingCols(int) - Method in class edu.uta.cse.fireeye.common.TestSet
 
setExistingRows(int) - Method in class edu.uta.cse.fireeye.common.TestSet
 
setExistingTestSet(TestSet) - Method in class edu.uta.cse.fireeye.common.SUT
Sets an existing test set.
setFastMode(String) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
 
setGenerationTime(float) - Method in class edu.uta.cse.fireeye.common.TestSet
Sets the time taken to generate this test set.
setHiddenParamValues(ArrayList<String[]>) - Method in class edu.uta.cse.fireeye.common.Parameter
 
setHiddenVariable(boolean) - Method in class edu.uta.cse.fireeye.common.Parameter
 
setHUnit(String) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
 
setID(int) - Method in class edu.uta.cse.fireeye.common.Parameter
Sets the ID of the parameter.
setIgnoreConstraints(boolean) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
Sets the flag indicating whether to ignoring constraints
setInputOrOutput(int) - Method in class edu.uta.cse.fireeye.common.Parameter
 
setInvalidValues(ArrayList<String>) - Method in class edu.uta.cse.fireeye.common.Parameter
 
setMatrix(ArrayList<int[]>) - Method in class edu.uta.cse.fireeye.common.TestSet
Sets the test matrix of this test set.
setMaxTries(int) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
Sets the max number of tries (for the paintball algorithm)
setMode(String) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
 
setName(String) - Method in class edu.uta.cse.fireeye.common.Parameter
 
setName(String) - Method in class edu.uta.cse.fireeye.common.SUT
Set the name of this SUT.
setNeedConstraintCheck(int, Boolean) - Method in class edu.uta.cse.fireeye.common.TestSet
 
setOptLevel(int) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
 
setOutputFormat(String) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
Sets the output format, which is one of the following: PV_NIST, PV_NUMERIC, PV_CSV, PV_EXCEL.
setOutputParameters(ArrayList<Parameter>) - Method in class edu.uta.cse.fireeye.common.SUT
Sets the list of output parameters.
setOutputParamname(String) - Method in class edu.uta.cse.fireeye.common.Parameter
 
setOutputParams(ArrayList<Parameter>) - Method in class edu.uta.cse.fireeye.common.TestSet
Sets the list of output parameters.
setOutputValues(ArrayList<String>) - Method in class edu.uta.cse.fireeye.common.Parameter
 
setParameters(ArrayList<Parameter>) - Method in class edu.uta.cse.fireeye.common.SUT
 
setParams(ArrayList<Parameter>) - Method in class edu.uta.cse.fireeye.common.Constraint
Sets the list of parameters involved in this constraint.
setParams(ArrayList<Parameter>) - Method in class edu.uta.cse.fireeye.common.Relation
Sets the list of parameters for this relation.
setParams(ArrayList<Parameter>) - Method in class edu.uta.cse.fireeye.common.TestSet
Set the parameters for this test set.
setProgress(String) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
Sets the progress flag.
setRandomMode(String) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
Sets the random mode.
setRandstar(String) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
Sets the flag indicating whether to randomize DONT_CARE values
setRandstar(boolean) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
Sets the flag indicating whether to randomize DONT_CARE values
setStrength(int) - Method in class edu.uta.cse.fireeye.common.Relation
Sets the strength of this relation.
setStrikethroughRowIndices(ArrayList<Integer>) - Method in class edu.uta.cse.fireeye.common.TestSet
 
setText(String) - Method in class edu.uta.cse.fireeye.common.Constraint
Sets the text of this constraint.
setTieBreaker(String) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
Sets the tie breaker option.
setTs(TestSet) - Method in class edu.uta.cse.fireeye.service.engine.CoverageChecker
 
setType(int) - Method in class edu.uta.cse.fireeye.common.Parameter
Sets the type of this parameter.
setValue(int, int, int) - Method in class edu.uta.cse.fireeye.common.TestSet
Sets a value in this test set.
setValues(ArrayList<String>) - Method in class edu.uta.cse.fireeye.common.Parameter
Sets the valid values of the parameter.
setVUnit(String) - Method in class edu.uta.cse.fireeye.common.TestGenProfile
 
SUT - Class in edu.uta.cse.fireeye.common
This class represents the configuration of a System Under Test (SUT).
SUT() - Constructor for class edu.uta.cse.fireeye.common.SUT
Creates a system configuration (for which combinatorial tests will be generated).
SUT(ArrayList<Parameter>) - Constructor for class edu.uta.cse.fireeye.common.SUT
Creates a system configuration (for which combinatorial tests will be generated) with a list of (input) parameters.
SUT(ArrayList<Parameter>, ArrayList<Parameter>) - Constructor for class edu.uta.cse.fireeye.common.SUT
Creates a system configuration (for which combinatorial tests will be generated) with two lists of parameters, one for input parameters, the other for output parameters.
SUT(String) - Constructor for class edu.uta.cse.fireeye.common.SUT
Creates a system configuration (for which combinatorial tests will be generated) with a given name.
A B C D E F G I M N O P R S T V 
Skip navigation links