Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
O
- Observable<S extends Observable<S>> - Class in nz.ac.vuw.ecs.swen225.gp22.domain
-
A class can extend this so an instance of it can be observed by Observer objects.
- Observable() - Constructor for class nz.ac.vuw.ecs.swen225.gp22.domain.Observable
- Observer<S extends Observable<S>> - Interface in nz.ac.vuw.ecs.swen225.gp22.domain
-
A functional interface, instances of it will be attached to an Observable, which will call the update method.
- oldDir() - Method in record class nz.ac.vuw.ecs.swen225.gp22.domain.Entity.Action
-
Returns the value of the
oldDir
record component. - opposite() - Method in enum class nz.ac.vuw.ecs.swen225.gp22.domain.Entity.Direction
- oppositeDirectionsTest() - Method in class nz.ac.vuw.ecs.swen225.gp22.domain.DomainTest
-
Makes sure the Direction enum has the correct opposite directions
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form