Index
All Classes and Interfaces|All Packages
R
- RandomActionSequenceGenerator - Class in randomGenerators
-
The RandomActionSequenceGenerator class is responsible for generating random action sequences based on predefined actions.
- RandomActionSequenceGenerator() - Constructor for class randomGenerators.RandomActionSequenceGenerator
-
Constructs a RandomActionSequenceGenerator object.
- RandomBinaryMapGenerator - Class in randomGenerators.map
-
This class generates random binary maps based on the RandomMapGenerator class.
- RandomBinaryMapGenerator(int) - Constructor for class randomGenerators.map.RandomBinaryMapGenerator
-
Constructs a RandomBinaryMapGenerator with the specified maximum binary size.
- randomGenerators - package randomGenerators
-
The randomGenerators package provides utilities for generating random data and sequences.
- randomGenerators.map - package randomGenerators.map
-
The randomGenerators.map package contains utilities for generating random maps and managing map files.
- RandomMapGenerator - Class in randomGenerators.map
-
This class generates random maps based on the MapGenerator abstract class.
- RandomMapGenerator() - Constructor for class randomGenerators.map.RandomMapGenerator
-
Constructs a RandomMapGenerator object.
- RandomTextMapGenerator - Class in randomGenerators.map
-
This class generates random text-based maps based on the RandomMapGenerator class.
- RandomTextMapGenerator(int, int) - Constructor for class randomGenerators.map.RandomTextMapGenerator
-
Constructs a RandomTextMapGenerator with the specified maximum height and width.
- readTemplate(String) - Method in interface outputProviders.logGenerator.pages.PageGenerator
-
Read the template HTML file to a byte string, ready for modification.
- ReportAboutFuzzerPath - Static variable in class outputProviders.logGenerator.LogHTMLFileHandler
-
Path to the HTML file that contains the generated about the fuzzer page of the report.
- ReportAboutFuzzerTemplatePath - Static variable in class outputProviders.logGenerator.LogHTMLFileHandler
-
Path to the template for the HTML file that contains the template for the about the fuzzer page of the report.
- ReportAllMapsPath - Static variable in class outputProviders.logGenerator.LogHTMLFileHandler
-
Path to the HTML file that contains the generated all maps page of the report.
- ReportAllMapsTemplatePath - Static variable in class outputProviders.logGenerator.LogHTMLFileHandler
-
Path to the template for the HTML file that contains the template for the all maps page of the report.
- ReportHomePath - Static variable in class outputProviders.logGenerator.LogHTMLFileHandler
-
Path to the HTML file that contains the generated home page of the report.
- ReportHomeTemplatePath - Static variable in class outputProviders.logGenerator.LogHTMLFileHandler
-
Path to the template for the HTML file that contains the template for the home page of the report.
- ReportOverviewPath - Static variable in class outputProviders.logGenerator.LogHTMLFileHandler
-
Path to the HTML file that contains the generated overview report and conclusions page of the report.
- ReportOverviewTemplatePath - Static variable in class outputProviders.logGenerator.LogHTMLFileHandler
-
Path to the template fo the HTML file that contains the template for the overview report and conclusions page of the report.
- ReportWelcomePath - Static variable in class outputProviders.logGenerator.LogHTMLFileHandler
-
Path to the HTML file that contains the generated welcome page of the report.
- ReportWelcomeTemplatePath - Static variable in class outputProviders.logGenerator.LogHTMLFileHandler
-
Path to the template for the HTML file that containt the template for the welcome page of the report
- rows - Static variable in class outputProviders.logGenerator.LogHTMLFileHandler
-
A list with items lists (row of the CSV file) of strings (values in the row of the CSV file).
All Classes and Interfaces|All Packages