Package es.ull.mazesolver.translations
Interface MenuTranslations
public interface MenuTranslations
Clase contenedora de las traducciones para los menĂºs.
-
Method Details
-
file
String file() -
exit
String exit() -
environment
String environment() -
newEnv
String newEnv() -
configEnv
String configEnv() -
saveMaze
String saveMaze() -
closeEnv
String closeEnv() -
agent
String agent() -
newAgent
String newAgent() -
configureAgent
String configureAgent() -
copyAgent
String copyAgent() -
openAgent
String openAgent() -
saveAgent
String saveAgent() -
removeAgent
String removeAgent() -
simulation
String simulation() -
configuration
String configuration() -
simulationMode
String simulationMode() -
editMode
String editMode() -
language
String language() -
help
String help() -
userDocs
String userDocs() -
apiDocs
String apiDocs() -
knownProblems
String knownProblems() -
about
String about()
-