#ifndef TRANSITION__H
#define TRANSITION__H

#include <vector>

class Transition
{
  private :

};

#endif