1 2 package org.catacomb.druid.build; 3 4 5 6 public interface Realizer { 7 8 Object realize(Context ctx, GUIPath gpath); 9 10 }