3 #include "elementoplanta.h"
5 using namespace PlaQui;
7 ElementoPlanta::ElementoPlanta(const std::string &_name):IConector(0, 0)
12 ElementoPlanta::ElementoPlanta(unsigned ins, unsigned outs):IConector(ins, outs)
16 ElementoPlanta::~ElementoPlanta()
20 void ElementoPlanta::recieve_msg(int msg, IConector *who)
23 case MSG_QUERY_MAX_FLOW:
28 IConector::recieve_msg(msg, who);