public class Event
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
destAgentCompName
The dest agent comp name.
|
java.lang.String |
destAgentName
The dest agent name.
|
double |
duration
The duration.
|
java.lang.String |
eventType
The event type.
|
long |
frame
The frame.
|
double |
instant
The instant.
|
java.lang.Object |
objContent
The obj content.
|
java.lang.String |
oriAgentCompName
The ori agent comp name.
|
java.lang.String |
oriAgentName
The ori agent name.
|
long |
timestamp
The timestamp.
|
TimeUnit |
unit
The unit.
|
| Constructor and Description |
|---|
Event()
Instantiates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toACLMessage()
To acl message.
|
java.lang.String |
toString() |
public java.lang.String destAgentName
public java.lang.String destAgentCompName
public java.lang.String oriAgentName
public java.lang.String oriAgentCompName
public java.lang.String eventType
public long timestamp
public long frame
public double instant
public double duration
public TimeUnit unit
public java.lang.Object objContent