A B C D E F G H I L M N O P Q R S T U V W Z 
All Classes All Packages

G

gameCallback(BiConsumer<GameServer<? super T>, T>) - Method in class net.starype.quiz.api.server.ServerGate
Notify the server with a given action.
GameRound - Interface in net.starype.quiz.api.game
 
GameRoundContext - Class in net.starype.quiz.api.game
 
GameRoundContext(GameRound) - Constructor for class net.starype.quiz.api.game.GameRoundContext
 
GameRoundReport - Interface in net.starype.quiz.api.game
 
GameServer<T extends QuizGame> - Interface in net.starype.quiz.api.server
Core object of library.
GameUpdatableHandler - Class in net.starype.quiz.api.game.event
 
GameUpdatableHandler() - Constructor for class net.starype.quiz.api.game.event.GameUpdatableHandler
 
GameUpdatableHandler(Collection<Updatable>) - Constructor for class net.starype.quiz.api.game.event.GameUpdatableHandler
 
get(String) - Method in class net.starype.quiz.api.parser.DBEntry
Get the entry corresponding to a given name
get(String) - Method in interface net.starype.quiz.api.parser.ReadableMap
 
getAccuracy() - Method in class net.starype.quiz.api.game.player.Score
 
getAnsweredQuestions() - Method in class net.starype.quiz.api.game.player.Score
 
getAnswerText() - Method in class net.starype.quiz.api.game.answer.Answer
 
getArguments() - Method in class net.starype.quiz.api.parser.DBTable
Get the list of all the arguments of the table
getContext() - Method in class net.starype.quiz.api.game.ClassicalRound
 
getContext() - Method in interface net.starype.quiz.api.game.GameRound
 
getContext() - Method in class net.starype.quiz.api.game.IndividualRound
 
getContext() - Method in class net.starype.quiz.api.game.PollRound
 
getContext() - Method in class net.starype.quiz.api.game.RaceRound
 
getCorrectAnsweredQuestions() - Method in class net.starype.quiz.api.game.player.Score
 
getCorrectness() - Method in class net.starype.quiz.api.game.PlayerGuessContext
 
getCorrectness(Answer) - Method in interface net.starype.quiz.api.game.answer.CorrectnessEvaluator
 
getCorrectness(Answer) - Method in class net.starype.quiz.api.game.answer.ExactAnswerCorrectness
 
getCorrectness(Answer) - Method in class net.starype.quiz.api.game.answer.MCQCorrectness
 
getCorrectness(Answer) - Method in class net.starype.quiz.api.game.answer.NumberCorrectness
 
getCorrectness(Answer) - Method in class net.starype.quiz.api.game.answer.WordCorrectness
 
getCorrectnessEvaluator() - Method in interface net.starype.quiz.api.game.answer.AnswerEvaluator
Retrieve the third step of the process, used to evaluate the accuracy of the processed and valid answer.
getCorrectnessEvaluator() - Method in class net.starype.quiz.api.game.answer.DoubleAnswerEvaluator
 
getCorrectnessEvaluator() - Method in class net.starype.quiz.api.game.answer.ExactAnswerEvaluator
 
getCorrectnessEvaluator() - Method in class net.starype.quiz.api.game.answer.IntegerAnswerEvaluator
 
getCorrectnessEvaluator() - Method in class net.starype.quiz.api.game.answer.MCQEvaluator
 
getCorrectnessEvaluator() - Method in class net.starype.quiz.api.game.answer.WordAnswerEvaluator
 
getDatabaseEntries(String, DBTable, FileInput) - Static method in class net.starype.quiz.api.parser.QuestionParser
 
getDifficulty() - Method in class net.starype.quiz.api.game.question.DefaultQuestion
 
getDifficulty() - Method in interface net.starype.quiz.api.game.question.Question
 
getDifficulty() - Method in class net.starype.quiz.api.parser.QuestionQuery.QueryData
 
getDisplayableCorrectAnswer() - Method in class net.starype.quiz.api.game.question.DefaultQuestion
 
getDisplayableCorrectAnswer() - Method in interface net.starype.quiz.api.game.question.Question
 
getEndingCondition() - Method in class net.starype.quiz.api.game.GameRoundContext
 
getFile() - Method in class net.starype.quiz.api.parser.QuestionQuery.QueryData
 
getFileParser(DBTable, FileInput) - Static method in class net.starype.quiz.api.parser.QuestionParser
 
getId() - Method in interface net.starype.quiz.api.game.player.IDHolder
 
getId() - Method in class net.starype.quiz.api.game.player.Player
 
getId() - Method in class net.starype.quiz.api.game.question.DefaultQuestion
 
getIndexedArguments() - Method in class net.starype.quiz.api.parser.DBEntry
Retrieve a list of all the argument hold by the current entry (see ArgumentValue)
getIndexedArguments() - Method in class net.starype.quiz.api.parser.DBTable
Get the list of all the indexed arguments of the table.
getInstance() - Static method in class net.starype.quiz.api.game.answer.DoubleValidity
 
