Class SysMLSequentialDirector.SuperdenseTime

  • Enclosing class:
    SysMLSequentialDirector

    public static class SysMLSequentialDirector.SuperdenseTime
    extends java.lang.Object
    Data structure for storing a superdense time.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int microstep
      The microstep..
      Time time
      The time.
    • Constructor Summary

      Constructors 
      Constructor Description
      SuperdenseTime()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • time

        public Time time
        The time.
      • microstep

        public int microstep
        The microstep..
    • Constructor Detail

      • SuperdenseTime

        public SuperdenseTime()