Uses of Class
org.cfpm.caves.za.Stokvel

Packages that use Stokvel
org.cfpm.caves.za   
 

Uses of Stokvel in org.cfpm.caves.za
 

Fields in org.cfpm.caves.za with type parameters of type Stokvel
(package private)  java.util.HashMap<java.lang.String,Stokvel> SouthAfricaModel.StokvelRecorder.stokvels
           
(package private)  java.util.ArrayList<Stokvel> Person.stokvels
           
 

Methods in org.cfpm.caves.za with parameters of type Stokvel
 void SouthAfricaModel.StokvelRecorder.add(Stokvel stokvel)
           
 void Person.joinStokvel(Stokvel s)
          lets the agent join the specified stokvel
 void Person.leaveStokvel(Stokvel s)
          lets the agent leave the specified stokvel
private  void SouthAfricaModel.StokvelRecorder.recordFriends(uchicago.src.sim.analysis.DataFileWriter writer, Stokvel stokvel, Person p)