|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gicentre.utils.network.traer.physics.Integrator
public abstract class Integrator
Abstract integrator that defines a number of preset integrator factories.
Nested Class Summary | |
---|---|
static class |
Integrator.METHOD
Lists the different integration methods that can be produced by the integrator factory. |
Field Summary | |
---|---|
protected ParticleSystem |
s
|
Constructor Summary | |
---|---|
Integrator(ParticleSystem s)
Creates a new integrator that will apply to the given particle system. |
Method Summary | |
---|---|
abstract Integrator |
step(float t)
Should increment the integrator by a single time step. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ParticleSystem s
Constructor Detail |
---|
public Integrator(ParticleSystem s)
s
- Particle system that will evolve using this integrator.Method Detail |
---|
public abstract Integrator step(float t)
t
- Time step.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |