A B C D E F G I L M N O P Q R S T V

A

act0() - Method in class BasicSumAgent
This method exists only for the CurrentAgent.
act0() - Method in class LocallyImitatingAgent
This method is called in the first phase of the day.
act0() - Method in class MarketImitatingAgent
This method is called in the first phase of the day.
act0() - Method in class RandomAgent
This method is called in the first phase of the day.
act0() - Method in class StopLossAgent
This method is called in the first phase of the day.
act1() - Method in class BasicSumAgent
This method exists only for the CurrentAgent.
act1() - Method in class CurrentAgent
The method calls the act1 method from an agent, which is in a list.
act1() - Method in class LocallyImitatingAgent
This method is called during the simulated day.
act1() - Method in class MarketImitatingAgent
This method is called during the simulated day.
act1() - Method in class RandomAgent
This method is called in the first phase of the day.
act1() - Method in class StopLossAgent
This method is called during the simulated day.
act2() - Method in class BasicSumAgent
This is the method that the agent calls at the end of the day.
activateIn(Swarm) - Method in class ModelSwarm
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 ObserverSwarm
Activate the schedules so that they are ready to run.
agentList - Variable in class CurrentAgent
This is the agent list.
agentList - Variable in class ModelSwarm
The list of all the agents.
agentNumber - Variable in class ModelSwarm
The total number of agents.
agentProbToActBeforeOpening - Variable in class BasicSumRuleMaster
The probability of placing an order in the opening phase.
agentProbToActBeforeOpening - Variable in class ModelSwarm
The probability of placing an order in the opening phase.
agentProbToActBelowFloorP - Variable in class BasicSumRuleMaster
The probability that an agent would buy if the price is below floorP.
agentProbToActBelowFloorP - Variable in class ModelSwarm
The probability to act below floor price.
agentWealth - Variable in class ObserverSwarm
our graphics or EZGraph output to files
agentWealthAtMeanDailyPrice - Variable in class BasicSumAgent
The agent's wealth at mean daily price.
agentWealthGraph - Variable in class ObserverSwarm
our graphics or EZGraph output to files
anAgent1 - Variable in class ModelSwarm
The agents of the simulation.
anAgent2 - Variable in class ModelSwarm
 
anAgent3 - Variable in class ModelSwarm
 
anAgent4 - Variable in class ModelSwarm
 
asymmetricBuySellProb - Variable in class BasicSumAgent
The asimmetry of buy and sell probability.
asymmetricBuySellProb - Variable in class ModelSwarm
The asimmetry of buy and sell probability.
asymmetricRange - Variable in class BasicSumRuleMaster
The asimmetry of max/minCorrectingCoeff.
asymmetricRange - Variable in class ModelSwarm
The asimmetry of max/minCorrectingCoeff.

B

BasicSumAgent - class BasicSumAgent.
This is the basic class of agents, that is inherited from all the others.
BasicSumAgent(Zone, int) - Constructor for class BasicSumAgent
Constructor for a new BasicSumAgent.
BasicSumRuleMaster - class BasicSumRuleMaster.
This is the basic class of rule master, which is inherited from others.
BasicSumRuleMaster(Zone) - Constructor for class BasicSumRuleMaster
Constructor for a new BasicSumRuleMaster.
Book - class Book.
This is the book.
Book(Zone) - Constructor for class Book
Constructor for a new book.
bidAskSpreadGraph - Variable in class ObserverSwarm
our graphics or EZGraph output to files
bookLogGraph - Variable in class ObserverSwarm
our graphics or EZGraph output to files
buildActions() - Method in class ModelSwarm
Here is where the model schedule is built, the data structures that define the simulation of time in the model.
buildActions() - Method in class ObserverSwarm
Create the actions necessary for the simulation.
buildObjects() - Method in class ModelSwarm
Build the model objects.
buildObjects() - Method in class ObserverSwarm
Create the objects used to display the model.
buyOrderStorehouse - Variable in class Book
 
buySellSwitch - Variable in class BasicSumAgent
The distribution of buy and sell order (fixed to 0.5).

C

