|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Moveable in uchicago.src.repastdemos.asynchAgents |
|---|
| Classes in uchicago.src.repastdemos.asynchAgents that implement Moveable | |
|---|---|
class |
Boss
This class represents the agent who outputs a value based on either exponential or polynomial function for a given input. |
class |
Consultant
This is the agent that moves agents according to how many tasks they have relative to the rest of the employees. |
class |
Employee
This class represents the employees who perform tasks assigned by the boss. |
| Uses of Moveable in uchicago.src.repastdemos.genetic |
|---|
| Classes in uchicago.src.repastdemos.genetic that implement Moveable | |
|---|---|
class |
Competitor
This is an agent in the simulation. |
class |
Judge
This is the agent that adjusts the location of Competitors based on
the correctness of their solution. |
| Uses of Moveable in uchicago.src.repastdemos.hypercycles |
|---|
| Classes in uchicago.src.repastdemos.hypercycles that implement Moveable | |
|---|---|
class |
HyperCell
A pseudo-agent class for the hypercycles simulation. |
| Uses of Moveable in uchicago.src.repastdemos.jain |
|---|
| Classes in uchicago.src.repastdemos.jain that implement Moveable | |
|---|---|
class |
JainNode
|
| Uses of Moveable in uchicago.src.repastdemos.jiggle |
|---|
| Classes in uchicago.src.repastdemos.jiggle that implement Moveable | |
|---|---|
class |
JiggleNode
The agent class for this model. |
| Uses of Moveable in uchicago.src.repastdemos.jinGirNew |
|---|
| Classes in uchicago.src.repastdemos.jinGirNew that implement Moveable | |
|---|---|
class |
JinGirNewNode
The agent class for the JinGirNew simluation. |
| Uses of Moveable in uchicago.src.repastdemos.life |
|---|
| Methods in uchicago.src.repastdemos.life with parameters of type Moveable | |
|---|---|
void |
InfiniteSpaceDisplay.setMoveableXY(Moveable moveable,
int x,
int y)
Sets the new coordinates for specified moveable. |
| Uses of Moveable in uchicago.src.repastdemos.neural |
|---|
| Classes in uchicago.src.repastdemos.neural that implement Moveable | |
|---|---|
class |
Stapler
The class used to draw the goal of the agents (the stapler). |
| Uses of Moveable in uchicago.src.repastdemos.neuralfromfile |
|---|
| Classes in uchicago.src.repastdemos.neuralfromfile that implement Moveable | |
|---|---|
class |
TrainedEmployee
An employee that performs actions based on a neural network stored in a file. |
| Uses of Moveable in uchicago.src.repastdemos.rabbitPopulation |
|---|
| Classes in uchicago.src.repastdemos.rabbitPopulation that implement Moveable | |
|---|---|
class |
Births
Calculates the number of rabbits born each year based on the current population. |
class |
DeathMultiplier
Creates a death multiplier. |
class |
Deaths
Calculates how many rabbits should die each year. |
class |
PopulationDensity
Calculates the population density based on the current population of rabbits and the current area. |
class |
RabbitPopulation
Calculates the current population of rabbits based on the current number of births and eaths. |
| Uses of Moveable in uchicago.src.sim.engine |
|---|
| Classes in uchicago.src.sim.engine that implement Moveable | |
|---|---|
class |
AsynchAgent
An asynchronously executed agent class. |
| Uses of Moveable in uchicago.src.sim.gui |
|---|
| Classes in uchicago.src.sim.gui that implement Moveable | |
|---|---|
class |
OvalNode
Deprecated. As of repast 2.0, OvalNodes and RectNodes will no longer work. To visualize nodes, use DefaultDrawableNode as the base class and set the appropriate NetworkDrawable. See the Network how to (repast/docs/how_to/network.html) for more information. |
class |
RectNode
Deprecated. As of repast 2.0, OvalNodes and RectNodes will no longer work. To visualize nodes, use DefaultDrawableNode as the base class and set the appropriate NetworkDrawable. See the Network how to (repast/docs/how_to/network.html) for more information. |
| Methods in uchicago.src.sim.gui with parameters of type Moveable | |
|---|---|
void |
VectorDisplay.setMoveableXY(Moveable moveable,
int x,
int y)
Sets the new coordinates for specified moveable. |
void |
Value2DDisplay.setMoveableXY(Moveable moveable,
int x,
int y)
Sets the new coordinates for specified moveable. |
void |
TextDisplay.setMoveableXY(Moveable moveable,
int x,
int y)
Sets the new coordinates for specified moveable. |
void |
Probeable.setMoveableXY(Moveable moveable,
int x,
int y)
Sets the new coordinates for specified moveable. |
void |
Object2DDisplay.setMoveableXY(Moveable moveable,
int x,
int y)
Sets the new coordinates for specified moveable. |
void |
Network2DDisplay.setMoveableXY(Moveable moveable,
int x,
int y)
Sets the new coordinates for specified moveable. |
void |
HexaDisplay2D.setMoveableXY(Moveable moveable,
int x,
int y)
Sets the new coordinates for specified moveable. |
| Uses of Moveable in uchicago.src.sim.network |
|---|
| Classes in uchicago.src.sim.network that implement Moveable | |
|---|---|
class |
DefaultDrawableNode
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||