|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Boid | |
|---|---|
| org.graphstream.boids | |
| org.graphstream.boids.forces.greedy | |
| org.graphstream.boids.forces.ntree | |
| Uses of Boid in org.graphstream.boids |
|---|
| Methods in org.graphstream.boids that return Boid | |
|---|---|
Boid |
BoidSpecies.createBoid()
Create a new boid with an automatic id created using BoidSpecies.createNewId(). |
Boid |
BoidSpecies.createBoid(String id)
Create a new boid. |
| Methods in org.graphstream.boids that return types with arguments of type Boid | |
|---|---|
abstract Collection<Boid> |
BoidForces.getNeighborhood()
|
Iterator<Boid> |
BoidSpecies.iterator()
|
| Methods in org.graphstream.boids with parameters of type Boid | |
|---|---|
void |
BoidGraphListener.boidAdded(Boid boid)
One boid was added. |
void |
DemographicManager.boidAdded(Boid boid)
|
void |
BoidGraphListener.boidDeleted(Boid boid)
One boid was removed. |
void |
DemographicManager.boidDeleted(Boid boid)
|
void |
Boid.checkNeighborhood(Boid... boids)
|
BoidForces |
BoidForcesFactory.createNewForces(Boid b)
Create a new forces object for a boid. |
static String |
Boid.getEdgeId(Boid b1,
Boid b2)
Compute the edge identifier between two boids knowing their individual identifiers. |
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)
|
boolean |
BoidForces.isVisible(Boid boid,
org.miv.pherd.geom.Point3 point)
True if the given position is visible by the boid. |
| Constructors in org.graphstream.boids with parameters of type Boid | |
|---|---|
BoidForces(Boid b)
Forces all set at zero. |
|
| Uses of Boid in org.graphstream.boids.forces.greedy |
|---|
| Methods in org.graphstream.boids.forces.greedy that return types with arguments of type Boid | |
|---|---|
Collection<Boid> |
GreedyForces.getNeighborhood()
|
| Methods in org.graphstream.boids.forces.greedy with parameters of type Boid | |
|---|---|
BoidForces |
GreedyForcesFactory.createNewForces(Boid b)
|
| Constructors in org.graphstream.boids.forces.greedy with parameters of type Boid | |
|---|---|
GreedyForces(Boid b)
|
|
| Uses of Boid in org.graphstream.boids.forces.ntree |
|---|
| Methods in org.graphstream.boids.forces.ntree that return Boid | |
|---|---|
Boid |
BoidParticle.getBoid()
|
| Methods in org.graphstream.boids.forces.ntree that return types with arguments of type Boid | |
|---|---|
Collection<Boid> |
NTreeForces.getNeighborhood()
|
| Methods in org.graphstream.boids.forces.ntree with parameters of type Boid | |
|---|---|
BoidForces |
NTreeForcesFactory.createNewForces(Boid b)
|
| Constructors in org.graphstream.boids.forces.ntree with parameters of type Boid | |
|---|---|
BoidParticle(BoidGraph ctx,
Boid b)
New particle. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||