Select Git revision
LoadModels.h
LoadModels.h 539 B
/**********************************************************************
** This program is part of 'MOOSE', the
** Messaging Object Oriented Simulation Environment.
** Copyright (C) 2003-2009 Upinder S. Bhalla. and NCBS
** It is made available under the terms of the
** GNU Lesser General Public License version 2.1
** See the file COPYING.LIB for the full notice.
**********************************************************************/
enum ModelType {
UNKNOWN,
KKIT,
DOTP,
SBML,
NEUROML,
NINEML,
SEDML,
CSPACE,
SWC
};