- OFF - Static variable in class edu.uta.cse.fireeye.common.TestGenProfile
-
constant string for option OFF
- ON - Static variable in class edu.uta.cse.fireeye.common.TestGenProfile
-
constant string for option ON
- OperationServiceException - Exception in edu.uta.cse.fireeye.service.exception
-
This class represents a checked exception that is thrown from the
back end.
- OperationServiceException(String) - Constructor for exception edu.uta.cse.fireeye.service.exception.OperationServiceException
-
Creates an instance with an error message.
- OperationServiceException(String, Throwable) - Constructor for exception edu.uta.cse.fireeye.service.exception.OperationServiceException
-
Constructs an instance with an error message and a throwable
object.
- outputInCSVFormat() - Method in class edu.uta.cse.fireeye.common.TestSetWrapper
-
Prints this test set to terminal in the CSV format.
- outputInCSVFormat(String) - Method in class edu.uta.cse.fireeye.common.TestSetWrapper
-
Outputs this test set to a file in the CSV format.
- outputInExcelFormat(String) - Method in class edu.uta.cse.fireeye.common.TestSetWrapper
-
Outputs a test set in the Excel format into a file.
- outputInNistFormat() - Method in class edu.uta.cse.fireeye.common.TestSetWrapper
-
Prints this test set to terminal in the NIST format.
- outputInNistFormat(String) - Method in class edu.uta.cse.fireeye.common.TestSetWrapper
-
Outputs this test set to a file in the NIST format.
- outputInNistFormat(String, String) - Method in class edu.uta.cse.fireeye.common.TestSetWrapper
-
Outputs this test set to a file in the NIST format for GUI.
- outputInNumericFormat() - Method in class edu.uta.cse.fireeye.common.TestSetWrapper
-
Prints this test set to terminal in the numeric format.
- outputInNumericFormat(String) - Method in class edu.uta.cse.fireeye.common.TestSetWrapper
-
Outputs this test set to a file in the numeric format.
- outputInNumericFormat(PrintWriter) - Method in class edu.uta.cse.fireeye.common.TestSetWrapper
-
Outputs a test set in the numeric format into a file.