B L N P T V

B

bei(int, Enum) - Method in class logelei.Loesung
Prüft, ob eine bestimmte Eigenschaft in einem bestimmten Haus auftritt.
bei(Enum, Enum) - Method in class logelei.Loesung
Prüft, ob zwei bestimmte Eigenschaften im selben Haus auftreten.

L

Loesung - Class in logelei
Aufzählung aller möglichen Lösungen.
Loesung() - Constructor for class logelei.Loesung
 
Loesung.Farbe - Enum in logelei
Die Farben des Rätsels.
Loesung.Gericht - Enum in logelei
Die Gerichte des Rätsels.
Loesung.Getraenk - Enum in logelei
Die Getränke des Rätsels.
Loesung.Person - Enum in logelei
Die Personen des Rätsels.
Loesung.Tier - Enum in logelei
Die Tiere des Rätsels.
logelei - package logelei
Infrastruktur zur Lösung der Logeleiaufgabe mit den 5 Häusern.

N

nach(Enum, Enum) - Method in class logelei.Loesung
Prüft, ob eine bestimmte Eigenschaft im Haus links neben einem Haus mit einer bestimmten andern Eigenschaft auftritt.
neben(Enum, Enum) - Method in class logelei.Loesung
Prüft, ob zwei bestimmte Eigenschaften in zwei Nachbarhäusern auftreten.

P

permutiereFarben() - Method in class logelei.Loesung
Konfiguriert die mögliche Lösung mit der nächsten Permutation der beteiligten Farben.
permutiereGerichte() - Method in class logelei.Loesung
Konfiguriert die mögliche Lösung mit der nächsten Permutation der beteiligten Gerichte.
permutiereGetraenke() - Method in class logelei.Loesung
Konfiguriert die mögliche Lösung mit der nächsten Permutation der beteiligten Getränke.
permutierePersonen() - Method in class logelei.Loesung
Konfiguriert die mögliche Lösung mit der nächsten Permutation der beteiligten Personen.
permutiereTiere() - Method in class logelei.Loesung
Konfiguriert die mögliche Lösung mit der nächsten Permutation der beteiligten Tiere.

T

toString() - Method in class logelei.Loesung
Gibt die aktuelle Lösungskonfiguration als String zurück.

V

valueOf(String) - Static method in enum logelei.Loesung.Farbe
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum logelei.Loesung.Gericht
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum logelei.Loesung.Getraenk
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum logelei.Loesung.Person
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum logelei.Loesung.Tier
Returns the enum constant of this type with the specified name.
values() - Static method in enum logelei.Loesung.Farbe
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum logelei.Loesung.Gericht
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum logelei.Loesung.Getraenk
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum logelei.Loesung.Person
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum logelei.Loesung.Tier
Returns an array containing the constants of this enum type, in the order they're declared.

B L N P T V