adding support for network of automata...

This commit is contained in:
Artur Meski
2016-12-28 21:36:49 +01:00
parent a1b660abea
commit 5ddc549245
7 changed files with 59 additions and 12 deletions

View File

@@ -97,6 +97,5 @@ class ExtendedContextAutomaton(ContextAutomaton):
print(" - " + act + " (id=" + str(self.get_action_id(act)) + ")")
def show(self):
self.show_states()
super(ExtendedContextAutomaton, self).show()
self.show_actions()
self.show_transitions()