MAF IDL Types (IV)
struct AgentProfile {
LanguageID language_id;
AgentSystemType agent_system_type;
string agent_system_description;
short major_version;
short minor_version;
SerializationID serialization;
PropertyList properties;
};
enum AgentStatus {Running,Suspended,Terminated};
typedef string Location;
typedef sequence <Location> Locations;
typedef sequence <any> Arguments;
Previous slide
Next slide
Back to first slide
View graphic version