Modifier and type | Action and description |
---|---|
int | getDuration |
double | getInsistenceChangeFor(Goal) |
void | setDuration(int) |
void | setInsistenceChangeFor(Goal,double) Change the insistence for the given goal when this action is applied. |
java.lang.String | toString |
var duration : int
This property is an alias for the action: getDuration
new([String],[int])
def getDuration : int
def getInsistenceChangeFor(Goal) : double
def setDuration(int)
def setInsistenceChangeFor(Goal,double)
def toString : java.lang.String