636465666768697071
case COL_COLL: { return recommendation.getSerrenLocal().getSerRenDirector(); } } } catch (ClipsException ex) { return new ErrorValue(ex); } return null; }
6465666768697071
return cl.getMatter(); } default: return null; } } catch (ClipsException ex) { return new ErrorValue(ex); } }
8283848586878889
return DiagnosisLocal.STAGES[diagnos.getStage()]; } default: throw new IllegalArgumentException("Wrong position : " + col); } } catch (ClipsException ex) { return new ErrorValue(ex); } }
100101102103104105106107
} default: throw new IllegalArgumentException("Некорректный номер столбца"); } } catch (ClipsException ex) { return new ErrorValue(ex); } }
7677787980818283
7273747576777879
return directionLocal.isOrdered(); } default: return null; } } catch (ClipsException ex) { return new ErrorValue(ex); } }
6364656667686970
} default: throw new IllegalArgumentException("Invalid column : " + c); } } catch (ClipsException ex) { return new ErrorValue(ex); } }
127128129130131132133134
} default: return null; } } catch (ClipsException ex) { return new ErrorValue(ex); } }
7071727374757677787980
if (dct.getFilteredItems(speciality).contains(item)){ list.add(speciality); } } }catch(ClipsException ce){ return new ErrorValue(ce); } // System.out.println("getValueAt: " + list); return list; } return null;
108109110111112113114115116
default: s = "Не сработал swith-case"; } return s; } catch(ClipsException ex) { return new ErrorValue(ex); } }