package de.lmu.ifi.tcs; /** * Created by jost on 08.12.15. */ public interface Tier { String gibLaut(); }