Class Documentation.Hist<T,E extends org.opentrafficsim.core.perception.AbstractHistorical.EventValue<T>>

java.lang.Object
org.opentrafficsim.core.perception.AbstractHistorical<T,E>
org.opentrafficsim.demo.doc.Documentation.Hist<T,E>
All Implemented Interfaces:
org.opentrafficsim.core.perception.HistoryManager.HistoricalElement
Enclosing class:
Documentation

public abstract static class Documentation.Hist<T,E extends org.opentrafficsim.core.perception.AbstractHistorical.EventValue<T>> extends org.opentrafficsim.core.perception.AbstractHistorical<T,E>
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.opentrafficsim.core.perception.AbstractHistorical

    org.opentrafficsim.core.perception.AbstractHistorical.EventValue<T extends Object>
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) abstract T
    get()
     
    (package private) abstract T
    get(org.djunits.value.vdouble.scalar.Time time)
     
    (package private) T
    getValue(org.djunits.value.vdouble.scalar.Time time)
     
    (package private) abstract void
    set(T value)
     

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

    addEvent, cleanUpHistory, getEvent, getEvents, getLastEvent, isLastState, now, removeEvent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • set

      abstract void set(T value)
    • get

      abstract T get()
    • get

      abstract T get(org.djunits.value.vdouble.scalar.Time time)
    • getValue

      T getValue(org.djunits.value.vdouble.scalar.Time time)