- set(String, String) - Method in class org.graphstream.boids.BoidGraph
-
- set(BoidGraph.Parameter, String) - Method in class org.graphstream.boids.BoidGraph
-
- set(String, String) - Method in class org.graphstream.boids.BoidSpecies
-
- set(BoidSpecies.Parameter, String) - Method in class org.graphstream.boids.BoidSpecies
-
Utility function to set parameter from an enum constant and a string
value.
- setAngleOfView(double) - Method in class org.graphstream.boids.BoidSpecies
-
Set the angle of view for boids of this species.
- setArea(double) - Method in class org.graphstream.boids.BoidGraph
-
- setAttractionFactor(double) - Method in class org.graphstream.boids.BoidSpecies
-
Change how much other visible boids attract a boid.
- setColor(Color) - Method in class org.graphstream.boids.BoidSpecies
-
Change the species main color.
- setDeathCondition(Probability) - Method in class org.graphstream.boids.BoidSpecies
-
The probability that a boids die.
- setDeathProbability(Probability) - Method in class org.graphstream.boids.DemographicManager
-
Set the probability function for boid death.
- setDirectionFactor(double) - Method in class org.graphstream.boids.BoidSpecies
-
Change the importance of the other boids direction "overall" vector.
- setFearFactor(double) - Method in class org.graphstream.boids.BoidSpecies
-
Change the factor for repulsion on boids of other species.
- setForces(BoidForces) - Method in class org.graphstream.boids.Boid
-
- setForcesFactory(BoidForcesFactory) - Method in class org.graphstream.boids.BoidGraph
-
Set the factory used to instantiate the force system to use.
- setInertia(double) - Method in class org.graphstream.boids.BoidSpecies
-
Change the inertia is the importance of the boid previous direction in
the boid direction.
- setInitialCount(int) - Method in class org.graphstream.boids.BoidSpecies
-
- setMaxSpeed(double) - Method in class org.graphstream.boids.BoidSpecies
-
Change the maximum speed bound.
- setMaxSteps(int) - Method in class org.graphstream.boids.BoidGraph
-
- setMinSpeed(double) - Method in class org.graphstream.boids.BoidSpecies
-
Change the minimum speed bound.
- setNormalizeMode(boolean) - Method in class org.graphstream.boids.BoidGraph
-
- setPosition(double, double, double) - Method in class org.graphstream.boids.Boid
-
Force the position of the boid in space.
- setPosition(double, double, double) - Method in class org.graphstream.boids.BoidForces
-
- setPosition(double, double, double) - Method in class org.graphstream.boids.forces.greedy.GreedyForces
-
- setPosition(double, double, double) - Method in class org.graphstream.boids.forces.ntree.BoidParticle
-
- setPosition(double, double, double) - Method in class org.graphstream.boids.forces.ntree.NTreeForces
-
- setRandomSeed(long) - Method in class org.graphstream.boids.BoidGraph
-
- setReproduceCondition(Probability) - Method in class org.graphstream.boids.DemographicManager
-
Set the probability function for boid reproduction.
- setReproductionProbability(Probability) - Method in class org.graphstream.boids.BoidSpecies
-
The probability that a boids clones itself.
- setRepulsionFactor(double) - Method in class org.graphstream.boids.BoidSpecies
-
Change how all the visible boids repulse the boid.
- setSleepTime(int) - Method in class org.graphstream.boids.BoidGraph
-
- setSpeedFactor(double) - Method in class org.graphstream.boids.BoidSpecies
-
Change the boid speed at each step.
- setStoreForcesAttributes(boolean) - Method in class org.graphstream.boids.BoidGraph
-
- setViewZone(double) - Method in class org.graphstream.boids.BoidSpecies
-
Change the distance at which a boid is seen.
- step() - Method in interface org.graphstream.boids.BoidForcesFactory
-
Compute forces for all boids.
- step() - Method in class org.graphstream.boids.BoidGraph
-
- step(double) - Method in interface org.graphstream.boids.BoidGraphListener
-
One iteration passed.
- step(double) - Method in class org.graphstream.boids.DemographicManager
-
Call this method after each step of boid computation, to add or remove boids according to
reproduction rules.
- step() - Method in class org.graphstream.boids.forces.greedy.GreedyForcesFactory
-
- step() - Method in class org.graphstream.boids.forces.ntree.NTreeForcesFactory
-
- stepBegins(String, long, double) - Method in class org.graphstream.boids.forces.ntree.NTreeForcesFactory
-
- stopLoop() - Method in class org.graphstream.boids.BoidGraph
-
Stop the main simulation loop.