Commit b9fe9d6c authored by Georgios Dagkakis's avatar Georgios Dagkakis

empty global lists used by the objects moved also in Globals.G so that examples can use them

parent 72c51c37
......@@ -74,6 +74,52 @@ class G:
numberOfEntities = 0
# -----------------------------------------------------------------------
# define the lists of each object type
# -----------------------------------------------------------------------
SourceList=[]
MachineList=[]
ExitList=[]
QueueList=[]
RepairmanList=[]
AssemblyList=[]
DismantleList=[]
ConveyerList=[]
MachineJobShopList=[]
QueueJobShopList=[]
ExitJobShopList=[]
BatchDecompositionList=[]
BatchSourceList=[]
BatchReassemblyList=[]
LineClearanceList=[]
EventGeneratorList=[]
OperatorsList = []
OperatorManagedJobsList = []
OperatorPoolsList = []
BrokersList = []
RoutersList = []
OperatedMachineList = []
BatchScrapMachineList=[]
OrderDecompositionList=[]
ConditionalBufferList=[]
MouldAssemblyBufferList=[]
MouldAssemblyList=[]
MachineManagedJobList=[]
QueueManagedJobList=[]
ModelResourceList=[]
JobList=[]
WipList=[]
EntityList=[]
PartList=[]
OrderComponentList=[]
OrderList=[]
MouldList=[]
# entities that just finished processing in a station
# and have to enter the next machine
pendingEntities=[]
# =======================================================================
# method to move entities exceeding a certain safety stock
# =======================================================================
......
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