|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Quiz | |
---|---|
lecturequiz.server.gamemodes | |
lecturequiz.server.main |
Uses of Quiz in lecturequiz.server.gamemodes |
---|
Fields in lecturequiz.server.gamemodes declared as Quiz | |
---|---|
protected Quiz |
AbstractGameMode.quiz
|
Methods in lecturequiz.server.gamemodes with parameters of type Quiz | |
---|---|
AbstractGameMode |
IGameModeFactory.createInstance(Quiz quiz,
java.lang.String quizCode)
|
AbstractGameMode |
PlainGameFactory.createInstance(Quiz quiz,
java.lang.String quizCode)
|
Constructors in lecturequiz.server.gamemodes with parameters of type Quiz | |
---|---|
AbstractGameMode(Quiz quiz,
java.lang.String quizCode)
Constructor. |
|
PlainGame(Quiz quiz,
java.lang.String quizCode)
Constructor. |
Uses of Quiz in lecturequiz.server.main |
---|
Methods in lecturequiz.server.main that return Quiz | |
---|---|
Quiz |
DBInterface.getQuiz(int id)
Returns the quiz with the given ID from the database |
Quiz |
MySQLDB.getQuiz(int id)
Returns the quiz with the given ID from the database |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |