B D G L M P T

B

bark() - Method in class Dog
 
BigDog - class BigDog.
BigDog is BIG!
BigDog() - Constructor for class BigDog
 

D

describe() - Method in class Dog
 
Dog - class Dog.
Dog is the abstract class in the factory hierarchy.
Dog() - Constructor for class Dog
 
DogTest - class DogTest.
Tests the Dogs system.
DogTest() - Constructor for class DogTest
 

G

getDog(int) - Method in class PetStore
This is the factory decision -- which dog to return.

L

LittleDog - class LittleDog.
LittleDog is just that.
LittleDog() - Constructor for class LittleDog
 

M

main(String[]) - Static method in class DogTest
 
myBark - Variable in class Dog
 
myDescription - Variable in class Dog
 

P

PetStore - class PetStore.
PetStore is a Factory that furnishes dogs that bark().
PetStore(int) - Constructor for class PetStore
 

T

thresholdWeight - Variable in class PetStore
 

B D G L M P T