* src/tgba/tgba.hh (format_state): s/automata who/automata that/.
* src/evtgba/evtgba.hh (format_state): Likewise. * src/evtgba/product.hh (format_state): Likewise.
This commit is contained in:
parent
b06c9cd563
commit
6142441f01
4 changed files with 14 additions and 8 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2009-05-26 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* src/tgba/tgba.hh (format_state): s/automata who/automata that/.
|
||||
* src/evtgba/evtgba.hh (format_state): Likewise.
|
||||
* src/evtgba/product.hh (format_state): Likewise.
|
||||
|
||||
2009-04-18 Damien Lefortier <dam@lrde.epita.fr>
|
||||
|
||||
Extend the ELTL parser to support more complex aliases of
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// Copyright (C) 2004, 2009 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
// et Marie Curie.
|
||||
//
|
||||
|
|
@ -43,7 +43,7 @@ namespace spot
|
|||
/// \brief Format the state as a string for printing.
|
||||
///
|
||||
/// This formating is the responsability of the automata
|
||||
/// who owns the state.
|
||||
/// that owns the state.
|
||||
virtual std::string format_state(const state* state) const = 0;
|
||||
|
||||
virtual std::string format_label(const symbol* symbol) const;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// Copyright (C) 2004, 2009 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
// et Marie Curie.
|
||||
//
|
||||
|
|
@ -42,7 +42,7 @@ namespace spot
|
|||
/// \brief Format the state as a string for printing.
|
||||
///
|
||||
/// This formating is the responsability of the automata
|
||||
/// who owns the state.
|
||||
/// that owns the state.
|
||||
virtual std::string format_state(const state* state) const;
|
||||
|
||||
/// \brief Return the set of all acceptance conditions used
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
// et Marie Curie.
|
||||
// Copyright (C) 2003, 2004, 2005, 2009 Laboratoire d'Informatique de
|
||||
// Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
|
||||
// Université Pierre et Marie Curie.
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
//
|
||||
|
|
@ -149,7 +149,7 @@ namespace spot
|
|||
/// \brief Format the state as a string for printing.
|
||||
///
|
||||
/// This formating is the responsability of the automata
|
||||
/// who owns the state.
|
||||
/// that owns the state.
|
||||
virtual std::string format_state(const state* state) const = 0;
|
||||
|
||||
/// \brief Return a possible annotation for the transition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue