|
||||||||||
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.OMTPolyOnFieldRepeatAction
public class OMTPolyOnFieldRepeatAction
Reference realisation of Repeat Action interface Simulate movement of spacial objects under influence of Field See Field class
Constructor Summary | |
---|---|
OMTPolyOnFieldRepeatAction()
Creates a new instance of OMTPolyOnFieldRepeatAction |
|
OMTPolyOnFieldRepeatAction(OMTPoly p,
Field f)
Creates a new instance of PolyOnField RepeatAction |
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 moving points along the Field of vectors 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 OMTPolyOnFieldRepeatAction(OMTPoly p, Field f)
p
- OMTPoly objectf
- Field objectpublic OMTPolyOnFieldRepeatAction()
Method 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 |