public class FGWaitAction extends FGDurationAction
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
doNotGetSidetracked |
protected IntervalUtil |
interval |
protected java.lang.String |
waitText |
protected SectorEntityToken |
where |
durDays, origDurDayselapsed, finished, id, intel| Constructor and Description |
|---|
FGWaitAction(SectorEntityToken where,
float waitDays) |
FGWaitAction(SectorEntityToken where,
float waitDays,
java.lang.String waitText) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRouteSegment(RouteManager.RouteData route) |
void |
directFleets(float amount) |
java.lang.String |
getWaitText() |
SectorEntityToken |
getWhere() |
boolean |
isDoNotGetSidetracked() |
void |
setDoNotGetSidetracked(boolean doNotGetSidetracked) |
void |
setWaitText(java.lang.String waitText) |
void |
setWhere(SectorEntityToken where) |
getDurDays, getEstimatedDaysToComplete, getOrigDurDays, notifyFleetsSpawnedMidSegment, setDurDays, setOrigDurDaysgetElapsed, getId, getIntel, isActionFinished, notifySegmentFinished, setActionFinished, setElapsed, setId, setIntelprotected SectorEntityToken where
protected IntervalUtil interval
protected java.lang.String waitText
protected boolean doNotGetSidetracked
public FGWaitAction(SectorEntityToken where, float waitDays)
public FGWaitAction(SectorEntityToken where, float waitDays, java.lang.String waitText)
public void addRouteSegment(RouteManager.RouteData route)
addRouteSegment in interface FGActionaddRouteSegment in class BaseFGActionpublic void directFleets(float amount)
directFleets in interface FGActiondirectFleets in class FGDurationActionpublic SectorEntityToken getWhere()
public void setWhere(SectorEntityToken where)
public java.lang.String getWaitText()
public void setWaitText(java.lang.String waitText)
public boolean isDoNotGetSidetracked()
public void setDoNotGetSidetracked(boolean doNotGetSidetracked)