Commit c2bb4d25 authored by Georgios Dagkakis's avatar Georgios Dagkakis

added NotImplementedError exception in CoreObject's run

parent a5b5eb15
......@@ -65,7 +65,7 @@ class CoreObject(Process):
#the main process of the core object
#this is dummy, every object must have its own implementation
def run(self):
yield hold,self,0
raise NotImplementedError("Subclass must define 'run' method")
#sets the routing in and out elements for the Object
def defineRouting(self, p, n):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment