Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
T
V
R
raiseToPower(int, int)
- Static method in class mastermind.solver.
Maths
Calculate the first argument raised to the power of the second.
RandomGuess
- Class in
mastermind.logic
Mastermind Settings: Erzeugt einen Zufalls Guess
RandomGuess()
- Constructor for class mastermind.logic.
RandomGuess
reset()
- Method in class mastermind.engine.
MastermindEngine
Mastermind Engine reset: alle History einträge löschen, neuer Code erzeugen, Settings neu laden
reset()
- Method in class mastermind.solver.
CombinationGenerator
Reset the combination generator.
reset()
- Method in class mastermind.solver.
PermutationGenerator
Resets the generator state.
restrictRange(int, int, int)
- Static method in class mastermind.solver.
Maths
If the specified value is not greater than or equal to the specified minimum and less than or equal to the specified maximum, adjust it so that it is.
restrictRange(long, long, long)
- Static method in class mastermind.solver.
Maths
If the specified value is not greater than or equal to the specified minimum and less than or equal to the specified maximum, adjust it so that it is.
restrictRange(double, double, double)
- Static method in class mastermind.solver.
Maths
If the specified value is not greater than or equal to the specified minimum and less than or equal to the specified maximum, adjust it so that it is.
Result
- Class in
mastermind.model
Mastermind Result: Hilfsobjekt für Bewertung von einem Guess.
Result()
- Constructor for class mastermind.model.
Result
Default Konstruktor - empty
Result(int, int)
- Constructor for class mastermind.model.
Result
Konstruktor für Result
run()
- Method in class mastermind.solver.
SolverThreadGenAllGuess
Thread run() - eigentlicher Code
run()
- Method in class mastermind.solver.
SolverThreadGetNextGuess
Thread run() - eigentlicher Code
runClient(MastermindEngine, String[])
- Method in class mastermind.client.
ClientConsole
Starten den Client
runClient(MastermindEngine, String[])
- Method in class mastermind.client.
ClientGUI
init & run GUI
runClient(MastermindEngine, String[])
- Method in interface mastermind.client.
IClient
Starten den Client
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
T
V