A B C D E F G I J K L M O R S T U V W

A

AssigningTool - class AssigningTool.
A tool to choose the unit to which we have to send an order
AssigningTool(Zone, ListImpl) - Constructor for class AssigningTool
 
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.
anOrder - Variable in class OrderGenerator
a specific order
assign(Order) - Method in class AssigningTool
 

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 the model objects.
buildObjects() - Method in class ESFrameObserverSwarm
Create the objects used to display the model.

C

check(String, BufferedReader, String, StringTokenizer) - Static method in class MyReader
check if it is necessary to read a new line and do it
createRandomOrderWithNSteps() - Method in class OrderGenerator
creating an order form, choosing its recipe length and content

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
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
drop() - Method in class ESFrameObserverSwarm
drop the Observer, but after having dropped the EZGraph

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
the Swarm we are observing
eSFrameObserverSwarm - Static variable in class StartESFrame
the observer in our application
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

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)
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)
getNumberOfDirectStepsDone() - Method in class Order
evaluate the number of direct steps done
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]
getProductionPhase() - Method in class Unit
return the production phases of the unit
getRecipeName() - Method in class Order
retrieving the name 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
getTimeLengthRatio() - Method in class ESFrameModelSwarm
report the ratio totalProductionTime/totalRecipeLength
getUnitList() - Method in class ESFrameModelSwarm
the method returns the list of the units
getUnitNumber() - Method in class Unit
get unit number
getUnitNumber(int) - Method in class UnitParameters
returning the unit number for a specific (normal) unit

I

i - Variable in class Order
indexes used in a common way in the full version of jES

J

j - Variable in class Order
indexes used in a common way in the full version of jES
jj - Variable in class Order
indexes used in a common way in the full version of jES

K

k - Variable in class Order
indexes used in a common way in the full version of jES

L

lackingData(String) - Method in class UnitParameters
conclude execution if data are lacking

M

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.
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
the max number of steps to be done to complete an order
maxStepNumber - Variable in class OrderGenerator
the max length of a recipe
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)
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)
modelSchedule - Variable in class ESFrameModelSwarm
the Schedule operating in the Model

O

Order - class Order.
The form containing our Order metaphoric object
Order(Zone, int, int, int, int[], ESFrameModelSwarm) - Constructor for class Order
the first constructor for Order, for original object creation
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
orderGenerator - Variable in class ESFrameModelSwarm
the order generator
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
orderState - Variable in class Order
integer vector, recording the performed phases

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
readUnitData() - Method in class UnitParameters
read the unit numbers and production phasesvfrom the unitData/unitBasicData.txt file
recipeName - Variable in class Order
the 'name' of the recipe (may be used by OrderDistiller, as a way to identify recipes

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
 
setDictionary() - Method in class OrderGenerator
building the dictionary containing the steps to be included in the recipes
setDoneStep(int) - Method in class Order
Done step in Order
setParametersTo(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
setRecipeName(String) - Method in class Order
settinging the name of the recipe
setUnitNumber(int) - Method in class Unit
set unit number
setWaitingList(Order) - Method in class Unit
Putting an order in the production waitingList of the unit (using a related object if any)
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

timeToFinish - Variable in class ESFrameObserverSwarm
the time at which we stop the simulation (if !
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
totalTimeLengthGraph - Variable in class ESFrameObserverSwarm
our graphics or EZGraph output to files
totalUnitNumber - Variable in class ESFrameModelSwarm
the total number of operating Units we are using
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, AssigningTool) - Constructor for class Unit
the constructor for Unit
UnitParameters - class UnitParameters.
This class reads the parameters for each unit
UnitParameters(Zone, int) - Constructor for class UnitParameters
the constructor of UnitParameters
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
unitListIndex - Variable in class AssigningTool
the iterator of unitList
unitListIndex - Variable in class ESFrameModelSwarm
its iterator
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
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

V

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

W

waitingList - Variable in class Unit
the list of the orders to be executed

A B C D E F G I J K L M O R S T U V W