|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlogging.ActionLog
public class ActionLog
This class is used to store one action issued in our scenario.
| Field Summary | |
|---|---|
ActionType |
actionType
The type of the action. |
double |
duration
Duration of the action. |
double |
feeling
Feeling value toward target agent of the action at the time of issueing. |
int |
targetId
Id of the target agent. |
java.lang.String |
targetName
Name of target agent of the action. |
double |
time
Time of the action. |
| Constructor Summary | |
|---|---|
ActionLog(ActionType actionType,
int targetId,
double feeling,
java.lang.String targetName,
double time,
double duration)
Complete constructor that initializes all the variables. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ActionType actionType
public int targetId
public double feeling
public java.lang.String targetName
public double time
public double duration
| Constructor Detail |
|---|
public ActionLog(ActionType actionType,
int targetId,
double feeling,
java.lang.String targetName,
double time,
double duration)
actionType - targetId - feeling - targetName - time - duration -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||