Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
L
M
N
O
P
R
S
T
V
G
getAngleOfView()
- Method in class org.graphstream.boids.
BoidSpecies
The boid angle of view, [-1..1].
getArea()
- Method in class org.graphstream.boids.
BoidGraph
getAttractionFactor()
- Method in class org.graphstream.boids.
BoidSpecies
How much other visible boids attract a boid.
getBoid()
- Method in class org.graphstream.boids.forces.ntree.
BoidParticle
getBoidGraph()
- Method in class org.graphstream.boids.
BoidGenerator
Get the boid graph used by this generator to produce events.
getColor()
- Method in class org.graphstream.boids.
BoidSpecies
The species main color.
getDefaultSpecies()
- Method in class org.graphstream.boids.
BoidGraph
The species whose name is "default".
getDirection()
- Method in class org.graphstream.boids.
BoidForces
getDirection()
- Method in class org.graphstream.boids.forces.ntree.
BoidCellData
getDirectionFactor()
- Method in class org.graphstream.boids.
BoidSpecies
The importance of the other boids direction "overall" vector.
getEdgeId(Boid, Boid)
- Static method in class org.graphstream.boids.
Boid
Compute the edge identifier between two boids knowing their individual identifiers.
getFearFactor()
- Method in class org.graphstream.boids.
BoidSpecies
Factor for repulsion on boids of other species.
getForces()
- Method in class org.graphstream.boids.
Boid
getHighAnchor()
- Method in class org.graphstream.boids.
BoidGraph
getInertia()
- Method in class org.graphstream.boids.
BoidSpecies
The inertia is the importance of the boid previous direction in the boid direction.
getLowAnchor()
- Method in class org.graphstream.boids.
BoidGraph
getMaxSpeed()
- Method in class org.graphstream.boids.
BoidSpecies
Maximum speed bound.
getMaxSteps()
- Method in class org.graphstream.boids.
BoidGraph
getMinSpeed()
- Method in class org.graphstream.boids.
BoidSpecies
Minimum speed bound.
getName()
- Method in class org.graphstream.boids.
BoidSpecies
Getter for the name of the species.
getNeighborhood()
- Method in class org.graphstream.boids.
BoidForces
getNeighborhood()
- Method in class org.graphstream.boids.forces.greedy.
GreedyForces
getNeighborhood()
- Method in class org.graphstream.boids.forces.ntree.
NTreeForces
getNextPosition()
- Method in class org.graphstream.boids.
BoidForces
getNextPosition()
- Method in class org.graphstream.boids.forces.greedy.
GreedyForces
getNextPosition()
- Method in class org.graphstream.boids.forces.ntree.
BoidParticle
getNextPosition()
- Method in class org.graphstream.boids.forces.ntree.
NTreeForces
getOrCreateSpecies(String)
- Method in class org.graphstream.boids.
BoidGraph
getOrCreateSpecies(String, String)
- Method in class org.graphstream.boids.
BoidGraph
getPopulation()
- Method in class org.graphstream.boids.
BoidSpecies
Count of boids of this species.
getPosition()
- Method in class org.graphstream.boids.
Boid
Actual position of the boid in space.
getPosition()
- Method in class org.graphstream.boids.
BoidForces
getPosition()
- Method in class org.graphstream.boids.forces.greedy.
GreedyForces
getPosition()
- Method in class org.graphstream.boids.forces.ntree.
NTreeForces
getProbability(BoidGraph, Boid, int)
- Method in class org.graphstream.boids.
Probability.ConstantProbability
getProbability(BoidGraph, Boid, int)
- Method in class org.graphstream.boids.
Probability.DeathProbability
getProbability(BoidGraph, Boid, int)
- Method in interface org.graphstream.boids.
Probability
Associate a probability with a given boid according to various parameters.
getRandom()
- Method in class org.graphstream.boids.
BoidGraph
The random number generator used.
getRandomSeed()
- Method in class org.graphstream.boids.
BoidGraph
getRepulsionFactor()
- Method in class org.graphstream.boids.
BoidSpecies
All the visible boids repulse the boid.
getSleepTime()
- Method in class org.graphstream.boids.
BoidGraph
getSpecies()
- Method in class org.graphstream.boids.
Boid
Set of parameters used by this boid group.
getSpecies(String)
- Method in class org.graphstream.boids.
BoidGraph
The species with the given name.
getSpeciesCount()
- Method in class org.graphstream.boids.
BoidGraph
The number of boid species actually.
getSpeedFactor()
- Method in class org.graphstream.boids.
BoidSpecies
The boid speed at each step.
getViewZone()
- Method in class org.graphstream.boids.
BoidSpecies
The distance at which a boid is seen.
graphCleared(String, long)
- Method in class org.graphstream.boids.forces.ntree.
NTreeForcesFactory
GreedyForces
- Class in
org.graphstream.boids.forces.greedy
GreedyForces(Boid)
- Constructor for class org.graphstream.boids.forces.greedy.
GreedyForces
GreedyForcesFactory
- Class in
org.graphstream.boids.forces.greedy
GreedyForcesFactory(BoidGraph)
- Constructor for class org.graphstream.boids.forces.greedy.
GreedyForcesFactory
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
L
M
N
O
P
R
S
T
V
Copyright © 2013. All Rights Reserved.