//====================================================================/
// /
// artisoc /
// /
//====================================================================/
Version = 1.0;
//-------------------------------------------------------
// Component Tree
//-------------------------------------------------------
UNIVERSE {
Dim html(0, 0) As String = ();
}
//-------------------------------------------------------
// Agent Variable Initial Data
//-------------------------------------------------------
Initial_Value {
}
//-------------------------------------------------------
// Agent Rule
//-------------------------------------------------------
#begin_rule UNIVERSE
Univ_Init{
Universe.html = "
Hello World from Artisoc.
"
ExecPnuts("p_HTTP_03.pnuts")
}
Univ_Step_Begin{
Sleep(1000)
}
Univ_Step_End{
}
Univ_Finish{
}
#end_rule UNIVERSE
//-------------------------------------------------------
// Simulation Definition Division
//-------------------------------------------------------
Single_Simulation {
Step_Max = 0;
Time_Max = 0;
End_Condition = "";
Exec_Wait = 0;
Exec_Order = Random;
Exec_Order_Random_First_Step_Only = No;
Random_Seed = 0;
Log_File = "", Fixed, Append, 0;
Replay_Log_File = "", Fixed, Append, 0;
Redraw_Timing = Step;
Redraw_Interval = 1;
Garbage_Interval = 10;
}
//-------------------------------------------------------
// Simulation Loop Definition Division
//-------------------------------------------------------
Repeat_Simulation {
Value_Change = None;
Initial_Value_Change_None {
Repeat_Max = 1;
}
}
//-------------------------------------------------------
// Control Panel Definition Division
//-------------------------------------------------------
Control_Panel {
Display_Area = 0, 0, 100, 100;
}
//-------------------------------------------------------
// Space Initial Value Definition Divsion
//-------------------------------------------------------
Space_Initial {
}
//-------------------------------------------------------
// Other Miscellaneous Data Definition Division
//-------------------------------------------------------
Others_Data {
Indent = 4;
Rule_Colored = Yes;
Font_Name = "Dialog";
Font_Char_Set = 0;
Font_Size = 12.0;
Font_Style = 0;
Font_Color = 0, 0, 0;
Font_Background_Color = 0, 0, 0;
Window_Hide_Run = 1;
Debug_Position_x = 75;
Debug_Position_y = 75;
Debug_Size_x = 400;
Debug_Size_y = 200;
Console_Position_x = 2;
Console_Position_y = 400;
Console_Size_x = 600;
Console_Size_y = 120;
Componen_Tree_Position_x = 2;
Componen_Tree_Position_y = 2;
Componen_Tree_Size_x = 250;
Componen_Tree_Size_y = 400;
}
//-------------------------------------------------------
// Network Information Definition Division
//-------------------------------------------------------
Network_Info {
Global_Space_Area = 0, 0, 100, 100;
Local_Space_Info {
}
}