package org.simantics.district.route; /** * @author Tuukka Lehtonen */ public interface Waypoint { String getLabel(); T getObject(); }