20 lines
1.2 KiB
Groff
20 lines
1.2 KiB
Groff
.TH asm-arm 7 2025-10-22 "AGJ Manpages v1.0.0" "Miscellaneous Information Manual"
|
|
|
|
.SH NAME
|
|
tta \- tick tock automata introduction
|
|
|
|
.SH THE BASICS
|
|
TTA's (Tick Tock Automata) are an Automata based theory that can model business logic for all kinds of automation systems. A TTA consists of a set of locations and transitions between them. Each transition can be guarded by a boolean expression and have a set of variable assignments as a "consequence" of taking the transition.
|
|
|
|
.SH AUTHOR
|
|
Asger Gitz\-Johansen <asger.gitz@hotmail.com>.
|
|
|
|
.SH COPYRIGHT
|
|
Copyright (C) 2025 Asger Gitz-Johansen
|
|
|
|
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
|