CurrentAgent - class CurrentAgent.
This is a ghost agent which simply transfers the 'act' message to the first agent in the list agentList and rotate it this trick is necessary to send the act message agentNumber times; so the observer can dispaly the price of each acting step.
CurrentAgent(Zone) - Constructor for class CurrentAgent
Constructor for a new CurrentAgent.
CurrentIstant - class CurrentIstant.
This is a class for calling a different number of agents for every istant of simulating day.
CurrentIstant(Zone) - Constructor for class CurrentIstant
Constructor for a new CurrentIstant.
callAgents() - Method in class CurrentIstant
The method calls the CurrentAgent numberOfOperatingAgents times.
checkToStop() - Method in class ObserverSwarm
To check for the stopping conditions.
checkingIfShortOrLong - Variable in class ModelSwarm
To check the position(sharequantity) of the agent.
checkingIfShortOrLong - Variable in class StopLossAgent
These are the variables that the agent checks for the stop-loss strategy.
chooseBuySellSwitch(Book, double) - Method in class LocallyImitatingAgent
This method allows the agent to operate following the other agents' actions.
chooseBuySellSwitch(Book, double) - Method in class MarketImitatingAgent
This method allows the agent to operate following the market tendency.
count - Variable in class Book
The number of share negotiated
currentBidAskSpreadFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
currentBuyFirstLastSpreadFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
currentMeanPrice - Variable in class Book
The addition of prices*quantity to calculate the mean price.
currentQuantitySpreadFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
currentSellFirstLastSpreadFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files

D

dayNumber - Variable in class ModelSwarm
The number of current day.
displayActions - Variable in class ObserverSwarm
two ActionGroup for sequence of GUI events
displayFrequency - Variable in class ObserverSwarm
Update frequency.
displayPreviousDayMean - Variable in class ObserverSwarm
To create file and represent previous day mean price.
displaySchedule - Variable in class ObserverSwarm
the single Schedule instance

E

executedPrice - Variable in class Book
The price of the last contract closing.
executedPrices - Variable in class BasicSumAgent
The matrix of orders' prices.
extract(ArrayList, int, int) - Method in class BasicSumAgent
To extract data from the orders received from agents.
extract(ArrayList, int, int) - Method in class Book
To extract data from the orders received from agents.

F

fillStorehouseDecreasingP(double) - Method in class Book
To fill buyOrderStorehouse in descreasing order.
fillStorehouseIncreasingP(double) - Method in class Book
To fill sellOrderStorehouse in increasing order
firstLastSpreadGraph - Variable in class ObserverSwarm
our graphics or EZGraph output to files
floorP - Variable in class BasicSumRuleMaster
This is the floor price.
floorP - Variable in class ModelSwarm
The minimum price at which the agents acts.

G

getAgentList() - Method in class ModelSwarm
The method returns the list of the agents.
getAgentListIndex() - Method in class ModelSwarm
The method returns the index of indexAgentList.
getBook() - Method in class ModelSwarm
The method returns the book.
getBuyFirstLastSpread() - Method in class Book
To get the spread between the first and the last price in the buy side.
getBuySellQuantitySpread() - Method in class Book
To get the spread between quantities in sell and buy side.
getCurrentDay() - Method in class ModelSwarm
The method returns the number of the day.
getLaggedMeanPrice(int) - Method in class Book
to get the lagged Mean Price.
getLength() - Method in class Matrix
 
getLocal(double[]) - Method in class Book
This is the getLocal method, that counts for the difference between the buying and selling orders sent by the agents.
getLocalHistory() - Method in class Book
to get the local History.
getLocallyImitatingAgentList() - Method in class ModelSwarm
The method returns the list of the LocallyImitatingAgents.
getMarketImitatingAgentList() - Method in class ModelSwarm
The method returns the list of the MarketImitatingAgents.
getMeanPrice() - Method in class Book
To get the mean price of yesterday.
getPreviousClosingPrice() - Method in class Book
To get the closing price of yesterday.
getPrice() - Method in class Book
To get the last executed price.
getPrice(double, double) - Method in class RandomRuleMaster
This method is called when the agent acts in the market.
getPrice(double, double, double, double, double, int) - Method in class StopLossRuleMaster
This method allows the agent to apply the stoploss strategy during the simulated day.
getPriceBeforeOpening(double, double) - Method in class RandomRuleMaster
This method is called before the market is open.
getPriceBeforeOpening(double, double, double, double, double, int) - Method in class StopLossRuleMaster
This method allows the agent to apply the stoploss strategy in the first phase of the day.
getRandomAgentList() - Method in class ModelSwarm
The method returns the list of the RandomAgents.
getSelector(String, String) - Static method in class SwarmUtils
 
