|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectru.igis.omtab.ra.ProtegeRepeatAction
ru.igis.omtab.ra.DriftRepeatAction
public class DriftRepeatAction
Reference realisation of Repeat Action interface Simulate drift of spacial objects See Drift class
Constructor Summary | |
---|---|
DriftRepeatAction()
Creates a new instance of DriftRepeatAction |
|
DriftRepeatAction(Drift dr)
Creates a new instance of DriftRepeatAction |
Method Summary | |
---|---|
void |
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 |
removeObjects(RuNA runa)
Method called while removing this Repeat Action object Should clear linked to it objects |
void |
repeat(long time)
Method implementing periodically repeating action Here is drifting by one step |
Methods inherited from class ru.igis.omtab.ra.ProtegeRepeatAction |
---|
addIntervalAction, getName, removeIntervalAction, setName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DriftRepeatAction()
public DriftRepeatAction(Drift dr)
dr
- Drift objectMethod Detail |
---|
public void repeat(long time)
repeat
in interface RepeatAction
repeat
in class ProtegeRepeatAction
time
- time elapsed between stepspublic void fillFromProtege(edu.stanford.smi.protege.model.Instance instance, edu.stanford.smi.protege.model.KnowledgeBase kb, RuNA runa) throws java.lang.Exception
fillFromProtege
in class ProtegeRepeatAction
instance
- Protege Instance describing this Repeat Actionkb
- Protege Knowledge Baseruna
- RuNA Object
java.lang.Exception
- -public void removeObjects(RuNA runa)
removeObjects
in class ProtegeRepeatAction
runa
- RuNA object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |