Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LO21_Pin_Noir_Boucher_Bouri_Detree
CellulutLO21
Commits
7146ebfa
Commit
7146ebfa
authored
May 30, 2021
by
Anthony Noir
Browse files
update Automaton
parent
09cff90f
Pipeline
#78783
passed with stages
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
include/automaton.hpp
View file @
7146ebfa
...
...
@@ -27,6 +27,7 @@ public:
virtual
~
Automaton
();
void
setAlphabet
(
const
Alphabet
&
);
const
Alphabet
&
getAlphabet
()
const
{
return
alphabet
;}
void
setNeighborhoodRule
(
NeighborhoodRule
*
);
NeighborhoodRule
*
getNeighborhoodRule
()
const
;
void
setTransitionRule
(
TransitionRule
*
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment