Compounds | |
class | DALT_Client::Action |
Class compiles the main data describing actions. More... | |
class | DALT_Client::Agent |
This class provides the template for an agent. More... | |
class | DALT_Client::AgentWatcher |
This class provides the means of waiting for all agents to finish their processing cycles. More... | |
class | DALT_Client::AllowedSets |
This class gives the facility of adding contraints on what Entity types can execute certain actions on which target Entity types Each action can have an AllowedSet associated with it; that is, a set of sources - Entities that can originate an action - and a set of targets, entities on which the action can be performed. More... | |
class | DALT_Client::DALTClient |
Main class for simultation; The DALTClient class acts as a server, receiving all SOAP requests from the simulation serever. More... | |
class | DALT_Client::Entity |
Generic definition for an entity. More... | |
struct | DALT_Client::AllowedSets::Pair |
this structure pairs a set of targets with a set of sources in each pair, any of the sources can act on one or more of the targets. More... | |
class | DALT_Client::RunTimeInfo |
This class provides cycle-based statistical information on the time required for completion. More... | |
class | DALT_Client::Sense |
Defines the basic information about senses. More... | |
Variables | |
const char* | name_space = "http://dalt" |
the namespace for the methods provided by the SOAP server. More... |
|
the namespace for the methods provided by the SOAP server.
Definition at line 31 of file soap_structures.h. |