Package | Description |
---|---|
ru.igis.omtab | |
ru.igis.omtab.menu | |
ru.igis.omtab.ra |
Modifier and Type | Method and Description |
---|---|
static RuNA |
OpenMapTab.getRuNA()
Return stored RuNA object
|
Modifier and Type | Method and Description |
---|---|
static MapOb |
Util.findOrAdd(edu.stanford.smi.protege.model.Instance inst,
RuNA runa)
Search for MapOb with a name like a label of Protege Instance
or create one from it and add to RuNA
|
boolean |
NavOb.linkMapOb(MapOb mo,
String color,
RuNA runa)
Link Map Object with this navob
Both objects must be on a map
|
boolean |
RepeatAction.live(RuNA runa,
double hrs)
Method defining if this process is extinct
|
boolean |
NavOb.onTow(MapOb mo,
double angle,
double distance,
boolean relative,
RuNA runa)
Get Map Object on tow by this navob
Both objects must be on a map
|
void |
NavOb.unlinkMapOb(MapOb mo,
RuNA runa)
Link Map Object with this navob
|
Constructor and Description |
---|
Clock(RuNA runa)
Creates a new instance of Clock
|
RunaPanel(RuNA r)
Creates new form RunaPanel
|
Modifier and Type | Method and Description |
---|---|
void |
AddObjectsMenuItem.setRuNA(RuNA r) |
void |
RemoveObjectsMenuItem.setRuNA(RuNA r) |
void |
RemoveRepeatActionsMenuItem.setRuNA(RuNA r) |
void |
MapBackObjectsMenuItem.setRuNA(RuNA r) |
void |
StartRepeatActionsMenuItem.setRuNA(RuNA r) |
Modifier and Type | Method and Description |
---|---|
void |
ProtegeRepeatAction.addIntervalAction(RuNA runa)
Add this RepeatAction object to corresponding list for execution priodically
depnding on interval (HOUR, MINUTE or SECOND)
|
void |
ScenarioRepeatAction.fillFromProtege(edu.stanford.smi.protege.model.Instance instance,
edu.stanford.smi.protege.model.KnowledgeBase kb,
RuNA runa)
Method filling information to this RepeatAction object
from Protege Instance
|
void |
SpillRepeatAction.fillFromProtege(edu.stanford.smi.protege.model.Instance instance,
edu.stanford.smi.protege.model.KnowledgeBase kb,
RuNA runa)
Method filling information to this RepeatAction object
from Protege Instance
|
void |
DriftRepeatAction.fillFromProtege(edu.stanford.smi.protege.model.Instance instance,
edu.stanford.smi.protege.model.KnowledgeBase kb,
RuNA runa)
Method filling information to this RepeatAction object
from Protege Instance
|
void |
DropRepeatAction.fillFromProtege(edu.stanford.smi.protege.model.Instance instance,
edu.stanford.smi.protege.model.KnowledgeBase kb,
RuNA runa)
Method filling information to this RepeatAction object
from Protege Instance
|
void |
ProtegeRepeatAction.fillFromProtege(edu.stanford.smi.protege.model.Instance instance,
edu.stanford.smi.protege.model.KnowledgeBase kb,
RuNA runa)
Take information from Protege Instance
and put it to RepeatAction object
|
void |
OMTPolyOnFieldRepeatAction.fillFromProtege(edu.stanford.smi.protege.model.Instance instance,
edu.stanford.smi.protege.model.KnowledgeBase kb,
RuNA runa)
Method filling information to this RepeatAction object
from Protege Instance
|
boolean |
ProtegeRepeatAction.live(RuNA runa,
double hrs)
Method that simulate duration of life and check the end of life
|
void |
ProtegeRepeatAction.removeIntervalAction(RuNA runa)
Stop execution of Repeat Action by removing it
from corresponding list
|
void |
ScenarioRepeatAction.removeObjects(RuNA runa)
Method called while removing this Repeat Action object
Should clear linked to it objects
|
void |
SpillRepeatAction.removeObjects(RuNA runa)
Method called while removing this Repeat Action object
Should clear linked to it objects
|
void |
DriftRepeatAction.removeObjects(RuNA runa)
Method called while removing this Repeat Action object
Should clear linked to it objects
|
void |
DropRepeatAction.removeObjects(RuNA runa)
Method called while removing this Repeat Action object
Should clear linked to it objects
|
abstract void |
ProtegeRepeatAction.removeObjects(RuNA runa)
Method to clear created while starting this RepeatAction object Map Objects
when removing it
|
void |
OMTPolyOnFieldRepeatAction.removeObjects(RuNA runa)
Method called while removing this Repeat Action object
Should clear linked to it objects
|