package simulator.factories; import org.json.JSONObject; public interface Factory { public T createInstance(JSONObject info); }