- 01 Sep, 2014 40 commits
-
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
change so that if the next station is assembly the capacity requirements of the Entity are not calculated but read from the input instead
-
Georgios Dagkakis authored
-
Georgios Dagkakis authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
the broker will wait for resourceAvailable signal if the operator is dedicated but the route has not decided yet on the allocation of the resources. Then he will proceed with requesting the resource as it may not be assigned to the operatorPool before
-
Ioannis Papagiannopoulos authored
new attribute/argument added to Machine - canDeliverOnInterruption. In case of interruption when the machine has ended processing before delivering, there may be a need to empty the station before the interruption
-
Ioannis Papagiannopoulos authored
objectInterruption methods reactive/interruptVictim request allocation from Router if the victims have dedicatedOperator
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
requesting allocation in case of empty OperatorPools moved from singalReceiver method to initialSignalReceiver method
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
releaseOpeartor method does not unAssign operators in case of dedicated to single operatorPools skilled-Operators
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
requestAllocation is invoked instead of signalRouter from signalReceiver and getEntity/removeEntity in the case of level-Queue
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
new methods related to the allocation of skilled operators added to coreObject. SignalReceiver and SignalRouter updated for the required allocation control
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
new argument .available for operator - boolean that controls the availability of the operator at the start of the simulation
-
Ioannis Papagiannopoulos authored
shiftScheduler and ScheduledMaintenance make use of victims endLastProcessing signal instead of victimEndLastPorcessing which is now outdated
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
Machine has new signal endLastProcessing for use by objectInterruption. skilledOperators flag reset in initialize method. SkilledOperatorRouter to be created by createOperatorPool method
-
Ioannis Papagiannopoulos authored
If no operators or/and operatorPool are provided as arguemnts the machine checks if the operators are given a skillsList and creates an empty operatorPool to be populated by the Router.
-
Ioannis Papagiannopoulos authored
Operator has new input argument/ new attribute skillsList which describes the set of stations the resource can be attend to
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-