public abstract class Physician extends Agent
| Constructor and Description |
|---|
Physician() |
| Modifier and Type | Method and Description |
|---|---|
double |
getCurrentIncome()
Returns the Physician's current income.
|
boolean |
getNetworkStatus()
Returns the Physician's network status.
|
int |
getPhysicianIDNumber()
Returns the Physician's identification number as an integer.
|
java.lang.String |
getPhysicianIDString()
Returns the Physician's identification number as a string.
|
void |
i1_GetNetworkMembershipDecision()
Get network membership decision
|
abstract void |
p1_ProvideTreatmentRecommendation()
Provide care for a patient.
|
void |
setCurrentIncome(double pCurrentIncome)
Sets the Physician's current income.
|
void |
setNetworkStatus(boolean pNetworkStatus)
Sets the Physician's network status.
|
public void i1_GetNetworkMembershipDecision()
public abstract void p1_ProvideTreatmentRecommendation()
public java.lang.String getPhysicianIDString()
public int getPhysicianIDNumber()
public double getCurrentIncome()
public void setCurrentIncome(double pCurrentIncome)
public boolean getNetworkStatus()
public void setNetworkStatus(boolean pNetworkStatus)