libNuML 1.1.1
Library for reading / writing NuML documents
NUMLTypes.h
Go to the documentation of this file.
1/*
2* ****************************************************************************
3* This file is part of libNUML. Please visit http://code.google.com/p/numl/for more
4* information about NUML, and the latest version of libNUML.
5* Copyright (c) 2013 The University of Manchester.
6*
7* This library is free software; you can redistribute it and/or modify it
8* under the terms of the GNU Lesser General Public License as published
9* by the Free Software Foundation. A copy of the license agreement is
10* provided in the file named "LICENSE.txt" included with this software
11* distribution and also available online as http://www.gnu.org/licenses/lgpl.html
12*
13* Contributors:
14* Joseph O. Dada, The University of Manchester - initial API and implementation
15* ****************************************************************************
16**/
17
18
19#ifndef NUMLTypes_h
20#define NUMLTypes_h
21
22
23#include <numl/common/numlfwd.h>
25
26#include <numl/NUMLDocument.h>
27#include <sbml/xml/XMLError.h>
28
29#include <numl/NMBase.h>
30#include <numl/NUMLList.h>
31
32
33#include <numl/OntologyTerm.h>
34
36
37#include <numl/Dimension.h>
39
40#include <numl/CompositeValue.h>
41#include <numl/Tuple.h>
42#include <numl/AtomicValue.h>
43
47
48#include <numl/NUMLReader.h>
49#include <numl/NUMLWriter.h>
50
51#endif /* NUMLTypes_h */