public State add_transition(Transition trans)
	{
		trans.chain_from(this);
		return this;
	}