The class to be used for all the events generated and handled by the agents. More...
Public Member Functions | |
Event (String inEventName) | |
String | GetType () |
Returns the name of the event a set in constructor. | |
Properties | |
String | From [get, set] |
Setting and getting the name of the agent the event was received form. Will be set to "" if the event is sent by an agent to itself. |
The class to be used for all the events generated and handled by the agents.
VIAgents.Event.Event | ( | String | inEventName | ) |
String VIAgents.Event.GetType | ( | ) |
Returns the name of the event a set in constructor.
String VIAgents.Event.From [get, set] |
Setting and getting the name of the agent the event was received form. Will be set to "" if the event is sent by an agent to itself.