Uses of Interface
ru.igis.omtab.RepeatAction

Packages that use RepeatAction
ru.igis.omtab   
ru.igis.omtab.ra   
 

Uses of RepeatAction in ru.igis.omtab
 

Methods in ru.igis.omtab with parameters of type RepeatAction
 void RuNA.addHourAction(RepeatAction ra)
          Register new Repeat Action for executing every hour
 void RuNA.addMinuteAction(RepeatAction ra)
          Register new Repeat Action for executing every minute
 void RuNA.addSecondAction(RepeatAction ra)
          Register new Repeat Action for executing every second
 void RuNA.removeHourAction(RepeatAction ra)
          Remove existing Repeat Action calling every second
 void RuNA.removeMinuteAction(RepeatAction ra)
          Remove existing Repeat Action calling every second
 void RuNA.removeSecondAction(RepeatAction ra)
          Remove existing Repeat Action calling every second
 

Uses of RepeatAction in ru.igis.omtab.ra
 

Classes in ru.igis.omtab.ra that implement RepeatAction
 class DriftRepeatAction
          Reference realisation of Repeat Action interface Simulate drift of spacial objects See Drift class
 class OMTPolyOnFieldRepeatAction
          Reference realisation of Repeat Action interface Simulate movement of spacial objects under influence of Field See Field class
 class ProtegeRepeatAction
          Abstract reference realisation of Repeat Action interface Must be extended by concrete classes corresponding to subclasses of class RepeatAction in Protege
 class SpillRepeatAction
          Reference realisation of Repeat Action interface Simulate spill of spacial objects See Spill class