Index

A B C D E F G H I K L M N O P R S T U V W X Y 
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
A B C D E F G H I K L M N O P R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form