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) - Constructor for class AssigningTool
 
aComputationalSpecificationSet - Variable in class Order
computational specification set
aMatrix - Variable in class ESFrameModelSwarm
a memory matrix
aSpace - Variable in class UnitActivitySpace
 
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
anOrder - Variable in class OrderGenerator
a specific order
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

B

bSpace - Variable in class UnitActivitySpace
 
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

ComputationalAssembler - class ComputationalAssembler.
The ComputationalAssembler class instances make computational processes; we have a computationa assembler instance for each unit
ComputationalAssembler(Zone, OrderDistiller, ESFrameModelSwarm) - Constructor for class ComputationalAssembler
the constructor for ComputationalAssembler
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
ComputationalSpecificationSet - class ComputationalSpecificationSet.
The container generated by an order and containing the spefications about a computational process
ComputationalSpecificationSet(Zone, Order, int) - Constructor for class ComputationalSpecificationSet
constructor for computational specification set
CoordinateManager - class CoordinateManager.
a static class to check the coordonates if x or y are beyond the edge of our space
CoordinateManager() - Constructor for class CoordinateManager
 
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
 
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
check(int, int) - Static method in class CoordinateManager
 
check(String, BufferedReader, String, StringTokenizer) - Static method in class MyReader
check if it is necessary to read a new line and do it
checkForLabelCell(int, int) - Method in class ExcelReader
Checks if the cell at (atRow, atCol) position contains a label (leaving unchanged the counter)
checkForLabelCell() - Method in class ExcelReader
Checks if the next cell in reading sequence contains a label (leaving unchanged the counter)
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
computationType - Variable in class ComputationalSpecificationSet
the tipe of computation (max -1001, min -1999)
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
concludedOrders - Variable in class ESFrameModelSwarm
concluded orders form the beginning of the simulation
createArraysAndVectors(Zone, int) - Static method in class InformationRepository
the creation of the 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
createRandomOrderWithNSteps() - Method in class OrderGenerator
creating an order form, choosing its recipe length and content
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
dictionary - Variable in class OrderGenerator
the dictionary to be used to choose the steps to be included in a recipe
dictionaryLength - Variable in class OrderGenerator
length of the dictionary
directionVector - Variable in class UnitActivitySpace
 
directionVector0 - Variable in class UnitActivitySpace
 
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
distill() - Method in class OrderDistiller
This is the method containing the iterator needed to launch the daily production of recipes.
done - Variable in class ComputationalAssemblerBasic
the status of a specific computation
done - Variable in class ComputationalSpecificationSet
setting true when done
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

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
ExcelReader - class ExcelReader.
This class is a simple and a fast way to use the Andy Khan's excelread library.
ExcelReader(String) - Constructor for class ExcelReader
Opens the file and sets the first excel sheet the current sheet.
ExcelReader(String, boolean) - Constructor for class ExcelReader
Opens the file and sets the first excel sheet the current sheet.
ExcelReader(String, boolean, String) - Constructor for class ExcelReader
This constuctor allows you to open and to select directly the source sheet.
eSFrameModelSwarm - Variable in class ESFrameObserverSwarm
 
eSFrameModelSwarmArray - Variable in class ESFrameObserverSwarm
the Swarm we are observing
eSFrameObserverSwarm - Static variable in class StartESFrame
the observer in our application
eof() - Method in class ExcelReader
Tests if reading head reached the end of file (the last element in sequence).
eol() - Method in class ExcelReader
Tests if reading head reached the end of line.
evaluateRatios() - Method in class ESFrameObserverSwarm
evaluating ratio1, ratio2, ratio3 for model in layer 'ln'
existsSheetWithName(String) - Method in class ExcelReader
Tests if the 'sheetName' sheet is present in the current Excel document.
exit(int) - Static method in class MyExit
 

F

fillWithZero() - Method in class UnitActivitySpace
 
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
 
