View Javadoc
1   package io.guixer.lang;
2   
3   public interface SetLaneStep extends Step {
4   
5   	String getLaneId();
6   }