Commit 2b494f50 authored by Georgios Dagkakis's avatar Georgios Dagkakis

corrections

parent fd40d840
......@@ -44,6 +44,8 @@ class G:
ObjList=[] #a list that holds all the CoreObjects
EntityList=[] #a list that holds all the Entities
ObjectResourceList=[]
ObjectInterruptionList=[]
numberOfReplications=1 #the number of replications default=1git
confidenceLevel=0.9 #the confidence level default=90%
......
......@@ -38,6 +38,8 @@ class ObjectResource(object):
self.objectInterruptions=[]
# alias used for printing the trace
self.alias=None
# list with the coreObjects IDs that the resource services
self.coreObjectIds=[]
from Globals import G
G.ObjectResourceList.append(self)
......
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