Index

C G H I P R S 
All Classes and Interfaces|All Packages

C

Command - Class in Unnamed Package
Classe Command - une commande du jeu d'aventure Zuul.
Command(String, String) - Constructor for class Command
Natural constructor for the class Command
CommandWords - Class in Unnamed Package
This class is part of the "World of Zuul" application.
CommandWords() - Constructor for class CommandWords
 

G

Game - Class in Unnamed Package
Classe Game - le moteur du jeu d'aventure Zuul.
Game() - Constructor for class Game
Constructor for the class Game
getCommand() - Method in class Parser
 
getCommandWord() - Method in class Command
Allows to access the first command word
getDescription() - Method in class Room
Is used to access the description of a room
getExits(String) - Method in class Room
If an exit in that direction exists, this method returns that exit
getExitString() - Method in class Room
This method returns a string containing all the exits of the room under the format: "exit1 exit2 exit3"
getLongDescription() - Method in class Room
Gives the description and the possible exits of a room
getSecondWord() - Method in class Command
Allows to access the second command word
goRoom(Command) - Method in class Game
Allows to travel between rooms

H

hasSecondWord() - Method in class Command
Indicates if a second word in the command exists

I

isCommand(String) - Method in class CommandWords
Check whether a given String is a valid command word.
isUnknown() - Method in class Command
Idicates if the command is in the list of known commands

P

Parser - Class in Unnamed Package
This class is part of the "World of Zuul" application.
Parser() - Constructor for class Parser
Constructeur par defaut qui cree les 2 objets prevus pour les attributs
play() - Method in class Game
Runs the game until vFinished is true

R

Room - Class in Unnamed Package
 
Room(String) - Constructor for class Room
Constructor for the class Room

S

setExit(String, Room) - Method in class Room
Allows to add an exit to a room in any given direction
C G H I P R S 
All Classes and Interfaces|All Packages