getInstance() - Static method in class net.starype.quiz.api.game.answer.IntegerValidity
 
getInstance() - Static method in class net.starype.quiz.api.game.answer.WordValidityEvaluator
 
getLeaderboard() - Method in class net.starype.quiz.api.game.LeaderboardDistribution
 
getMapperName() - Method in class net.starype.quiz.api.parser.BinaryLossMapper
 
getMapperName() - Method in class net.starype.quiz.api.parser.CleanSeparatorProcessorMapper
 
getMapperName() - Method in class net.starype.quiz.api.parser.CleanStringProcessorMapper
 
getMapperName() - Method in interface net.starype.quiz.api.parser.ConfigMapper
 
getMapperName() - Method in class net.starype.quiz.api.parser.DifficultyMapper
 
getMapperName() - Method in class net.starype.quiz.api.parser.DoubleEvaluatorMapper
 
getMapperName() - Method in class net.starype.quiz.api.parser.ExactEvaluatorMapper
 
getMapperName() - Method in class net.starype.quiz.api.parser.IntegerEvaluatorMapper
 
getMapperName() - Method in class net.starype.quiz.api.parser.LinearLossMapper
 
getMapperName() - Method in class net.starype.quiz.api.parser.MCQEvaluatorMapper
 
getMapperName() - Method in class net.starype.quiz.api.parser.TrueFalseProcessorMapper
 
getMapperName() - Method in class net.starype.quiz.api.parser.WordEvaluatorMapper
 
getName() - Method in interface net.starype.quiz.api.parser.Argument
 
getName() - Method in class net.starype.quiz.api.parser.ArgumentValue
Retrieve the name of the argument of current instance of ArgumentValue
getName() - Method in class net.starype.quiz.api.util.SerializedArgument
 
getNickname() - Method in class net.starype.quiz.api.game.player.Player
 
getPlayer() - Method in class net.starype.quiz.api.game.LeaderboardDistribution.LeaderboardPosition
 
getPlayer() - Method in class net.starype.quiz.api.game.PlayerGuessContext
 
getPlayer() - Method in class net.starype.quiz.api.game.ScoreDistribution.Standing
 
getPlayerEligibility() - Method in class net.starype.quiz.api.game.GameRoundContext
 
getPlayers() - Method in class net.starype.quiz.api.game.SimpleGame
 
getPoints() - Method in class net.starype.quiz.api.game.player.Score
 
getProcessor() - Method in interface net.starype.quiz.api.game.answer.AnswerEvaluator
Retrieve the first step of the process, used to process a raw answer.
getRawQuestion() - Method in class net.starype.quiz.api.game.question.DefaultQuestion
 
getRawQuestion() - Method in interface net.starype.quiz.api.game.question.Question
 
getReportCreator() - Method in class net.starype.quiz.api.game.GameRoundContext
 
getReportCreator(List<ScoreDistribution.Standing>) - Method in class net.starype.quiz.api.game.GameRoundContext
 
getScore() - Method in class net.starype.quiz.api.game.LeaderboardDistribution.LeaderboardPosition
 
getScore() - Method in class net.starype.quiz.api.game.player.Player
 
getScoreAcquired() - Method in class net.starype.quiz.api.game.ScoreDistribution.Standing
 
getScoreDistribution() - Method in class net.starype.quiz.api.game.GameRoundContext
 
getSize() - Method in class net.starype.quiz.api.util.SerializedArgument
 
getTag() - Method in class net.starype.quiz.api.game.question.QuestionTag
 
getTags() - Method in class net.starype.quiz.api.game.question.DefaultQuestion
 
getTags() - Method in interface net.starype.quiz.api.game.question.Question
 
getTags() - Method in class net.starype.quiz.api.parser.QuestionQuery.QueryData
 
getText() - Method in class net.starype.quiz.api.parser.QuestionQuery.QueryData
 
getUsername() - Method in class net.starype.quiz.api.game.player.Player
 
getValidityEvaluator() - Method in interface net.starype.quiz.api.game.answer.AnswerEvaluator
Retrieve the second step of the process, used to verify that a processed answer is valid.
getValidityEvaluator() - Method in class net.starype.quiz.api.game.answer.DoubleAnswerEvaluator
 
getValidityEvaluator() - Method in class net.starype.quiz.api.game.answer.ExactAnswerEvaluator
 
getValidityEvaluator() - Method in class net.starype.quiz.api.game.answer.IntegerAnswerEvaluator
 
getValidityEvaluator() - Method in class net.starype.quiz.api.game.answer.MCQEvaluator
 
getValidityEvaluator() - Method in class net.starype.quiz.api.game.answer.WordAnswerEvaluator
 
getValue() - Method in class net.starype.quiz.api.parser.ArgumentValue
Retrieve the value associate to the argument
A B C D E F G H I L M N O P Q R S T U V W Z 
All Classes All Packages