- 28 Feb, 2014 40 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Notes: * Input format changed (Source.part now is a full name) * __init__ must handle complex data structures for processingTime & interarrivalTime instead of having flat parameters * type conversion must be performed ("1" != 1), probably we can assume json has correct type and have the gui produce proper json
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Georgios Dagkakis authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
OperatorPool does not create operators for a MachineManagedJob. They are assigned through the logic of the station (getEntity)
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
Router waits until entities finish moving in non-Machine type objects and updates the operatorAssignedTo variable of Operators before sorting their activeCallerList. Topology59 fails
-
Ioannis Papagiannopoulos authored
Machine canAcceptAndIsRequested updates the operator.activeCallerList if the machine is operated and is about to return True
-
Ioannis Papagiannopoulos authored
MachineManagedJob does not update the operatorPool from the canAcceptAndIsRequested but the operatorPool is updated by the OperatorRouter
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
setWip updates the pendingEntities list and sets the hot flag of entity according to the type of the currentStation of the entity
-
Ioannis Papagiannopoulos authored
bug reported by Jerome seems fixed now for the specific topology (60) Nevertheless, changes required to completely fix it
-
Ioannis Papagiannopoulos authored
Machine/QueueJobShop.getEntity updated so that other possible receivers are not lost. removeEntity updated to remove the possible receivers accordingly
-
Ioannis Papagiannopoulos authored
OrderDecomposition changed to try toassign MouldAssemblyBuffer and MouldAssembly in the route of the component before it assigns Exits
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
Machine endProcessingActions now modifies pendingEntities list and hot variable of entities of Entity family
-
Ioannis Papagiannopoulos authored
CoreObject getEntity method checks next object and modifies accordingly hot and pendingEntities variables. Only for entities of Entity family
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
new attribute added to entities to differentiate those with and without route attribute - (non)JobShop
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-