00001 /********************************************************************** 00002 ** This program is part of 'MOOSE', the 00003 ** Messaging Object Oriented Simulation Environment. 00004 ** Copyright (C) 2003-2009 Upinder S. Bhalla. and NCBS 00005 ** It is made available under the terms of the 00006 ** GNU Lesser General Public License version 2.1 00007 ** See the file COPYING.LIB for the full notice. 00008 **********************************************************************/ 00009 enum ModelType { 00010 UNKNOWN, 00011 KKIT, 00012 DOTP, 00013 SBML, 00014 NEUROML, 00015 NINEML, 00016 SEDML, 00017 CSPACE, 00018 SWC 00019 };