161718192021222324
case SIMPLE: return new SimpleBeliefSystem(ep, tms); case JTMS: return new JTMSBeliefSystem( ep, tms ); case DEFEASIBLE: return new DefeasibleBeliefSystem( ep, tms ); } throw new UnsupportedOperationException(); }