Uses of Package
p_abstractions

Packages that use p_abstractions
p_controllers   
p_models   
p_views   
 

Classes in p_abstractions used by p_controllers
PaddleControllerAbstraction
           Implements KeyListener

Specification of a simple paddle controller for use in a video game.
PaddleSpecification
          Specification of simple paddle behaviour for use in a video game.
 

Classes in p_abstractions used by p_models
PaddleSpecification
          Specification of simple paddle behaviour for use in a video game.
PaddleViewSpecification
          Specification of a simple paddle view for use in a video game: View is 640*640 square with a 20 pixel border around it For teaching MVC design pattern.
 

Classes in p_abstractions used by p_views
PaddleSpecification
          Specification of simple paddle behaviour for use in a video game.
PaddleViewSpecification
          Specification of a simple paddle view for use in a video game: View is 640*640 square with a 20 pixel border around it For teaching MVC design pattern.