network of automata
This commit is contained in:
11
rs/reaction_system_with_autnet.py
Normal file
11
rs/reaction_system_with_autnet.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
class ReactionSystemWithNetworkOfAutomata(object):
|
||||
|
||||
def __init__(self, reaction_system, context_automata):
|
||||
self.rs = reaction_system
|
||||
self.cas = context_automata
|
||||
|
||||
def show(self, soft=False):
|
||||
self.rs.show(soft)
|
||||
self.cas.show()
|
||||
|
||||
Reference in New Issue
Block a user