#include "branch.h"
Branch::Branch(double ratio,const QString& from, const QString& to):ratio(ratio),from(from),to(to)
{
}