getSelector(Object, String) - Static method in class SwarmUtils
 
getSellFirstLastSpread() - Method in class Book
To get the spread between the first and the last price in the sell side.
getSharesInBuySide() - Method in class Book
To get the number of shares filled in the buy side of book.
getSharesInBuySideBeforeOpening() - Method in class Book
To get the number of shares in buy side before opening.
getSharesInSellSide() - Method in class Book
To get the number of shares filled in the sell side of book.
getSharesInSellSideBeforeOpening() - Method in class Book
To get the number of shares in sell side before opening.
getSpread() - Method in class Book
To get the spread between first bid and first ask price.
getStopLossAgentList() - Method in class ModelSwarm
The method returns the list of the StopLossAgents.
getWealthAtMeanDailyPrice() - Method in class BasicSumAgent
Return agent's wealth at mean daily price.

I

iMax - Variable in class BasicSumAgent
The quantity of orders sending out by the agent.
increaseCurrentDayNumber() - Method in class ModelSwarm
The method increases the number of the day.
indexAgentList - Variable in class ModelSwarm
The list of the agents in create order.
indexAgentListIndex - Variable in class Book
The index used for send message to agents.
indexAgentListIndex - Variable in class ModelSwarm
Its iterator.
istantNumber - Variable in class ModelSwarm
The total number of istants per day.

L

LocallyImitatingAgent - class LocallyImitatingAgent.
LocallyImitatingAgent inherits from BasicSumAgent and operates in an imitative way, following other agents actions(last operating agents or "local" imitation).
LocallyImitatingAgent(Zone, int) - Constructor for class LocallyImitatingAgent
Constructor for a new locally imitating agent.
liquidityQuantity - Variable in class BasicSumAgent
The liquidity of the agent.
localHistory - Variable in class Book
The vector containing the local price history.
localHistoryLength - Variable in class Book
The length of the local price history.
locallyImitatingAgentList - Variable in class ModelSwarm
The list of the LocallyImitatingAgents.
locallyImitatingAgentNumber - Variable in class ModelSwarm
 

M

MarketImitatingAgent - class MarketImitatingAgent.
MarketImitatingAgent inherits from BasicSumAgent and operates in an imitative way, following market tendency.
MarketImitatingAgent(Zone, int) - Constructor for class MarketImitatingAgent
Constructor for a new market imitating agent.
Matrix - class Matrix.
This is the class for matrixes and vectors.
Matrix(Zone, int) - Constructor for class Matrix
Constructors for a new Matrix.
Matrix(Zone, int, int) - Constructor for class Matrix
 
ModelSwarm - class ModelSwarm.
The Model of JavaSum.
ModelSwarm(Zone) - Constructor for class ModelSwarm
Constructor for a new ModelSwarm.
main(String[]) - Static method in class StartJavaSum
The main() function is the top-level place where everything starts.
marketImitatingAgentList - Variable in class ModelSwarm
The list of the MarketImitatingAgents.
marketImitatingAgentNumber - Variable in class ModelSwarm
 
