345346347348349350351352
/** * @return The string as an EPL expression. EPL is the format that * EncogPrograms are usually persisted as. */ public String generateEPL() { final RenderEPL render = new RenderEPL(); return render.render(this); }