+ int get_img_actual();
+ Glib::ustring get_name();
+ double get_caudal();
+ void set_position(int _x, int _y);
+ void set_id(int _id);
+ void set_caudal(double _caudal);
+ void set_name(Glib::ustring _name);
+ bool is_occupied_area(int _a, int _b);
+ ConnectorType is_other_connection_area(int _a, int _b);
+ virtual void save(FILE *archivo) = 0;
+ virtual bool check_connection()=0;
+ virtual void set_default_connector();
+ virtual ConnectorType get_connector_type( int _a, int _b );