- SeedRNGCommandLine - Class in tools
-
Simple utility code used to produce a Random
RNG object
The RNG seed can be set by passing in the command line String parameter array from main()
If no parameter is passed or if the first parameter is not a valid integer then a default value of 0 is used
to seed the RNG.
This is useful for running random tests/simulations where we need to be able to reproduce the same 'random' behaviour
(by knowing and setting the seed for the RNG)
- SeedRNGCommandLine() - Constructor for class tools.SeedRNGCommandLine
-
- serialVersionUID - Static variable in exception tools.InvariantBrokenException
-
- serialVersionUID - Static variable in class views.DominoFrame
-
- serialVersionUID - Static variable in class views.DominoPanel
-
- setUp() - Method in class tests.JUnit_Domino
-
- setUp() - Method in class tests.JUnit_DominoSpecification
-
Should initialise dominoUnderTest to "MIN: MAX" and doubleMax to "MAX : MAX"
- setUp() - Method in class tests.JUnit_ObservableDomino
-
- specifications - package specifications
-
- SWITCH - Static variable in class controllers.DominoButtonController
-
The label in the switch button
- switchSides() - Method in class models.Domino
-
- switchSides() - Method in class models.ObservableDomino
-
- switchSides() - Method in interface specifications.DominoSpecification
-
Swap the left and right values - to model flipping/switching the domino around.