Moved files to 'reactics-smt'
This commit is contained in:
12
reactics-smt/rs/reaction_system_with_autnet.py
Normal file
12
reactics-smt/rs/reaction_system_with_autnet.py
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
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()
|
||||
|
||||
# EOF
|
||||
Reference in New Issue
Block a user