Class TimedQ


  • public class TimedQ
    extends java.lang.Object
    A tuple of (time, value).
    • Constructor Detail

      • TimedQ

        public TimedQ​(long cPtr,
                      boolean cMemoryOwn)
      • TimedQ

        public TimedQ​(double time,
                      Q value)
        Constructor
      • TimedQ

        public TimedQ()
        Default constructor
    • Method Detail

      • getCPtr

        public static long getCPtr​(TimedQ obj)
      • delete

        public void delete()
      • getValue

        public Q getValue()
      • setTime

        public void setTime​(double time)