42 $this->flow = array();
43 $this->material = array();
44 $this->material_ref = array();
45 $this->response = array();
50 $this->comment = $a_comment;
60 $this->flow[$a_index] = $a_flow;
65 $this->material[$a_index] = $a_material;
70 $this->material_ref[$a_index] = $a_material_ref;
75 $this->response[$a_index] = $a_response;