matr - Variable in class Matrix
This is a matrix of double
maxCorrectingCoeff - Variable in class BasicSumRuleMaster
The coefficient that RandomAgents multiplays by the last price for the order.
maxCorrectingCoeff - Variable in class ModelSwarm
The coefficient that RandomAgents multiplays by the last price for the order.
maxLossRate - Variable in class ModelSwarm
The max rate of loss that stop loss agents effort.
maxLossRate - Variable in class StopLossAgent
THis is the maximun rate of loss that the agent will accept before appliying the strategy.
maxNumberOfOperatingAgents - Variable in class CurrentIstant
The maximum number of operating agents.
maxNumberOfOperatingAgents - Variable in class ModelSwarm
The maximum number of operating agents.
maxOrderQuantity - Variable in class BasicSumAgent
The maximum number of order per agent.
maxOrderQuantity - Variable in class ModelSwarm
The maximum number of order per agent.
maxWealthAllFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
maxWealthLocallyImitatingFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
maxWealthMarketImitatingFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
maxWealthRandomFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
maxWealthStopLossFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
meanOperatingPrice - Variable in class BasicSumAgent
The average price of the satified order.
meanPrice - Variable in class Book
The mean price of yesterday.
meanPriceFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
meanPriceHistory - Variable in class Book
The vector containing the history of mean prices.
meanPriceHistoryLength - Variable in class Book
The length of the mean price history.
meanWealthAllFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
meanWealthLocallyImitatingFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
meanWealthMarketImitatingFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
meanWealthRandomFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
meanWealthStopLossFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
message(double, double, double) - Method in class Book
To inform the agent of executed price.
minCorrectingCoeff - Variable in class BasicSumRuleMaster
The coefficient that RandomAgents multiplays by the last price for the order.
minCorrectingCoeff - Variable in class ModelSwarm
The coefficient that RandomAgents multiplays by the last price for the order.
minWealthAllFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
minWealthLocallyImitatingFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
minWealthMarketImitatingFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
minWealthRandomFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
minWealthStopLossFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
modelActions1 - Variable in class ModelSwarm
ActionGroup for holding an ordered sequence of action.
modelActions2 - Variable in class ModelSwarm
ActionGroup for holding an ordered sequence of action.
modelActions3 - Variable in class ModelSwarm
ActionGroup for holding an ordered sequence of action.
modelActionsLS - Variable in class ModelSwarm
ActionGroup for holding an ordered sequence of action.
modelSchedule - Variable in class ModelSwarm
The Schedule operating in the Model.
modelSwarm - Variable in class ObserverSwarm
the ModelSwarm we are observing

N

number - Variable in class BasicSumAgent
This is the number of the agent.
numberOfOperatingAgents - Variable in class CurrentIstant
The number of operating agents per istant.

O

ObserverSwarm - class ObserverSwarm.
ObserverSwarm.java The observer swarm is collection of objects that are used to run and observe the ModelSwarm that actually comprises the simulation.
ObserverSwarm(Zone) - Constructor for class ObserverSwarm
Constructor for a new ObserverSwarm.
openProbeTo(int) - Method in class ModelSwarm
The method opens the probe on an agent.
order - Variable in class LocallyImitatingAgent
This is the vector containing the basic input of an order: the price of the offer, the quantity of shares and the identification number of the agent.
order - Variable in class MarketImitatingAgent
This is the vector containing the basic input of an order: the price of the offer, the quantity of shares and the identification number of the agent.
order - Variable in class RandomAgent
This variable is for send order to the book.
order - Variable in class StopLossAgent
This is the vector containing the basic input of an order: the price of the offer, the quantity of shares and the identification number of the agent.
orderNumber - Variable in class Book
The number of orders received from agents.

P

P(int) - Method in class Matrix
This method returns a double from a position of the vector.
P$setFrom(int, double) - Method in class Matrix
This method sets a double in a position of the vector.
percentageOfOperatingAgents - Variable in class CurrentIstant
The percentage quota of agents which act in the market.
percentageOfOperatingAgents - Variable in class ModelSwarm
The percentage quota of agents which act in the market.
previousClosingPrice - Variable in class Book
The closing price of yesterday.
price - Variable in class BasicSumAgent
The price of the order.
priceFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
priceGraph - Variable in class ObserverSwarm
our graphics or EZGraph output to files
printing - Variable in class BasicSumAgent
If printing=1 many objects print data on the terminal window; If printing=4 BasicSumAgents print data on the terminal window.
printing - Variable in class Book
If 1 many objects print data on the terminal window.
printing - Variable in class ModelSwarm
If 1 many objects print data on the terminal window, 4 is used in BasicSumAgent.

Q

quantitySpreadGraph - Variable in class ObserverSwarm
our graphics or EZGraph output to files

R

