|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlogging.ItemLog
public class ItemLog
Here we log items we have given to someone or received from someone.
| Field Summary | |
|---|---|
int |
agentId
Agent we have received item from or agent we have given item to |
java.lang.String |
agentName
Name of the agent |
boolean |
bReceived
true if we have received the item |
double |
feeling
Feeling toward the agent at the time of receiving/giving of the item |
ScenarioItemType |
itemType
Type of the item |
double |
time
Time we have given or received the item |
| Constructor Summary | |
|---|---|
ItemLog(ScenarioItemType itemType,
int agentId,
java.lang.String agentName,
boolean bReceived,
double feeling,
double time)
Constructor for this class. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ScenarioItemType itemType
public int agentId
public java.lang.String agentName
public boolean bReceived
public double feeling
public double time
| Constructor Detail |
|---|
public ItemLog(ScenarioItemType itemType,
int agentId,
java.lang.String agentName,
boolean bReceived,
double feeling,
double time)
itemType - agentId - agentName - bReceived - feeling - time -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||