A B C D E F G I J K L M N O P R S T U V W X Y Z _

A

AssigningTool - class AssigningTool.
A tool to choose the unit to which we have to send an order
AssigningTool(Zone, int, int) - Constructor for class AssigningTool
the constructor
aComputationalSpecificationSet - Variable in class Order
computational specification set
aMatrix - Variable in class ESFrameModelSwarm
a memory matrix
aUnit - Variable in class AssigningTool
the temporary address of an existing unit
aUnit - Variable in class Unit
the temporary address of an existing unit
activateIn(Swarm) - Method in class ESFrameModelSwarm
Now set up the model's activation. swarmContext indicates where we're being started in - typically, this model is run as a subswarm of an observer swarm.
activateIn(Swarm) - Method in class ESFrameObserverSwarm
activateIn: - activate the schedules so they're ready to run.
addToConcludedOrders(float) - Method in class ESFrameModelSwarm
increasing/decreasing the value of the concluded orders
addToGlobalProduction(int) - Method in class ESFrameModelSwarm
increasing/decreasing global production value
addToPotentialProduction(int) - Method in class ESFrameModelSwarm
increasing potential production value
arrangeForComputation() - Method in class Order
the internal method dealing with computation
assign(Unit, Order) - Method in class AssigningTool
assignment between two units
assign(Order) - Method in class AssigningTool
assignment from the order generator or the order distiller

B

buildActions() - Method in class ESFrameModelSwarm
Here is where the model schedule is built, the data structures that define the simulation of time in the model.
buildActions() - Method in class ESFrameObserverSwarm
Create the actions necessary for the simulation.
buildObjects() - Method in class ESFrameModelSwarm
Build model objects.
buildObjects() - Method in class ESFrameObserverSwarm
Create the objects used to display the model.

C

ComputationalAssemblerBasic - class ComputationalAssemblerBasic.
The ComputationalAssemblerBasic class instances make computational processes; we have a computationa assembler instance for each unit THIS CLASS IS NOT USED DIRECTLY, BUT VIA THE INHERITING CLASS ComputationalAssembler.java
ComputationalAssemblerBasic(Zone, OrderDistiller, ESFrameModelSwarm) - Constructor for class ComputationalAssemblerBasic
the constructor for ComputationalAssembler
c1001() - Method in class ComputationalAssemblerBasic
computational operations with code -1001 this computational code places the numbers of the recipes to launch from other recipes, via the c step 1002, in position 0,0 of the received matrixes and set the status to done.
c1002() - Method in class ComputationalAssemblerBasic
 
c1100() - Method in class ComputationalAssemblerBasic
computational operations with code -1100 this computational step acts as generalized matrix loader that places the values found in unitData0/memoryMatrixContents.txt file in the matrixex and rows and cols reported in the same file the number of the matrixes used here must be less or equal to totalMemoryMatrixNumber (the first m matrixes of these ones); beside this, m has to be less than 10 it is mandatory to enter all the defined matrixes in their original in the c 1100 m m1 m2 ... command values in the unitData0/memoryMatrixContents.txt can be in any order finally it changes the status to done;
c1101() - Method in class ComputationalAssemblerBasic
computational operations with code -1101 (a code for the jES Open Foundation extension)

this computational code creates a new random unit in the model stratum reported in position 0,1 of the unique received matrix, with the probability set in position 0,0 of the same matrix; finally it changes the status to done
c1102() - Method in class ComputationalAssemblerBasic
computational operations with code -1102 (a code for the jES Open Foundation extension)

this computational code drops the unit the order is in, with the probability set in position 0,0 of the first received matrix and increases the position 0,1 of the second received matrix by 1, to count the dropped units; this computational step must be in the last step of the order, because the dropped unit cannot send it to the successive one; the computational step, before setting the unit to be dropped, applies the orderDoneStep() method to the order, for accounting purposes; finally it changes the status to done
c1103() - Method in class ComputationalAssemblerBasic
computational operations with code -1103 (a code for the jES Open Foundation extension)

