FlowLayout.java

package azkaban.flow;

public interface FlowLayout {
	public void layoutFlow(Flow flow);
}