MAFFinder Interface
void register_agent_system(
in Location agent_system_location,
in AgentSystemInfo agent_system_info) raises
Registers the given agent system with the MAF.
void unregister_place(in string place_name) raises (NameInvalid);
Unregisters the place with the MAF.
void unregister_agent(in Name agent_name) raises (NameInvalid);
Unregisters the agent with the MAF.
void unregister_agent_system(in Name agent_system_name) raises (NameInvalid);
Unregisters the agent system with the MAF.