Package | Description |
---|---|
ru.igis.omtab | |
ru.igis.omtab.ra |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
DriftRepeatAction
Reference realisation of Repeat Action interface
Simulate drift of spacial objects
See Drift class
|
class |
DropRepeatAction
Reference realisation of Repeat Action interface
Simulate periodical generation of Spill objects and corresponding
RepeatActions
|
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 |
ScenarioRepeatAction
Reference realisation of Repeat Action interface
Preiodically invokes static method of some class (scenario)
|
class |
SpillRepeatAction
Reference realisation of Repeat Action interface
Simulate spill of spacial objects
See Spill class
|