//====================================================================/ //                                  / // artisoc / // / //====================================================================/ Version = 1.0; //------------------------------------------------------- // Component Tree //------------------------------------------------------- UNIVERSE { Dim userInput(0, 0) As String = (""); } //------------------------------------------------------- // Agent Variable Initial Data //------------------------------------------------------- Initial_Value { } //------------------------------------------------------- // Agent Rule //------------------------------------------------------- #begin_rule UNIVERSE Univ_Init{ ExecPnuts("p_HTTP_04.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; } } //------------------------------------------------------- // Numeric Data Window Output Definition Division //------------------------------------------------------- Numeric_Output { Numeric_Name = "userInput"; Font_Name = "Dialog"; Font_Char_Set = 81; Font_Size = 12.0; Font_Style = 0; Font_Color = 0, 0, 0; Font_Background_Color = 255, 255, 255; Title = "userInput"; Disable = No; Position_x = 211; Position_y = 3; Size_x = 267; Size_y = 151; Output { Output_Element_Name = "userInput"; Figures = 0; Format_Id = 0; Output_Expression = "Universe.userInput"; } } //------------------------------------------------------- // 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 = 3; Console_Position_y = 157; Console_Size_x = 475; Console_Size_y = 94; Componen_Tree_Position_x = 2; Componen_Tree_Position_y = 2; Componen_Tree_Size_x = 202; Componen_Tree_Size_y = 152; } //------------------------------------------------------- // Network Information Definition Division //------------------------------------------------------- Network_Info { Global_Space_Area = 0, 0, 100, 100; Local_Space_Info { } }