physis.core.nursing
Class NurseFactory

java.lang.Object
  |
  +--physis.core.nursing.NurseFactory

public class NurseFactory
extends java.lang.Object

Creates a Nurse. The classname for the nurse comes from the configuration file.


Constructor Summary
NurseFactory()
           
 
Method Summary
static Nurse getNurse()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

NurseFactory

public NurseFactory()
Method Detail

getNurse

public static Nurse getNurse()