- barycenter - Variable in class org.graphstream.boids.BoidForces
-
The position the boid tries to reach at each step.
- begin() - Method in class org.graphstream.boids.BoidGenerator
-
- Boid - Class in org.graphstream.boids
-
Represents a single bird-oid object.
- Boid(AbstractGraph, BoidSpecies, String) - Constructor for class org.graphstream.boids.Boid
-
New boid as a node in the given graph.
- boidAdded(Boid) - Method in interface org.graphstream.boids.BoidGraphListener
-
One boid was added.
- boidAdded(Boid) - Method in class org.graphstream.boids.DemographicManager
-
- BoidCellData - Class in org.graphstream.boids.forces.ntree
-
Compute both the barycenter and average direction of the particles in the
box.
- BoidCellData() - Constructor for class org.graphstream.boids.forces.ntree.BoidCellData
-
- boidDeleted(Boid) - Method in interface org.graphstream.boids.BoidGraphListener
-
One boid was removed.
- boidDeleted(Boid) - Method in class org.graphstream.boids.DemographicManager
-
- BoidForces - Class in org.graphstream.boids
-
Models the forces applied to a boid at each step.
- BoidForces(Boid) - Constructor for class org.graphstream.boids.BoidForces
-
Forces all set at zero.
- BoidForcesFactory - Interface in org.graphstream.boids
-
Object used to create and compute forces of boids.
- BoidGenerator - Class in org.graphstream.boids
-
A generator using a boid graph to create a dynamic graph.
- BoidGenerator() - Constructor for class org.graphstream.boids.BoidGenerator
-
Create a new boid generator with no configuration.
- BoidGenerator(String) - Constructor for class org.graphstream.boids.BoidGenerator
-
Create a new boid generator specifying a configuration to load when
generation starts.
- BoidGraph - Class in org.graphstream.boids
-
Represents a boid simulation and their underlying interaction graph.
- BoidGraph() - Constructor for class org.graphstream.boids.BoidGraph
-
New boids simulation represented as an interaction graph.
- BoidGraph(String) - Constructor for class org.graphstream.boids.BoidGraph
-
New boids simulation represented as an interaction graph.
- BoidGraph.Parameter - Enum in org.graphstream.boids
-
- BoidGraphListener - Interface in org.graphstream.boids
-
Listener for boids specific events on the boid graph.
- BoidParticle - Class in org.graphstream.boids.forces.ntree
-
Internal representation of the boid position, and direction in the forces
system.
- BoidParticle(BoidGraph, Boid) - Constructor for class org.graphstream.boids.forces.ntree.BoidParticle
-
New particle.
- BoidSpecies - Class in org.graphstream.boids
-
Parameters for each boids species.
- BoidSpecies(BoidGraph, String) - Constructor for class org.graphstream.boids.BoidSpecies
-
New default species with a random color.
- BoidSpecies.Parameter - Enum in org.graphstream.boids
-
Kinds of parameters.