Class | Description |
---|---|
Domino | |
ObservableDomino |
Wrapper for a
DominoSpecification that makes it Observable .This is a work-around Observable being an abstract class and not an interface
(a problem with the Java API design).It implements and extends the DominoSpecification behaviour with
a randomize method, which is added in order to allow the construction of a new random
DominoSpecification attribute without having to reconstruct the Observable object |