| Interface | Description |
|---|---|
| BoidForcesFactory |
Object used to create and compute forces of boids.
|
| BoidGraphListener |
Listener for boids specific events on the boid graph.
|
| Probability |
Various probability distributions.
|
| Class | Description |
|---|---|
| Boid |
Represents a single bird-oid object.
|
| BoidForces |
Models the forces applied to a boid at each step.
|
| BoidGenerator |
A generator using a boid graph to create a dynamic graph.
|
| BoidGraph |
Represents a boid simulation and their underlying interaction graph.
|
| BoidSpecies |
Parameters for each boids species.
|
| DemographicManager |
Handles the appearance and disappearance of boids.
|
| DemographicManager.SpeciesDemographicManager |
A demographic manager that handles boids species.
|
| Probability.ConstantProbability | |
| Probability.DeathProbability | |
| Probability.SigmoidProbability |
| Enum | Description |
|---|---|
| BoidGraph.Parameter | |
| BoidSpecies.Parameter |
Kinds of parameters.
|
Copyright © 2015. All rights reserved.