- isBlock(int, int) - Method in class edu.kit.iti.formal.lights.Lights
-
check if a field on the board has been set to a block.
- isConstrainedBlock(int, int) - Method in class edu.kit.iti.formal.lights.Lights
-
check if a field on the board has been set to a constrained block.
- isEmpty(int, int) - Method in class edu.kit.iti.formal.lights.Lights
-
check if a field on the board is empty, i.e. neither a light nor a block
is placed on it.
- isLight(int, int) - Method in class edu.kit.iti.formal.lights.Lights
-
check if a field on the board has been set to a light.
- isLit(int, int) - Method in class edu.kit.iti.formal.lights.Lights
-
check if a field in the board is lit a by a light placed on the board.