- 23 May, 2014 39 commits
-
-
Ioannis Papagiannopoulos authored
canAcceptEntity (checks if can accept specific entity) and haveToDisposeEntity (returns the entity that the object will dispose) methods added to CoreObject
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
generator of OperatorRouter updated. Now searches for candidate operators that are not called and decides which of them will choose an entity first. To be refined as currently is unstable
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
new method canAcceptEntity added to MachineManagedJob. This method checks whether a machine can receive a specific entity
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
If the operationType is only Load, the Machine clears the activeCallersList of the operator when the operator is released. Otherwise the activeCallersList is cleared byt getEntity of Machine regardles of the type of the Machine.
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
operatorAssignedTo attribute collapsed to operator. checkIfResourceIsAvailable of OperatorPreemptive removed as redundant
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
OperatorPool will check if any operator can preempt when there no operators available. checkIfResourceCanPreempt added to OperatorPool. checkIfResourceCanPreempt of OperatorPreemptive preemts the currentStation if there is such need
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
additional control before preemption. The object must be Up before any attempt for preemption is performed
-
Ioannis Papagiannopoulos authored
new method checkIfResourceCanPreempt added to objectResource. The method will check weather the object currently occupying the resource can be preempted and if there is need will eventually preempt the object.
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
CoreObject getEntity now checks if the receiver is operated before performing the preemption. In that case the preemption must be performed by the operator
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
Ioannis Papagiannopoulos authored
-
- 15 Apr, 2014 1 commit
-
-
Georgios Dagkakis authored
-