Class Development.EventMatrix

java.lang.Object
org.opentrafficsim.core.perception.AbstractHistorical.EventValue<Double>
org.opentrafficsim.demo.doc.tutorials.Development.EventMatrix
Enclosing class:
Development

public class Development.EventMatrix extends org.opentrafficsim.core.perception.AbstractHistorical.EventValue<Double>
  • Constructor Summary

    Constructors
    Constructor
    Description
    EventMatrix(double time, int i, int j, double value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    restore(double[][] matrix)
     

    Methods inherited from class org.opentrafficsim.core.perception.AbstractHistorical.EventValue

    getTime, getValue, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EventMatrix

      public EventMatrix(double time, int i, int j, double value)
  • Method Details

    • restore

      public void restore(double[][] matrix)