Uses of Class
edu.gac.mcs178.gack.domain.Thing

Packages that use Thing
edu.gac.mcs178.gack.domain   
 

Uses of Thing in edu.gac.mcs178.gack.domain
 

Subclasses of Thing in edu.gac.mcs178.gack.domain
 class Scroll
           
 

Methods in edu.gac.mcs178.gack.domain that return types with arguments of type Thing
 java.util.List<Thing> Place.getContents()
           
 java.util.List<Thing> Person.getPossessions()
           
 java.util.List<Thing> Person.otherThingsAtSamePlace()
           
 

Methods in edu.gac.mcs178.gack.domain with parameters of type Thing
 void Place.gain(Thing newItem)
           
 void Place.lose(Thing item)
           
 void Person.lose(Thing thing)
           
 void Person.take(Thing thing)