Public Member Functions | Properties

VIAgents.Event Class Reference

The class to be used for all the events generated and handled by the agents. More...

List of all members.

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.

Detailed Description

The class to be used for all the events generated and handled by the agents.


Constructor & Destructor Documentation

VIAgents.Event.Event ( String  inEventName  ) 

Member Function Documentation

String VIAgents.Event.GetType (  ) 

Returns the name of the event a set in constructor.


Property Documentation

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.


The documentation for this class was generated from the following file: