]> gerrit.simantics Code Review - simantics/district.git/blob - route/Waypoint.java
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / route / Waypoint.java
1 package org.simantics.district.route;
2
3 /**
4  * @author Tuukka Lehtonen
5  */
6 public interface Waypoint {
7
8     String getLabel();
9     <T> T getObject();
10
11 }