Jazz 1.25.+
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
v
Functions
Variables
a
b
c
d
e
f
h
j
k
l
n
p
r
s
t
v
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
q
r
s
t
u
w
z
Files
File List
•
All
Data Structures
Namespaces
Functions
Variables
Typedefs
Pages
Loading...
Searching...
No Matches
Jazz
server
src
include
jazz_models.h
1
/* Jazz (c) 2018-2025 kaalam.ai (The Authors of Jazz), using (under the same license):
2
3
1. Biomodelling - The AATBlockQueue class (c) Jacques Basaldúa, 2009-2012 licensed
4
exclusively for the use in the Jazz server software.
5
6
Copyright 2009-2012 Jacques Basaldúa
7
8
2. BBVA - Jazz: A lightweight analytical web server for data-driven applications.
9
10
Copyright 2016-2017 Banco Bilbao Vizcaya Argentaria, S.A.
11
12
This product includes software developed at
13
14
BBVA (https://www.bbva.com/)
15
16
3. LMDB, Copyright 2011-2017 Howard Chu, Symas Corp. All rights reserved.
17
18
Licensed under http://www.OpenLDAP.org/license.html
19
20
21
Licensed under the Apache License, Version 2.0 (the "License");
22
you may not use this file except in compliance with the License.
23
You may obtain a copy of the License at
24
25
http://www.apache.org/licenses/LICENSE-2.0
26
27
Unless required by applicable law or agreed to in writing, software
28
distributed under the License is distributed on an "AS IS" BASIS,
29
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30
See the License for the specific language governing permissions and
31
limitations under the License.
32
*/
33
34
35
#include "src/include/jazz_bebop.h"
36
37
38
#ifndef INCLUDED_JAZZ_MODELS
39
#define INCLUDED_JAZZ_MODELS
40
41
47
#include "src/jazz_models/concept.h"
48
#include "src/jazz_models/sem_spaces.h"
49
#include "src/jazz_models/model.h"
50
#include "src/jazz_models/models_api.h"
51
52
53
#endif
// ifndef INCLUDED_JAZZ_MODELS