|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ntnu.cikmr.workflow.Statement
edu.ntnu.cikmr.workflow.Wait
public class Wait
Title: Wait statement
Description: Wait a configurable amount of milliseconds.
Copyright: Copyright (c) 2007
Constructor Summary | |
---|---|
Wait()
|
Method Summary | |
---|---|
boolean |
execute()
|
void |
fromXML(org.w3c.dom.Node n)
|
int |
getMilliseconds()
Returns the amount of milliseconds to wait. |
boolean |
getResult()
|
void |
setMilliseconds(int milliseconds)
Sets the amount of milliseconds to wait. |
java.lang.String |
toXML()
|
Methods inherited from class edu.ntnu.cikmr.workflow.Statement |
---|
getParent, resolve, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Wait()
Method Detail |
---|
public void fromXML(org.w3c.dom.Node n)
public boolean execute()
public boolean getResult()
public int getMilliseconds()
public java.lang.String toXML()
public void setMilliseconds(int milliseconds)
milliseconds
- the amount of milliseconds to wait.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |