|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlogging.FeelingLog
public class FeelingLog
Used to store a feeling value of our agent toward other agent at certain time in our scenario.
| Field Summary | |
|---|---|
int |
agentId
Id of the target agent. |
java.lang.String |
agentName
Name of the target agent. |
double |
intensity
The feeling intensity. |
double |
time
The time the feeling value was captured. |
| Constructor Summary | |
|---|---|
FeelingLog(double time,
int agentId,
double intensity)
Limited constructor - we do not know agent's name. |
|
FeelingLog(double time,
int agentId,
java.lang.String agentName,
double intensity)
Complete constructor - we have all the infromation. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double time
public int agentId
public java.lang.String agentName
public double intensity
| Constructor Detail |
|---|
public FeelingLog(double time,
int agentId,
double intensity)
time - agentId - intensity -
public FeelingLog(double time,
int agentId,
java.lang.String agentName,
double intensity)
time - agentId - agentName - intensity -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||