Index

A B C D E F G H I L M N O P R S T V W 
All Classes and Interfaces|All Packages

M

main(String[]) - Static method in class Fuzzer
The main entry point of the fuzzing process.
managers - package managers
The managers package contains classes that manage different aspects of the Pacman project.
mapCopyCount - Static variable in class randomGenerators.map.MapGenerator
The number of generated copies of the map.
mapCount - Static variable in class randomGenerators.map.MapGenerator
The number of generated maps.
MapFileType - Enum Class in enums
The MapFileType enum represents the types of map files that can be used in the Pacman project.
MapGenerator - Class in randomGenerators.map
This abstract class serves as the base class for map generators.
MapGenerator() - Constructor for class randomGenerators.map.MapGenerator
 
mapsDirectoryPath - Static variable in class organizers.FileHandler
The path to the overall directory where the map files are located.
modifyMapFilePathColumn() - Static method in class outputProviders.logGenerator.LogCSVFileHandler
Modifies the "Map File Path" columns in the CSV file to reflect the previous run attempt.
moveMapFileToErrorDirectory(String, int) - Static method in class organizers.DirectoryHandler
Moves a map file from the overall actual directory (or other place) to an error directory based on its exit code.
mutateActionSequence(String) - Static method in class randomGenerators.RandomActionSequenceGenerator
This method mutates the given action sequence, by replacing each character of the string in turn, with each of the valid characters.
mutateMap(String) - Method in class randomGenerators.map.RandomTextMapGenerator
This method mutates a map and writes the original and all mutated maps away.
A B C D E F G H I L M N O P R S T V W 
All Classes and Interfaces|All Packages