this computational code creates a copy of the unit the order is in the model stratum of the original unit, near to it with the standard placement rule, with the probability set in position 0,0 of the unique received matrix; the count of the created units is reported increasing by one the position 0+rd,1+cd of the second received matrix finally it changes the status to done
c1995() - Method in class ComputationalAssemblerBasic
computational operations with code -1995 (a code for the checking phase of the program

this computational code place a 1 in position 1,1 of the unique received matrix and set the status to done
c1996() - Method in class ComputationalAssemblerBasic
computational operations with code -1996 (a code for the checking phase of the program

this computational code place a 1 in position 0,0 of the unique received matrix and set the status to done
c1997() - Method in class ComputationalAssemblerBasic
computational operations with code -1997 (a code for the checking phase of the program

this computational code place a 1 in position 1,0 of the unique received matrix and set the status to done
c1998() - Method in class ComputationalAssemblerBasic
computational operations with code -1998 (a code for the checking phase of the program

this computational code place a number in position 0,0 of the unique received matrix and set the status to done
c1999() - Method in class ComputationalAssemblerBasic
computational operations with code -1999 (a code for the checking phase of the program

this computational code verifies position 0,0 of the three received matrixes; only if these positions are all not empty the code empties them and set the status to done
cd - Variable in class ComputationalAssemblerBasic
internal displacements of rows and cols to be used when invoking the methods of the BASIC computational steps via other computational steps

REMEMBER TO RESET ALWAYS TO ZERO THE DISPLACEMENTS AFTER THE USE

checkDailyProductionListForOldUnsentOrders() - Method in class Unit
eliminating old order
checkIfNextStepUsesAComputationalSpecificationSet() - Method in class Order
check if next step in Order uses a computational specification set
checkZeroTimeProduction() - Method in class Order
check if next step in order is a zero time step
checkingComputationsAndFreeingOrders() - Method in class ComputationalAssemblerBasic
making computations and eliminating the orders from our waitingList
computationalAssemblerList - Variable in class ESFrameModelSwarm
the list of computationalAssembler units linked to normal unit; comp. ass. units have in charge the task of making the computations
computationalSpecificationSetList - Variable in class Order
the list of the computational specification set
computationalStepsInUse - Static variable in class InformationRepository
the use of computational steps
concludedOrders - Variable in class ESFrameModelSwarm
concluded orders form the beginning of the simulation
copyUnit(Unit, int) - Method in class ESFrameModelSwarm
unit copying
createArraysAndVectors(Zone, int) - Static method in class InformationRepository
the creation of the list memory spaces, once in a run, from the first model
createNumberOfUnitsGraph - Variable in class ESFrameModelSwarm
create the display of the numberOfUnits
createProductionGraph - Variable in class ESFrameModelSwarm
create the display of the production
createRatioGraph - Variable in class ESFrameModelSwarm
create the display of the ratios
currentLayer - Variable in class MemoryMatrix
layer to be used

D

dailyProductionList - Variable in class Unit
the list containing the orders (if any) performed in a day
dim - Variable in class Order
the dimension of matrixAddress
displayActions1 - Variable in class ESFrameObserverSwarm
two ActionGroup for sequence of GUI events
displayActions2 - Variable in class ESFrameObserverSwarm
two ActionGroup for sequence of GUI events
displayFrequency - Variable in class ESFrameObserverSwarm
update frequency
displaySchedule - Variable in class ESFrameObserverSwarm
the single Schedule instance
done - Variable in class ComputationalAssemblerBasic
the status of a specific computation
drawSelfOn(Raster) - Method in class Unit
designing itself on the raster
drop() - Method in class ESFrameObserverSwarm
drop the Observer, but after having dropped the EZGraph
drop() - Method in class Order
drop the order
dropUnits() - Method in class ESFrameModelSwarm
dropping units
droppable - Variable in class Unit
if droppable is true the unit will be dropped, regardless all its values (this come from a computational step)

E

ESFrameModelSwarm - class ESFrameModelSwarm.
The Model contains the Units
ESFrameModelSwarm(Zone) - Constructor for class ESFrameModelSwarm
 
ESFrameObserverSwarm - class ESFrameObserverSwarm.
The Observer contains the Model and the graphic widgets
ESFrameObserverSwarm(Zone) - Constructor for class ESFrameObserverSwarm
Constructor for class
eSFrameModelSwarm - Variable in class ESFrameObserverSwarm
 
eSFrameModelSwarmArray - Variable in class ESFrameObserverSwarm
the Swarm we are observing
eSFrameModelSwarmArray - Static variable in class InformationRepository
the array of the models
eSFrameObserverSwarm - Static variable in class StartESFrame
the observer in our application
evaluateRatios() - Method in class ESFrameObserverSwarm
evaluating ratio1, ratio2, ratio3 for model in stratum 'ln'
exit(int) - Static method in class MyExit
 

F

finish() - Method in class ESFrameObserverSwarm
to finish automatically, if timeToFinish!
firstOrder - Variable in class Unit
the first order to be executed

G

generateANewUnit() - Method in class ESFrameModelSwarm
 
generateANewUnitFromAComputationalStep() - Method in class ESFrameModelSwarm
 
generateUnit(int, int) - Method in class ESFrameModelSwarm
unit generation
getComputationalAssembler() - Method in class Unit
get the computational assembler of the unit
getComputationalStepsInUse() - Static method in class InformationRepository
getting the computationalStepsInUse status
getConcludedOrderSteps() - Method in class ESFrameModelSwarm
reporting the value of the concluded orders
getCreateNumberOfUnitsGraph() - Method in class ESFrameModelSwarm
return if we want to create the numberOfUnitsGraph
getCreateProductionGraph() - Method in class ESFrameModelSwarm
return if we want to create the productionGraph
getCreateRatioGraph() - Method in class ESFrameModelSwarm
return if we want to create the ratioGraph
getDailyProductionList() - Method in class Unit
get daily production list
getDoneStep() - Method in class Order
production done step in Order (it is in the orderRecipe vector, at the index value in which we find the first 0 in orderState vector minus 1; if no step has been done, the method returns -999999)
getDroppable() - Method in class Unit
get the droppability of the unit
getESFrameModelSwarm(int) - Static method in class InformationRepository
getting a specific model
getEmpty(int, int, int) - Method in class MemoryMatrix
checking if a position in a matrix is empty
getGlobalProduction() - Method in class ESFrameModelSwarm
reporting the global production value
getInactivity() - Method in class Unit
the inactivity
getInterVisibilityMinLevel(int) - Static method in class InformationRepository
getting a specific interVisibilityMinLevel
getMaxInactivity() - Method in class ESFrameModelSwarm
getting the maxInactivity value
getMaxUnsentProducts() - Method in class ESFrameModelSwarm
getting the maxUnsentProducts value
getMemoryMatrix(int) - Method in class ESFrameModelSwarm
return the address of a memory matrix
getMemoryMatrix(int) - Method in class ESFrameObserverSwarm
return the address of a memory matrix as actually set in stratum 0 model
getMemoryMatrix() - Method in class Unit
get the memory matrix of the unit
getMemoryMatrixNumber() - Method in class MemoryMatrix
returning the number of the matrix
getNextStep() - Method in class Order
production next step in Order (it is in the orderRecipe vector, at the same index value in which we find the first 0 in orderState vector)
getNumberOfCols() - Method in class MemoryMatrix
returning the number of cols
getNumberOfDirectStepsDone() - Method in class Order
evaluate the number of direct steps done
getNumberOfRows() - Method in class MemoryMatrix
returning the number of rows
getNumberOfTicksAsUnsent() - Method in class Order
getting the number of ticks that the order is in the dailyProductionList of a Unit, as unsent
getNumberOfUnits() - Method in class ESFrameModelSwarm
report the number of units
getOrderLayer() - Method in class Order
getting the layer to which the order belongs
getOrderNumber() - Method in class Order
returning the orderNumber of this order
getOrderRecipe(int) - Method in class Order
getting the content of orderRecipe[i]
getOrderState(int) - Method in class Order
getting the content of orderState[i]
getPendingComputationalSpecificationSet() - Method in class Order
getting the computational specification set related to the nextStep (the current one, if the order is in a waiting list for next step to be accomplished)
if no computational specification set exists for the next step, a null value is returned
getPotentialProduction() - Method in class ESFrameModelSwarm
reporting potential production value
getProductionPhase() - Method in class Unit
return the production phases of the unit
getRatio1() - Method in class ESFrameObserverSwarm
returning ratio1 (global / potential production)
getRatio2() - Method in class ESFrameObserverSwarm
returning ratio2 (global / potential production)
getRatio3() - Method in class ESFrameObserverSwarm
returning ratio3 (final / global production)
getRecipeName() - Method in class Order
retrieving the name of the recipe
getShuffleListsAtEachAssignment(int) - Static method in class InformationRepository
getting a specific shuffleListsAtEachAssignment value
getStartingTimeUnit() - Method in class Order
returning the startingTimeUnit
getStepNumber() - Method in class Order
returning the stepNumber
getStratum() - Method in class ESFrameModelSwarm
getting the stratum of this model
getStratumNumber() - Static method in class InformationRepository
getting the number of strata in this run
getTheUnitTheOrderComesFrom() - Method in class Order
get the unit the order comes from
getTheUnitTheOrderIsIn() - Method in class Order
get the unit the order is in
getTimeLengthRatio() - Method in class ESFrameModelSwarm
report the ratio totalProductionTime/totalRecipeLength
getTotalMemoryMatrixNumber() - Method in class ESFrameModelSwarm
return the number of memory matrixes
getTotalMemoryMatrixNumber() - Method in class ESFrameObserverSwarm
returning the number of memory matrixes as actually set in stratum 0 model
getUniqueAssignmentInEachCycle(int) - Static method in class InformationRepository
getting a specific uniqueAssignmentInEachCycle value
getUnitActivitySpace() - Method in class ESFrameModelSwarm
return the unitActivitySpace address
getUnitActivitySpaceFromModel(int) - Static method in class InformationRepository
getting a specific unitActivitySpace
getUnitList() - Method in class ESFrameModelSwarm
the method returns the list of the units
getUnitListFromReorderedModelSequence(int) - Static method in class InformationRepository
getting a specific unitList from random model sequence
getUnitListIndexFromReorderedModelSequence(int) - Static method in class InformationRepository
getting a specific unitListIndex from random model sequence
getUnitModel() - Method in class Unit
getting the model the unit belongs to
getUnitNumber() - Method in class Unit
get unit number
getUnitSpace() - Method in class ESFrameModelSwarm
return the unitSpace
getUnsentProducts() - Method in class Unit
unsent products at the end of step 2
getValue(int, int, int) - Method in class MemoryMatrix
getting a value
getVisibility() - Method in class Unit
the visibility
getWaitingList() - Method in class Unit
get waiting list
getWaitingListLength() - Method in class ComputationalAssemblerBasic
return the waiting list length
getWaitingListLength() - Method in class Unit
the length of the wainting list
getXPos() - Method in class Unit
the X position
getYPos() - Method in class Unit
the Y position
globalProduction - Variable in class ESFrameModelSwarm
global production from the beginning of the run

I

InformationRepository - class InformationRepository.
A static class used to distribute information among models
InformationRepository() - Constructor for class InformationRepository
 
i - Variable in class Order
indexes used in a common way in the arrangeForComputation method
inactivity - Variable in class Unit
the number of tick of inactivity
increasingVisibilityStep - Variable in class ESFrameModelSwarm
increasing visibility in each step 1 of each unit
increasingVisibilityStep - Variable in class Unit
increasing visibility in each step 1
interVisibilityMinLevel - Variable in class AssigningTool
the min level of inter-visibility; below this level two units cannot exchange products; this value is not used in assignment coming from OrderGenerator; this value can be different from one model to another: that of the sending unit is used
interVisibilityMinLevel - Variable in class ESFrameModelSwarm
the min level of inter-visibility; below this level two units cannot exchange products
interVisibilityMinLevelVector - Static variable in class InformationRepository
the vector of interVisibilityMinLevel

J

j - Variable in class Order
indexes used in a common way in the arrangeForComputation method
jj - Variable in class Order
indexes used in a common way in the arrangeForComputation method

K

k - Variable in class Order
indexes used in a common way in the arrangeForComputation method

L

lackingData(String) - Method in class ESFrameModelSwarm
conclude execution if data are lacking
layer - Variable in class ComputationalAssemblerBasic
the current layer
ln - Variable in class ESFrameObserverSwarm
 
lnn - Variable in class ESFrameObserverSwarm
 

M

MemoryMatrix - class MemoryMatrix.
The class of the memory matrixes (layered) used by the computational objects included in recipes
MemoryMatrix(Zone, int, boolean, int, int, int, boolean) - Constructor for class MemoryMatrix
the constructor for MemoryMatrix
MyExit - class MyExit.
A static class used to stop execution before System.exit(1) code, to avoid the "Unable to register TclNotifier window class" error in W2000 and XP
MyExit() - Constructor for class MyExit
 
main(String[]) - Static method in class StartESFrame
The main() function is the top-level place where everything starts.
matrix - Variable in class MemoryMatrix
the memory matrix
matrixAddress - Variable in class Order
the vector of memory matrix addresses to be set in a computational specification set
matrixArray - Variable in class ESFrameModelSwarm
the array of memory matrixes to be used by computational objects
matrixArray - Variable in class MemoryMatrix
the array of matrixes built one for each layer, if layers are > 1 and sensitive==true
maxInactivity - Variable in class ESFrameModelSwarm
max inactivity value
maxStartingVisibility - Variable in class ESFrameModelSwarm
the max starting visibility
maxStepLength - Variable in class ESFrameModelSwarm
the max length of a step in a recipe (in units of time)
maxStepNumber - Variable in class ESFrameModelSwarm
 
maxTicksAsUnsent - Variable in class ESFrameModelSwarm
the max number of ticks that a product can spent in a unit
maxTicksAsUnsent - Variable in class Unit
max number of ticks that an order can stay in the unit
maxUnsentProducts - Variable in class ESFrameModelSwarm
max quantity of unsent products
memoryMatrixNumber - Variable in class MemoryMatrix
the number identifying the memory matrix (starting from zero) this number represents also the posizione of this memory matrix in an array of memory matrixes created and managed by ESFrameModelSwarm
minStartingVisibility - Variable in class ESFrameModelSwarm
the min starting visibility
modelActions2 - Variable in class ESFrameModelSwarm
ActionGroup for holding an ordered sequence of action (the numbers of the model action names are the same used in the full jES model, so some are lacking in this version)
modelActions2b - Variable in class ESFrameModelSwarm
ActionGroup for holding an ordered sequence of action (the numbers of the model action names are the same used in the full jES model, so some are lacking in this version)
modelActions2distiller - Variable in class ESFrameModelSwarm
ActionGroup for holding an ordered sequence of action (the numbers of the model action names are the same used in the full jES model, so some are lacking in this version)
modelActions2generator - Variable in class ESFrameModelSwarm
ActionGroup for holding an ordered sequence of action (the numbers of the model action names are the same used in the full jES model, so some are lacking in this version)
modelNumbers - Static variable in class InformationRepository
the vectors with model numbers
modelNumbersRandomlyReordered - Static variable in class InformationRepository
the vectors with model numbers
modelSchedule - Variable in class ESFrameModelSwarm
the Schedule operating in the Model
myMemoryMatrix - Variable in class Unit
out memory matrix
myShuffler - Variable in class AssigningTool
a shuffler for the list
myShuffler - Variable in class ESFrameModelSwarm
a shuffler for the list
myUnit - Variable in class ComputationalAssemblerBasic
the unit for which we are assembling for
myUnitList - Variable in class AssigningTool
copy of the unit list, to be locally shuffled
myUnitListIndex - Variable in class AssigningTool
the iterator of myUnitList
myUsedUnitList - Variable in class AssigningTool
the global used unit list, employed if uniqueAssignmentInEachCycle is true

N

newUnitGenerationP - Variable in class ESFrameModelSwarm
probability of unit new Unit generation while the simulation is running
numberOfCols - Variable in class MemoryMatrix
the numberOfCols of matrix
numberOfRows - Variable in class MemoryMatrix
the numberOfRows of matrix
numberOfTicksAsUnsent - Variable in class Order
number of ticks the order is in this unit as unsent
numberOfUnitsGraph - Variable in class ESFrameObserverSwarm
 
numberOfUnitsGraphArray - Variable in class ESFrameObserverSwarm
 

O

Order - class Order.
The form containing our Order metaphoric object
Order(Zone, int, int, int, int[], ESFrameModelSwarm) - Constructor for class Order
the constructor for Order
orderDistiller - Variable in class ESFrameModelSwarm
the order distiller, using archives of recipes and of order sequences to generate the simulated events
orderGenerator - Variable in class ESFrameModelSwarm
the order generator
orderLayer - Variable in class Order
the layer to which the order belongs; this value is not used here but in jesframe; here is kept (always 0) for compatibility reasons
orderNumber - Variable in class Order
the number of this order
orderRecipe - Variable in class Order
integer vector, containing the recipe steps
orderRecipeTmp - Variable in class Order
a temporary vector to redefine the dimension of orderRecipe if necessary (using "p" or "c" or "||" or "&&" steps)
orderState - Variable in class Order
integer vector, recording the performed phases
orderStateTmp - Variable in class Order
a temporary vector to redefine the dimension of orderState if necessary (using "p" or "c" or "||" or "&&" steps)

P

potentialProduction - Variable in class ESFrameModelSwarm
potential production from the beginning of the run
potentialUnitNumberPerType - Variable in class ESFrameModelSwarm
repetition in unit creation if potentialUnitNumberPerType > 1 each type of unit (as in each row of unitData?
potentialUnitTypes - Variable in class ESFrameModelSwarm
the total number of operating Units we are using
print() - Method in class MemoryMatrix
printing the matrix on the current terminal
printDirectly() - Method in class MemoryMatrix
printing the matrix on the current terminal regardless to the value of printMatrixes
printDirectlyMemoryMatrix() - Method in class Unit
print the memory matrix of the unit (to be used via the probe of the unit)
printMatrixes - Variable in class ESFrameModelSwarm
printMatrixes
printMatrixes - Variable in class ESFrameObserverSwarm
activating the print function in MemoryMatrix class
printMatrixes - Variable in class MemoryMatrix
print matrix option
printMemoryMatrixNumber(int) - Method in class ESFrameObserverSwarm
print the content of the memory matrix set in stratum 0 model
proFormaUnitList - Variable in class ESFrameModelSwarm
the list of the pro forma units (all the "would be" units)
productionGraph - Variable in class ESFrameObserverSwarm
 
productionGraphArray - Variable in class ESFrameObserverSwarm
 

R

r - Variable in class Order
incoming recipe structure; we make a local copy of it, from r0 which is in the constructor paramenter list, to r
ratio1 - Variable in class ESFrameObserverSwarm
 
ratio2 - Variable in class ESFrameObserverSwarm
 
ratio3 - Variable in class ESFrameObserverSwarm
 
ratioGraph - Variable in class ESFrameObserverSwarm
 
ratioGraphArray - Variable in class ESFrameObserverSwarm
 
rd - Variable in class ComputationalAssemblerBasic
internal displacements of rows and cols to be used when invoking the methods of the BASIC computational steps via other computational steps

REMEMBER TO RESET ALWAYS TO ZERO THE DISPLACEMENTS AFTER THE USE

recipeName - Variable in class Order
the 'name' of the recipe (may be used by OrderDistiller, as a way to identify recipes
referenceTime - Variable in class AssigningTool
the reference time used by the uniqueAssignmentInEachCycle strategy
removeThisOrderFromTheWaitingList(Order) - Method in class ComputationalAssemblerBasic
removing an order form the waintingList

S

StartESFrame - class StartESFrame.
The StartESFrame class contains main().
StartESFrame() - Constructor for class StartESFrame
 
sensitive - Variable in class MemoryMatrix
is the unit sensitive to layers?
setComputationalStepsInUse(boolean) - Static method in class InformationRepository
setting the computationalStepsInUse status
setComputationalWaitingList(Order) - Method in class ComputationalAssemblerBasic
adding an order to the waitingList
setDoneStep(int) - Method in class Order
Done step in Order
setDroppable() - Method in class Unit
set the droppability of the unit
setEmpty(int, int, int) - Method in class MemoryMatrix
setting a position in a matrix as empty
setInformationFromModel(int, ListImpl, ListIndex, UnitActivitySpace, double, boolean, boolean) - Static method in class InformationRepository
setting information, from each model
setInformationFromObserver(ArrayImpl) - Static method in class InformationRepository
setting information, from the observer
setMemoryMatrixPrintCapability(boolean) - Method in class ESFrameModelSwarm
option about the matrix print capabulity
setModelSequence() - Static method in class InformationRepository
shuffling in each cycle, from the first model schedule, the model order
setNumberOfTicksAsUnsent(int) - Method in class Order
setting (initializing) the number of ticks that the order is in the dailyProductionList of a Unit; the setting is made in unitStep2; the initial value is set in unitStep1
setProductionPhase(int) - Method in class Unit
set unit production phases
setProductionTimeAndRecipeLength(float, float) - Method in class ESFrameModelSwarm
record total production time and total recipe length
setRecipeName(String) - Method in class Order
settinging the name of the recipe
setStratum(int, int) - Method in class ESFrameModelSwarm
setting the stratum of this model
setTheUnitTheOrderIsIn(Unit) - Method in class Order
set the unit the order is in (from assign() in AssigningTool)
setTime() - Method in class ESFrameObserverSwarm
setting the time of the simulation
setUnit(Unit) - Method in class ComputationalAssemblerBasic
setting the unit we are assembling for
setUnitNumber(int) - Method in class Unit
set unit number
setUsableWaitingList() - Method in class Unit
copying the orders in the waitingList, if they are not kept into any parallel unit, such as (in jESOF) myComputationalAssembler
setValue(int, int, int, float) - Method in class MemoryMatrix
setting a value (float)
setValue(int, int, int, double) - Method in class MemoryMatrix
setting a value (double)
setWaitingList(Order) - Method in class Unit
Putting an order in the production waitingList of the unit (using a related object if any)
shadowMatrix - Variable in class MemoryMatrix
the shadow memory matrix
shadowMatrixArray - Variable in class MemoryMatrix
the array of shadow matrixes built one for each layer, if layers are > 1 and sensitive==true
shuffleComputationalAssemblerList() - Method in class ESFrameModelSwarm
shuffling the computationalAssemblerList
shuffleListsAtEachAssignment - Variable in class ESFrameModelSwarm
shuffle the lists at each assignment in the AssigningTool (this is done beside the ordinary shuffle operations in each model schedule); the choice is related to the units belonging to this stratum
shuffleListsAtEachAssignmentVector - Static variable in class InformationRepository
the vector of shuffleListsAtEachAssignment values
shuffleModels() - Method in class ESFrameModelSwarm
shuffling the models
shuffleUnitList() - Method in class ESFrameModelSwarm
shuffling the unitList
startingTimeUnit - Variable in class Order
the day in which the order as been generated
stepNumber - Variable in class Order
the number of steps in the product recipe
stopIfZeroUnits - Variable in class ESFrameModelSwarm
stop if zero units in this model
stratum - Variable in class AssigningTool
the numner of our stratum and the number of strata (or different models) in this run
stratum - Variable in class ESFrameModelSwarm
the stratum of this model and the stratumNumber, i.e. the number of models, numbered from 0 to stratumNumber-1
stratumNumber - Variable in class AssigningTool
the numner of our stratum and the number of strata (or different models) in this run
stratumNumber - Variable in class ESFrameModelSwarm
the stratum of this model and the stratumNumber, i.e. the number of models, numbered from 0 to stratumNumber-1
stratumNumber - Variable in class ESFrameObserverSwarm
the number of strata in our global model; each stratum is a model
stratumNumber - Static variable in class InformationRepository
the number of strata (models) in this run

T

theUnitTheOrderComesFrom - Variable in class Order
the unit the order come from (null at the beginning, coming from distiller or generator) NB must be a different unit, i.e. we do not register here the assignnment to the same unit or to a unit executing the same step
theUnitTheOrderIsIn - Variable in class Order
the unit the order is in, set from assign() in AssigningTool
thisOrderIsInTheWaitingList(Order) - Method in class ComputationalAssemblerBasic
checking if an order is in the waitingList
time - Variable in class ESFrameObserverSwarm
the time
timeToFinish - Variable in class ESFrameObserverSwarm
the time at which we stop the simulation (if !
totalLayerNumber - Variable in class MemoryMatrix
the number of layers in the simulation
totalMemoryMatrixNumber - Variable in class ESFrameModelSwarm
number of memory matrixes
totalProductionTime - Variable in class ESFrameModelSwarm
the total production time used by done orders
totalRecipeLength - Variable in class ESFrameModelSwarm
the total length of the recipes of the done orders

U

Unit - class Unit.
The Unit class instances are micro unit in our virtual enterprise; i.e. the units where the steps required to build a product (to fulfill an order) are done
Unit(Zone, ESFrameModelSwarm, UnitActivitySpace, AssigningTool, int, int, byte, double, double, ComputationalAssembler, MemoryMatrix, int) - Constructor for class Unit
the constructor for Unit
uniqueAssignmentInEachCycle - Variable in class ESFrameModelSwarm
manage the lists in each cycle to have a unique assignment in each cycle to each unit in the AssigningTool; the choice is related to the units belonging to this stratum
uniqueAssignmentInEachCycleVector - Static variable in class InformationRepository
the vector of uniqueAssignmentInEachCycle values
unitActivityDisplay - Variable in class ESFrameObserverSwarm
 
unitActivityDisplayArray - Variable in class ESFrameObserverSwarm
 
unitActivitySpace - Variable in class AssigningTool
the activity space of the first unit
unitActivitySpace - Variable in class ESFrameModelSwarm
the unit activity space, always metaphoric
unitActivitySpace - Variable in class Unit
the unitActivitySpace
unitActivitySpaceArray - Static variable in class InformationRepository
the arrays of unitList, unitListIndex, unitActivitySpace
unitColor - Variable in class ESFrameModelSwarm
the color of the unit
unitColor - Variable in class Unit
position of the unit into the display
unitDisplay - Variable in class ESFrameObserverSwarm
 
unitDisplayArray - Variable in class ESFrameObserverSwarm
 
unitGenerationInitialP - Variable in class ESFrameModelSwarm
the probability of initial generation of a unit, listed into the unit directory
unitList - Variable in class AssigningTool
the list of the normal units existing in our environment
unitList - Variable in class ESFrameModelSwarm
the list of the operating units
unitListArray - Static variable in class InformationRepository
the arrays of unitList, unitListIndex, unitActivitySpace
unitListIndex - Variable in class AssigningTool
the iterator of unitList
unitListIndex - Variable in class ESFrameModelSwarm
its iterator
unitListIndexArray - Static variable in class InformationRepository
the arrays of unitList, unitListIndex, unitActivitySpace
unitNumber - Variable in class Unit
the number identifying the unit
unitParameters - Variable in class ESFrameModelSwarm
the input class for unit parameters
unitProductionPhase - Variable in class Unit
the unit production phase
unitRaster - Variable in class ESFrameObserverSwarm
 
unitRasterArray - Variable in class ESFrameObserverSwarm
our graphics
unitSpace - Variable in class ESFrameModelSwarm
the unit space (a metaphorical one)
unitSpaceXSize - Variable in class ESFrameModelSwarm
the X size of the unit space
unitSpaceYSize - Variable in class ESFrameModelSwarm
the Y size of the unit space
unitStep1() - Method in class Unit
production:

at the beginning of each time tick in the 'day', each unit looks for the order(s) (if any) to be executed; the production cycle is 'one unit of time' in a step of the recipe of an order in a tick of a day;

unitStep2() - Method in class Unit
diffusion and accounting:

sending the orders to the subsequent production units;

making accounting operations
unsentProducts - Variable in class Unit
unsent product at the end of step2
usableWaitingList - Variable in class Unit
the list of the orders in the waitingList, not kept into a parallel unit, such as a myComputationalAssembler
useOrderDistiller - Variable in class ESFrameModelSwarm
use the order distiller instead of the order generator

V

verbose - Static variable in class StartESFrame
being verbose?
verboseChoice - Variable in class ESFrameObserverSwarm
displaying all messages on the console
visibility - Variable in class Unit
our visibility

W

waitingList - Variable in class ComputationalAssemblerBasic
the list of the order requiring computations
waitingList - Variable in class Unit
the list of the orders to be executed

X

xPos - Variable in class Unit
position of the unit into the display

Y

yPos - Variable in class Unit
position of the unit into the display

Z

zoomFactor - Variable in class ESFrameObserverSwarm
 

_

_unitRasterDeath_(Object) - Method in class ESFrameObserverSwarm
handling the raster

A B C D E F G I J K L M N O P R S T U V W X Y Z _