/* * graph.R will findCurvesByTriggers if (length(op$TriggersOn) >= 1) * else will findCurvesNew (like if not capturing by triggers) * We need to know what graph.R will do to show a message to user */ public bool MinimumOneTriggersOn() { return(triggerList.MinimumOneOn()); }