|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CAAgent | |
| org.generation5.bio | Bio-inspired classes including cellular automata, swarm intelligence and genetic algorithms. |
| org.generation5.demos | A series of demonstration classes that showcase the core SDK features. |
| Uses of CAAgent in org.generation5.bio |
| Subclasses of CAAgent in org.generation5.bio | |
class |
DirectedCAAgent
An extension of CAAgent that adds a directional functionality. |
| Methods in org.generation5.bio that return CAAgent | |
CAAgent |
CellularAutomataLayered.getCA(int caIndex)
Retrieve the corresponding CAAgent, which in turn holds positional,
state and other information. |
| Methods in org.generation5.bio with parameters of type CAAgent | |
void |
CellularAutomataLayered.addAutomaton(CAAgent agent)
Adds an automaton of type CAAgent. |
| Uses of CAAgent in org.generation5.demos |
| Subclasses of CAAgent in org.generation5.demos | |
protected class |
SwarmAntCA.SwarmAgent
|
|
This documentation is part of the Generation5 JDK.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||