nl.tudelft.simulation.examples.dsol.dess
Class Distance
java.lang.Object
nl.tudelft.simulation.event.EventProducer
nl.tudelft.simulation.jstats.ode.DifferentialEquation
nl.tudelft.simulation.dsol.formalisms.dess.DifferentialEquation
nl.tudelft.simulation.examples.dsol.dess.Distance
- All Implemented Interfaces:
- Serializable, EventListener, EventListenerInterface, EventProducerInterface, DifferentialEquationInterface
public class Distance
- extends DifferentialEquation
- Author:
- peter
- See Also:
- Serialized Form
Method Summary |
double[] |
dy(double x,
double[] y)
|
Methods inherited from class nl.tudelft.simulation.event.EventProducer |
addListener, addListener, addListener, addListener, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getEventTypes, removeAllListeners, removeAllListeners, removeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Distance
public Distance(DESSSimulatorInterface simulator)
throws RemoteException
- constructs a new Distance
- Parameters:
simulator
- the simulator
- Throws:
RemoteException
- on network error
dy
public double[] dy(double x,
double[] y)
- See Also:
DifferentialEquationInterface.dy(double,
double[])
Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.