R$C(int, int) - Method in class Matrix
This method returns a double from a position of the matrix.
R$C$setFrom(int, int, double) - Method in class Matrix
This method sets a double in a position of the matrix.
RandomAgent - class RandomAgent.
This is the RandomAgent.
RandomAgent(Zone, int) - Constructor for class RandomAgent
Constructor for a new RandomAgent.
RandomRuleMaster - class RandomRuleMaster.
This is the RandomRuleMaster.
RandomRuleMaster(Zone) - Constructor for class RandomRuleMaster
Constructor for a new RandomRuleMaster.
randomAgentList - Variable in class ModelSwarm
The list of the RandomAgents.
randomAgentNumber - Variable in class ModelSwarm
 
randomRuleMaster - Variable in class ModelSwarm
The randomRuleMaster manages RandomAgents.
ruleMaster - Variable in class LocallyImitatingAgent
This is the RuleMaster of the locally imitating agent.
ruleMaster - Variable in class MarketImitatingAgent
This is the Rule Master of the market imitating agent.
ruleMaster - Variable in class RandomAgent
This is the agent's rule master.
ruleMaster - Variable in class StopLossAgent
This is the RuleMaster of the stop loss agent.

S

StartJavaSum - class StartJavaSum.
The StartJavaSum class contains main().
StartJavaSum() - Constructor for class StartJavaSum
 
StopLossAgent - class StopLossAgent.
StopLossAgent inherits from BasicSumAgent and operates in random way, like a random agent.
StopLossAgent(Zone, int) - Constructor for class StopLossAgent
Constructor for a new stop loss agent.
StopLossRuleMaster - class StopLossRuleMaster.
This is the StopLossRuleMaster, used by StopLossAgent.
StopLossRuleMaster(Zone) - Constructor for class StopLossRuleMaster
Constructor for a new StopLoss Rule Master.
SwarmUtils - class SwarmUtils.
These two static methods create a selector.
SwarmUtils() - Constructor for class SwarmUtils
 
saveAgentWealthData - Variable in class ObserverSwarm
To save agent's wealth data.
saveBidAskSpreadData - Variable in class ObserverSwarm
To save spread data between first bid and first ask price.
saveBookLogData - Variable in class ObserverSwarm
To save book data.
saveBuySellFirstLastSpreadData - Variable in class ObserverSwarm
To save spread data between the first and the last price in the two side.
saveBuySellQuantitySpreadData - Variable in class ObserverSwarm
To save spread data between quantities in sell and buy side.
savePriceData - Variable in class ObserverSwarm
To save on a file the price data.
sellOrderStorehouse - Variable in class Book
 
