Class CommandWords
- java.lang.Object
-
- CommandWords
-
public class CommandWords extends Object
Cette classe a comme attribut un tableau de String contenant l'ensemble des commandes valides.- Version:
- 08/03/2020
- Author:
- Gabriel Leroux aidé des enseignements de M.Bureau
-
-
Constructor Summary
Constructors Constructor Description CommandWords()
Constructor - initialise the command words.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCommandList()
Affiche toutes les commandes valides sur System.outboolean
isCommand(String pString)
Check whether a given String is a valid command word.
-