java.lang.Object
org.djutils.event.LocalEventProducer
All Implemented Interfaces:
Serializable, Remote, EventListener, DifferentialEquationInterface, org.djutils.event.EventListener, org.djutils.event.EventProducer

public class Positioner extends DifferentialEquation<Double>
A Positioner.

Copyright (c) 2003-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://simulation.tudelft.nl. The DSOL project is distributed under a three-clause BSD-style license, which can be found at https://https://simulation.tudelft.nl/dsol/docs/latest/license.html.

Author:
Peter Jacobs
See Also:
  • Constructor Details

  • Method Details

    • setValue

      public void setValue(double value)
      sets the value.
      Parameters:
      value - double; the new value
    • dy

      public double[] dy(double x, double[] y)