package cicaprojekt; public interface Measurable { int weight(); }