Uses of Interface
tesl.ClockBackupInterface

Packages that use ClockBackupInterface
modhelxs.simulation   
tesl   
 

Uses of ClockBackupInterface in modhelxs.simulation
 

Classes in modhelxs.simulation that implement ClockBackupInterface
private  class ASAPClock.ClockBackup
           
private  class EventFeederClock.ClockBackup
           
private  class PeriodicRTClock.ClockBackup
           
private  class SynchronizingRTClock.ClockBackup
           
 

Methods in modhelxs.simulation that return ClockBackupInterface
 ClockBackupInterface<java.lang.Long> SynchronizingRTClock.backup()
           
 ClockBackupInterface<java.lang.Long> PeriodicRTClock.backup()
           
 ClockBackupInterface<java.lang.Long> EventFeederClock.backup()
           
 ClockBackupInterface<Unit> ASAPClock.backup()
           
 

Methods in modhelxs.simulation with parameters of type ClockBackupInterface
 void SynchronizingRTClock.restore(ClockBackupInterface<java.lang.Long> backup)
          This clock should have only one tick, so it cannot be restored.
 void PeriodicRTClock.restore(ClockBackupInterface<java.lang.Long> backup)
          This clock should have only one tick, so it cannot be restored.
 void EventFeederClock.restore(ClockBackupInterface<java.lang.Long> backup)
          This clock should have only one tick, so it cannot be restored.
 void ASAPClock.restore(ClockBackupInterface<Unit> backup)
          This clock should have only one tick, so it cannot be restored.
 

Uses of ClockBackupInterface in tesl
 

Classes in tesl that implement ClockBackupInterface
private  class Clock.ClockBackup
           
 

Fields in tesl with type parameters of type ClockBackupInterface
private  java.util.List<ClockBackupInterface<?>> ClockSetMark.clock_mark_
           
 

Methods in tesl that return ClockBackupInterface
 ClockBackupInterface<T> Clock.backup()
           
 

Methods in tesl that return types with arguments of type ClockBackupInterface
 java.util.Collection<ClockBackupInterface<?>> ClockSetMark.clockBackups()
           
 

Methods in tesl with parameters of type ClockBackupInterface
 void ClockSetMark.addClock(ClockBackupInterface<?> backup)
           
 void Clock.restore(ClockBackupInterface<T> backup)