setAgentList(ListImpl) - Method in class CurrentAgent
The method sets agentList.
setAgentListIndex(ListIndex) - Method in class Book
To know the adress of memory of the agent.
setAgentProbToActBeforeOpening(double) - Method in class BasicSumRuleMaster
This method sets the agentProbToActBeforeOpening.
setAsymmetricBuySellProb(double) - Method in class BasicSumAgent
This method sets the asymmetricBuySellProb.
setAsymmetricRange(double) - Method in class BasicSumRuleMaster
This method sets the asymmetricRange.
setBook(Book) - Method in class BasicSumAgent
This method sets the book.
setClean() - Method in class Book
At the beginning of each day to clean the book.
setConfirmationOfExecutedPrice(double[]) - Method in class BasicSumAgent
The number of executed prices is increased
setCurrentAgent(CurrentAgent) - Method in class CurrentIstant
The method sets theCurrentAgent.
setFloorP$andAgentProbToActBelowFloorP(double, double) - Method in class BasicSumRuleMaster
This method sets the floorP and AgentProbToActBelowFloorP.
setLocal(double[], double) - Method in class Book
This is the SetLocal method, used to shift the rows of the localHistory vector.
setMaxCorrectingCoeff(double) - Method in class BasicSumRuleMaster
This method sets the setMaxCorrectingCoeff.
setMaxLossRate$andCheckingIfShortOrLong(double, int) - Method in class StopLossAgent
This method sets the maxlossrate and the option checking if short or long.
setMaxNumberOfOperatingAgents(int) - Method in class CurrentIstant
This method sets the maximum value of operating agents.
setMaxOrderQuantity(int) - Method in class BasicSumAgent
This method sets the maximum number of order per agent.
setMeanPrice() - Method in class Book
At the end of each day to calculate the mean price.
setMinCorrectingCoeff(double) - Method in class BasicSumRuleMaster
This method sets the minCorrectingCoeff.
setNumber(int) - Method in class BasicSumAgent
This method sets the number of the agent.
setOrderBeforeOpeningFromAgent(double[]) - Method in class Book
Receiving an order before opening from an agent.
setOrderFromAgent(double[]) - Method in class Book
Receiving an order when the market is open.
setPercentageOfOperatingAgents(int) - Method in class CurrentIstant
This method sets the percentage of operating agents.
setPrinting(int) - Method in class BasicSumAgent
Option about the agent print capability.
setPrinting(int) - Method in class Book
To set the value of option printing.
setRuleMaster(RandomRuleMaster) - Method in class LocallyImitatingAgent
This method sets the Rule Master.
setRuleMaster(RandomRuleMaster) - Method in class MarketImitatingAgent
This method sets the Rule Master.
setRuleMaster(RandomRuleMaster) - Method in class RandomAgent
This method sets the rule master.
setRuleMaster(StopLossRuleMaster) - Method in class StopLossAgent
This method stes the Rule Master.
setStopLossInterval(int) - Method in class StopLossAgent
This method sets the stoplossinterval.
setTypeOfPercentage(boolean) - Method in class CurrentIstant
This method sets the type of percentage.
shareQuantity - Variable in class BasicSumAgent
The total agent's quantity of shares
shareValueAtMeanDailyPrice - Variable in class BasicSumAgent
The value of the shares at mean daily price.
sharesInBuySide - Variable in class Book
The number of shares in buy side of book.
sharesInBuySideBeforeOpening - Variable in class Book
The number of shares in buy side of book before opening.
sharesInBuySideBeforeOpeningFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
sharesInBuySideFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
sharesInSellSide - Variable in class Book
The number of shares in sell side of book.
sharesInSellSideBeforeOpening - Variable in class Book
The number of shares in sell side of book before opening.
sharesInSellSideBeforeOpeningFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
sharesInSellSideFile - Variable in class ObserverSwarm
our graphics or EZGraph output to files
showAgentWealthGraph - Variable in class ObserverSwarm
To show agent's wealth graph.
showBidAskSpreadGraph - Variable in class ObserverSwarm
To show spread graph between first bid and first ask price.
showBookLogGraph - Variable in class ObserverSwarm
To show book graph.
showBuySellFirstLastSpreadGraph - Variable in class ObserverSwarm
To show spread graph between the first and the last price in the two side.
showBuySellQuantitySpreadGraph - Variable in class ObserverSwarm
To show spread graph between quantities in sell and buy side.
showBuySellSharesNumberBeforeOpening - Variable in class ObserverSwarm
To show the number of shares in the two side before opening.
standardizedOrder(double[]) - Method in class Book
To standardize the order.
stopAtDayNumber - Variable in class ObserverSwarm
To stop simulation at the end of a day.
stopLossAgentList - Variable in class ModelSwarm
The list of the StopLossAgents.
stopLossAgentNumber - Variable in class ModelSwarm
 
stopLossInterval - Variable in class ModelSwarm
The interval that stop loss agents consider for their strategy.
stopLossInterval - Variable in class StopLossAgent
These are the variables that the agent checks for the stop-loss strategy.
stopLossRuleMaster - Variable in class ModelSwarm
The stopLossRuleMaster manages StopLossAgents.

T

theBook - Variable in class BasicSumAgent
The book of the model.
theBook - Variable in class ModelSwarm
The book of the simulation.
theBook - Variable in class ObserverSwarm
The book of the simulation.
theCurrentAgent - Variable in class CurrentIstant
The Current Agent of the simulation.
theCurrentAgent - Variable in class ModelSwarm
This is a "ghost agent".
theCurrentIstant - Variable in class ModelSwarm
The object for the calls of the agents.
typeOfPercentage - Variable in class CurrentIstant
The type of percetage of agents.
typeOfPercentage - Variable in class ModelSwarm
The type of percetage of agents.

V

vect - Variable in class Matrix
This is a vector of double

A B C D E F G I L M N O P Q R S T V