|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BoidGraph | |
|---|---|
| org.graphstream.boids | |
| org.graphstream.boids.forces.greedy | |
| org.graphstream.boids.forces.ntree | |
| Uses of BoidGraph in org.graphstream.boids |
|---|
| Methods in org.graphstream.boids that return BoidGraph | |
|---|---|
BoidGraph |
BoidGenerator.getBoidGraph()
Get the boid graph used by this generator to produce events. |
| Methods in org.graphstream.boids with parameters of type BoidGraph | |
|---|---|
double |
Probability.getProbability(BoidGraph graph,
Boid b,
int age)
Associate a probability with a given boid according to various parameters. |
double |
Probability.ConstantProbability.getProbability(BoidGraph ctx,
Boid b,
int age)
|
double |
Probability.DeathProbability.getProbability(BoidGraph ctx,
Boid b,
int age)
|
| Constructors in org.graphstream.boids with parameters of type BoidGraph | |
|---|---|
BoidSpecies(BoidGraph ctx,
String name)
New default species with a random color. |
|
DemographicManager.SpeciesDemographicManager(BoidSpecies species,
BoidGraph ctx)
|
|
DemographicManager.SpeciesDemographicManager(BoidSpecies species,
BoidGraph ctx,
Probability r,
Probability d)
|
|
DemographicManager(BoidGraph ctx)
|
|
DemographicManager(BoidGraph ctx,
Probability reproduceProbability,
Probability deathProbability)
|
|
| Uses of BoidGraph in org.graphstream.boids.forces.greedy |
|---|
| Constructors in org.graphstream.boids.forces.greedy with parameters of type BoidGraph | |
|---|---|
GreedyForcesFactory(BoidGraph ctx)
|
|
| Uses of BoidGraph in org.graphstream.boids.forces.ntree |
|---|
| Constructors in org.graphstream.boids.forces.ntree with parameters of type BoidGraph | |
|---|---|
BoidParticle(BoidGraph ctx,
Boid b)
New particle. |
|
NTreeForcesFactory(BoidGraph ctx)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||