mCRL2
Loading...
Searching...
No Matches
lts_type.h
Go to the documentation of this file.
1
// Author(s): Muck van Weerdenburg, Jan Friso Groote
2
// Copyright: see the accompanying file COPYING or copy at
3
// https://github.com/mCRL2org/mCRL2/blob/master/COPYING
4
//
5
// Distributed under the Boost Software License, Version 1.0.
6
// (See accompanying file LICENSE_1_0.txt or copy at
7
// http://www.boost.org/LICENSE_1_0.txt)
8
//
9
16
#ifndef MCRL2_LTS_LTS_TYPE_H
17
#define MCRL2_LTS_LTS_TYPE_H
18
19
namespace
mcrl2
20
{
21
26
namespace
lts
27
{
28
36
enum
lts_type
37
{
38
lts_none
,
39
lts_lts
,
40
lts_aut
,
41
lts_fsm
,
42
lts_dot
,
43
lts_lts_probabilistic
,
44
lts_aut_probabilistic
,
45
lts_fsm_probabilistic
,
46
lts_type_min
=
lts_none
,
47
lts_type_max
=
lts_dot
48
};
49
50
}
51
}
52
53
#endif
// MCRL2_LTS_LTS_TYPE_H
mcrl2::lts::lts_type
lts_type
The enumerated type lts_type contains an index for every type type of labelled transition system that...
Definition
lts_type.h:37
mcrl2::lts::lts_lts
@ lts_lts
Definition
lts_type.h:39
mcrl2::lts::lts_fsm
@ lts_fsm
Definition
lts_type.h:41
mcrl2::lts::lts_fsm_probabilistic
@ lts_fsm_probabilistic
Definition
lts_type.h:45
mcrl2::lts::lts_type_min
@ lts_type_min
Definition
lts_type.h:46
mcrl2::lts::lts_aut
@ lts_aut
Definition
lts_type.h:40
mcrl2::lts::lts_lts_probabilistic
@ lts_lts_probabilistic
Definition
lts_type.h:43
mcrl2::lts::lts_aut_probabilistic
@ lts_aut_probabilistic
Definition
lts_type.h:44
mcrl2::lts::lts_type_max
@ lts_type_max
Definition
lts_type.h:47
mcrl2::lts::lts_none
@ lts_none
Definition
lts_type.h:38
mcrl2::lts::lts_dot
@ lts_dot
Definition
lts_type.h:42
mcrl2
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...
Definition
indexed_set.h:72
lts
include
mcrl2
lts
lts_type.h
Generated by
1.9.7