generateUnit(int, int) - Method in class ESFrameModelSwarm
unit generation
getComputationType() - Method in class ComputationalSpecificationSet
getting the computation type
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
getCurrentSheet() - Method in class ExcelReader
Returns the current sheet reference.
getDailyProductionList() - Method in class Unit
get daily production list
getDblValue(int, int) - Method in class ExcelReader
Gets the value at (atRow, atCol) position and returns it as a double value.
getDblValue() - Method in class ExcelReader
Gets the next value in reading sequence and returns it as a double value.
getDone() - Method in class ComputationalSpecificationSet
getting the done status
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)
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
getIfInteger() - Method in class ExcelReader
Gets the next value in reading sequence and returns it if the value is an integer.
getIfString() - Method in class ExcelReader
Gets the next value in reading sequence and returns it if the value is a string.
getInactivity() - Method in class Unit
the inactivity
getIntValue(int, int) - Method in class ExcelReader
Gets the value at (atRow, atCol) position and returns it as an int value.
getIntValue() - Method in class ExcelReader
Gets the next value in reading sequence and returns it as an int value.
getInterVisibilityMinLevel(int) - Static method in class InformationRepository
getting a specific interVisibilityMinLevel
getLayer() - Method in class ESFrameModelSwarm
getting the layer of this model
getLength() - Method in class Recipe
Returns the length of the recipe in the intermediate format)
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 layer 0 model
getMemoryMatrixAddress(int) - Method in class ComputationalSpecificationSet
returning the memory matrix address at pos. i of the vector containg the addresses (0<=igetNextStep() - 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
getNumberOfMemoryMatrixesToBeUsed() - Method in class ComputationalSpecificationSet
returning the number of memory matrixes to be used
getNumberOfRows() - Method in class MemoryMatrix
returning the number of rows
getNumberOfUnits() - Method in class ESFrameModelSwarm
report the number of units
getOrderLayer() - Method in class ComputationalSpecificationSet
getting the order layer
getOrderLayer() - Method in class Order
getting the layer to which the order belongs
getOrderNumber() - Method in class ComputationalSpecificationSet
returning the number of the order of this computational specification set
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
getPositionInRecipe() - Method in class ComputationalSpecificationSet
returning the position of this computational specification set into its recipe
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)
getRecipeCode() - Method in class Recipe
Returns the code of the recipe
getRecipeName() - Method in class Order
retrieving the name of the recipe
getRecipeName() - Method in class Recipe
Returns the name of the recipe
getRecipeSteps() - Method in class Recipe
Returns the steps (in the intermediate format) of the recipe
getSelector(String, String) - Static method in class SwarmUtils
 
getSelector(Object, String) - Static method in class SwarmUtils
 
getSimpleUnitProductionPhase(int) - Method in class UnitParameters
returning the production phase for a specific simple unit
getStartingTimeUnit() - Method in class Order
returning the startingTimeUnit
getStepNumber() - Method in class Order
returning the stepNumber
getStrValue(int, int) - Method in class ExcelReader
Gets the value at (atRow, atCol) position and returns it as a String value.
getStrValue() - Method in class ExcelReader
Gets the next value in reading sequence and returns it as a String value.
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 layer 0 model
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
getUnitNumber(int) - Method in class UnitParameters
returning the unit number for a specific (normal) unit
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
getXSize() - Method in class UnitActivitySpace
return xSize
getYPos() - Method in class Unit
the Y position
getYSize() - Method in class UnitActivitySpace
return ySize
globalProduction - Variable in class ESFrameModelSwarm
global production from the beginning of the run
goBack() - Method in class ExcelReader
Goes back to the last cell in reading sequence

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
interVisibility(Unit, Unit) - Method in class UnitActivitySpace
the measure of the common positions in the visibility areas of two units
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
lackingData(String) - Method in class UnitParameters
conclude execution if data are lacking
layer - Variable in class AssigningTool
the numner of our layer and the number of layers (or different models) in this run
layer - Variable in class ComputationalAssemblerBasic
the current layer
layer - Variable in class ESFrameModelSwarm
the layer of this model and the layerNumber, i.e. the number of models, numbered from 0 to layerNumber-1
layer - Variable in class UnitParameters
the layer of our model
layerNumber - Variable in class AssigningTool
the numner of our layer and the number of layers (or different models) in this run
layerNumber - Variable in class ESFrameModelSwarm
the layer of this model and the layerNumber, i.e. the number of models, numbered from 0 to layerNumber-1
layerNumber - Variable in class ESFrameObserverSwarm
the number of layers in our global model; each layer is a model
layerNumber - Static variable in class InformationRepository
the number of layers (models) in this run
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
 
MyReader - class MyReader.
A static class to simplify reading operations in ESFrameModelSwarm.java and in UnitParameters.java
MyReader() - Constructor for class MyReader
 
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 ComputationalSpecificationSet
the specifications (as addresses of memory matrixes to be used)
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)
maxStepLength - Variable in class OrderGenerator
the max length of a step in a recipe
maxStepNumber - Variable in class ESFrameModelSwarm
 
