
public interface Knoten {
	int rechne();
	
	void welcome(Besucher b);
}
