66676869707172
return new ReachedSet(this.selectedRow, row, state, this.compositeMap); } public ReachedSet where(Location l) { assert this.whereRow == -1 && this.whereState == null; return where(0, new LocationState(l)); }
137138139140141142143144145
logger.fatal(s); } } public void logStates(Location loc) { for (CompositeState c : compositeMap.get(new LocationState(loc))) { logger.fatal(c); } }