maxStepNumber - Variable in class OrderGenerator
the max length of a recipe
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
myOrder - Variable in class ComputationalSpecificationSet
myOrder (i.e. that of the order which has generated this object
myShuffler - Variable in class ESFrameModelSwarm
a shuffler for the list
myUnit - Variable in class ComputationalAssemblerBasic
the unit for which we are assembling for

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
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 - class OrderDistiller.
This class is used to read data from two worksheets.
OrderDistiller(Zone, int, int, ListImpl, ESFrameModelSwarm, AssigningTool, int) - Constructor for class OrderDistiller
 
OrderGenerator - class OrderGenerator.
The OrderGenerator is used at present to simulate the market behavior.
OrderGenerator(Zone, int, int, ListImpl, ESFrameModelSwarm, AssigningTool) - Constructor for class OrderGenerator
the constructor for OrderGenerator
orderCount - Variable in class OrderGenerator
used to record the number of generated orders
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
orderRecipe1 - Variable in class OrderGenerator
the integer vector containing a specific production recipe
orderRecipe2 - Variable in class OrderGenerator
the integer vector containing a specific production recipe, developed following the length of each step
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

pos - Variable in class ComputationalSpecificationSet
the position of this sequence in the recipe
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
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
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

Recipe - class Recipe.
Recipe.java This class is used to read the recipes and their code from the worksheet.
Recipe(Zone) - Constructor for class Recipe
 
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
 
readUnitData() - Method in class UnitParameters
read the unit numbers and production phases from the unitDataX/unitBasicData.txt file, where X is the level number
recipeName - Variable in class Order
the 'name' of the recipe (may be used by OrderDistiller, as a way to identify recipes
removeThisOrderFromTheWaitingList(Order) - Method in class ComputationalAssemblerBasic
removing an order form the waintingList
rotate() - Method in class UnitActivitySpace
 
rotationMatrix - Variable in class UnitActivitySpace
 

S

StartESFrame - class StartESFrame.
The StartESFrame class contains main().
StartESFrame() - Constructor for class StartESFrame
 
SwarmUtils - class SwarmUtils.
These two static methods create a selector.
SwarmUtils() - Constructor for class SwarmUtils
 
selectSheet(String) - Method in class ExcelReader
Changes the current sheet to the 'sheetName'.
sensitive - Variable in class MemoryMatrix
is the unit sensitive to layers?
setComputationalRecipe(int) - Method in class OrderDistiller
setting in real time the recipes coming from computational steps
setComputationalWaitingList(Order) - Method in class ComputationalAssemblerBasic
adding an order to the waitingList
setDictionary() - Method in class OrderDistiller
This method is used to collect the names of the units and of the end units, so that it can operate the check of corrispondency between the production phases required by recipes and the phases of production the units can do.
setDictionary() - Method in class OrderGenerator
building the dictionary containing the steps to be included in the recipes
setDone() - Method in class ComputationalSpecificationSet
setting the computation done
setDoneStep(int) - Method in class Order
Done step in Order
setEmpty(int, int, int) - Method in class MemoryMatrix
setting a position in a matrix as empty
setInformation(int, ListImpl, ListIndex, UnitActivitySpace, double) - Static method in class InformationRepository
setting information, for each model
setLayer(int, int) - Method in class ESFrameModelSwarm
setting the layer of this model
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
setParametersTo(int, int, Unit) - Method in class UnitParameters
setting the parameters of (normal) units
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
setRecipeFrom(ExcelReader) - Method in class Recipe
This method is used to store the intermediate format of a recipe in a List.
setRecipeName(String) - Method in class Order
settinging the name of the recipe
setSpecificationSet(int, Object[], int) - Method in class ComputationalSpecificationSet
setting computational specifications
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
showDownHistogram(int, int, int) - Method in class UnitActivitySpace
 
showLeftHistogram(int, int, int) - Method in class UnitActivitySpace
 
showRightHistogram(int, int, int) - Method in class UnitActivitySpace
 
showVisibility(int, int, int) - Method in class UnitActivitySpace
 
shuffleModels() - Method in class ESFrameModelSwarm
shuffling the models
shuffleUnitList() - Method in class ESFrameModelSwarm
shuffling the unitList
simpleUnitProductionPhase - Variable in class UnitParameters
the vector of simple unit production phase (simple=with a unique activity)
startingTimeUnit - Variable in class Order
the day in which the order as been generated
stepLengthInOrder - Variable in class OrderGenerator
the integer vector containing the unit of time spent for each step in the recipe; il will determine the tranformation of the orderRecipe1 vector into the orderRecipe2 vector containing the repetitions of the steps, to reproduce the length of each step in time NB this formalism is internal to internal (in external formalism we have 'step s/h/d time' as an examples orderRecipe1 contains 1 12 7 3 stepLengthInOrder contains 1 3 2 2 orderRecipe2 contains 1 12 12 12 7 7 3 3
stepNumber - Variable in class Order
the number of steps in the product recipe

T

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
totalUnitNumber - Variable in class UnitParameters
total unit number

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) - Constructor for class Unit
the constructor for Unit
UnitActivitySpace - class UnitActivitySpace.
 
UnitActivitySpace(Zone, int, int) - Constructor for class UnitActivitySpace
 
UnitParameters - class UnitParameters.
This class reads the parameters for each unit
UnitParameters(Zone, int, int) - Constructor for class UnitParameters
the constructor of UnitParameters
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 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
unitList - Variable in class OrderGenerator
the list containig 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
unitNumber - Variable in class UnitParameters
the vector of the unit numbers
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 _